Age | Commit message (Expand) | Author |
2023-10-03 | [net processing] PeerManager holds a FastRandomContext | dergoegge |
2023-07-25 | net processing: clamp -blockreconstructionextratxn to uint32_t bounds | stickies-v |
2023-07-25 | net processing: clamp -maxorphantx to uint32_t bounds | stickies-v |
2023-07-25 | doc: document PeerManager::Options members | stickies-v |
2023-07-24 | [net processing] Move -capturemessages to PeerManager::Options | dergoegge |
2023-07-24 | [net processing] Move -blockreconstructionextratxn to PeerManager::Options | dergoegge |
2023-07-24 | [net processing] Move -maxorphantx to PeerManager::Options | dergoegge |
2023-07-24 | [net processing] Move -txreconciliation to PeerManager::Options | dergoegge |
2023-07-24 | [net processing] Use ignore_incoming_txs from m_opts | dergoegge |
2023-07-24 | [net processing] Introduce PeerManager options | dergoegge |
2023-05-23 | Support up to 3 parallel compact block txn fetchings | Greg Sanders |
2022-12-24 | scripted-diff: Bump copyright headers | Hennadii Stepanov |
2022-09-15 | net: add NetEventsInterface::g_msgproc_mutex | Anthony Towns |
2022-08-29 | Expose HeadersSyncState::m_current_height in getpeerinfo() | Suhas Daftuar |
2022-07-14 | [net processing] Remove CNode::nServices | John Newbery |
2022-05-27 | Pass Peer& to Misbehaving() | MacroFake |
2022-05-18 | Do not pass CChainParams& to PeerManager::make | MacroFake |
2022-04-20 | [net processing] Move mapNodeState into PeerManagerImpl | dergoegge |
2022-03-18 | scripted-diff: rename TxRelay members | John Newbery |
2022-03-18 | [net processing] Move tx relay data to Peer | John Newbery |
2022-01-25 | Merge bitcoin/bitcoin#23706: rpc: getblockfrompeer followups | MarcoFalke |
2021-12-30 | scripted-diff: Bump copyright headers | Hennadii Stepanov |
2021-12-24 | rpc: use peer_id, block_hash for FetchBlock | Sjors Provoost |
2021-12-24 | rpc: more detailed errors for getblockfrompeer | Sjors Provoost |
2021-12-24 | refactor: drop redundant hash argument from FetchBlock | Sjors Provoost |
2021-12-02 | rpc: getblockfrompeer | Sjors Provoost |
2021-09-28 | scripted-diff: Rename CAddrMan to AddrMan | Amiti Uttarwar |
2021-08-04 | Merge bitcoin/bitcoin#22577: Close minor startup race between main and schedu... | MarcoFalke |
2021-07-30 | Close minor startup race between main and scheduler threads | Larry Ruane |
2021-07-29 | [RPC] Add field to getpeerinfo to indicate if addr relay is enabled | Amiti Uttarwar |
2021-07-15 | Add logging and addr rate limiting statistics | Pieter Wuille |
2021-05-04 | [net processing] Add internal _RelayTransactions() | John Newbery |
2021-04-17 | refactor: Mark member functions const | MarcoFalke |
2021-03-20 | [net_processing] Keep addrman reference in PeerManager | John Newbery |
2021-03-18 | Merge #21162: Net Processing: Move RelayTransaction() into PeerManager | fanquake |
2021-03-04 | Merge #21015: Make all of net_processing (and some of net) use std::chrono types | fanquake |
2021-03-04 | [net processing] Don't pass CConnman to RelayTransactions | John Newbery |
2021-03-04 | [net processing] Move RelayTransaction into PeerManager | John Newbery |
2021-03-03 | Change all ping times to std::chrono types | Pieter Wuille |
2021-02-26 | move-only: Add txorphanage module | Anthony Towns |
2021-02-15 | [net processing] Move ping data fields to net processing | John Newbery |
2021-01-09 | net_processing: move Peer definition to .cpp | Anthony Towns |
2021-01-09 | net_processing: move PeerManagerImpl into cpp file | Anthony Towns |
2021-01-09 | net_processing: split PeerManager into interface and implementation classes | Anthony Towns |
2021-01-09 | net_processing: make more of PeerManager private | Anthony Towns |
2021-01-09 | net, net_processing: move NetEventsInterface method docs to net.h | Anthony Towns |
2021-01-04 | doc: fix various typos | Ikko Ashimine |
2021-01-02 | refactor: Remove nMyStartingHeight from CNode/Connman | MarcoFalke |
2020-12-26 | [rpc] Remove deprecated "banscore" field from getpeerinfo | Amiti Uttarwar |
2020-12-20 | [net processing] Guard m_continuation_block with m_block_inv_mutex | John Newbery |