Age | Commit message (Expand) | Author |
2024-08-26 | scripted-diff: [test] Use g_rng/m_rng directly | MarcoFalke |
2024-08-21 | test: refactor: Give unit test functions access to test state | Ryan Ofsky |
2024-06-20 | Merge bitcoin/bitcoin#29575: net_processing: make any misbehavior trigger imm... | Ava Chow |
2024-06-13 | refactor: remove warnings globals | stickies-v |
2024-05-30 | net_processing: remove Misbehavior score and increments | Pieter Wuille |
2024-05-30 | net_processing: make all Misbehaving increments = 100 | Pieter Wuille |
2024-04-10 | Remove timedata | stickies-v |
2023-10-03 | scripted-diff: Rename connection limit variables | Amiti Uttarwar |
2023-10-03 | net, refactor: move calculations for connection type limits into connman | Amiti Uttarwar |
2023-09-12 | [refactor] Add CChainParams member to CConnman | TheCharlatan |
2023-09-07 | net: add have_next_message argument to Transport::GetBytesToSend() | Pieter Wuille |
2023-08-23 | net: move message conversion to wire bytes from PushMessage to SocketSendData | Pieter Wuille |
2023-08-14 | Clean up things that include script/standard.h | Andrew Chow |
2023-08-06 | Merge bitcoin/bitcoin#27213: p2p: Diversify automatic outbound connections wi... | fanquake |
2023-08-03 | test: Add test for outbound protection by network | Martin Zumsande |
2023-07-24 | [net processing] Introduce PeerManager options | dergoegge |
2023-06-14 | test: move remaining random test util code from setup_common to random | jonatack |
2023-04-19 | move-only: Extract common/args and common/config.cpp from util/system | TheCharlatan |
2022-12-24 | scripted-diff: Bump copyright headers | Hennadii Stepanov |
2022-09-15 | net: drop cs_sendProcessing | Anthony Towns |
2022-09-15 | net: add NetEventsInterface::g_msgproc_mutex | Anthony Towns |
2022-09-01 | net: make CNode::m_permissionFlags const | Anthony Towns |
2022-07-14 | [net processing] Remove CNode::nLocalServices | John Newbery |
2022-07-14 | [tests] Connect peer in outbound_slow_chain_eviction by sending p2p messages | John Newbery |
2022-07-14 | [net processing] Add m_our_services and m_their_services to Peer | John Newbery |
2022-05-27 | Pass Peer& to Misbehaving() | MacroFake |
2022-05-18 | Do not call global Params() when chainman is in scope | MacroFake |
2022-05-18 | Do not pass CChainParams& to PeerManager::make | MacroFake |
2022-04-30 | Merge bitcoin/bitcoin#24543: net processing: Move remaining globals into Peer... | MacroFake |
2022-04-25 | [tests] Move TxOrphange tests to orphange_tests.cpp | John Newbery |
2022-04-22 | Merge bitcoin/bitcoin#22910: net: Encapsulate asmap in NetGroupManager | fanquake |
2022-04-20 | [net] Move asmap into NetGroupManager | John Newbery |
2022-04-20 | [net processing] Move mapNodeState into PeerManagerImpl | dergoegge |
2022-04-14 | Remove not needed ArithToUint256 roundtrips in tests | MarcoFalke |
2022-03-21 | test: Limit scope of id global which is shared between subtests | MarcoFalke |
2022-01-28 | net: use Sock in CNode | Vasil Dimov |
2021-12-30 | scripted-diff: Bump copyright headers | Hennadii Stepanov |
2021-12-13 | scripted-diff: Rename touched member variables | MarcoFalke |
2021-12-13 | Use mockable time for peer connection time | MarcoFalke |
2021-12-13 | refactor: Use type-safe std::chrono in net | MarcoFalke |
2021-12-10 | Merge bitcoin/bitcoin#19499: p2p: Make timeout mockable and type safe, speed ... | MarcoFalke |
2021-12-06 | Merge bitcoin/bitcoin#23614: test: add unit test for block-relay-only eviction | MarcoFalke |
2021-12-06 | p2p: Make timeout mockable and type safe, speed up test | MarcoFalke |
2021-11-29 | test: Add test for block relay only eviction | Martin Zumsande |
2021-11-19 | scripted-diff: Use clang-tidy syntax for C++ named arguments | MarcoFalke |
2021-11-17 | doc: Fix incorrect C++ named args | MarcoFalke |
2021-10-07 | p2p: Use mocktime for ping timeout | MarcoFalke |
2021-07-30 | Close minor startup race between main and scheduler threads | Larry Ruane |
2021-06-21 | banman: save the banlist in a JSON format on disk | Vasil Dimov |
2021-06-12 | Merge bitcoin/bitcoin#21866: [Bundle 7/7] validation: Farewell, global Chains... | fanquake |