Commit Graph

33 Commits (f58674a20a127f104409e11c5c11591533ddf360)

Author SHA1 Message Date
Pieter Wuille 1e90862f5d
Merge #13417: [net] Tighten scope in net_processing
6 years ago
Jesse Cohen 3339ba28e9 Make g_enable_bip61 a member variable of PeerLogicValidation
6 years ago
fanquake c469ecf22e
net: Remove unused interrupt from SendMessages
6 years ago
Jesse Cohen 1d4df02b7e [move-only] Move things only referenced in net_processing out of header file
7 years ago
Jesse Cohen 02bbc05310 Rescope g_enable_bip61 to net_processing
7 years ago
practicalswift 9fdf05d70c tests: Fix lock-order-inversion (potential deadlock) in DoS_tests. Reported by TSAN.
7 years ago
Wladimir J. van der Laan fe16dd8226 net: Add option `-enablebip61` to configure sending of BIP61 notifications
7 years ago
Russell Yanofsky e0b66a3b7c Remove direct bitcoin calls from qt/peertablemodel.cpp
7 years ago
Vasil Dimov 2b3ea39de4
Polish interfaces around PeerLogicValidation
7 years ago
James O'Beirne b7cd08b717 Add documentation to PeerLogicValidation interface and related functions
7 years ago
Wladimir J. van der Laan d3a185a33b net: Move misbehaving logging to net logging category
7 years ago
Akira Takizawa 595a7bab23 Increment MIT Licence copyright header year on files modified in 2017
7 years ago
MeshCollider 1a445343f6 scripted-diff: Replace #include "" with #include <> (ryanofsky)
7 years ago
Suhas Daftuar ac7b37cd2b Connect to an extra outbound peer if our tip is stale
7 years ago
Suhas Daftuar 5a6d00c6de Permit disconnection of outbound peers on bad/slow chains
7 years ago
Cory Fields 80e2e9d0ce net: drop unused connman param
7 years ago
Cory Fields 8ad663c1fa net: use an interface class rather than signals for message processing
7 years ago
Cory Fields 28f11e9406 net: pass CConnman via pointer rather than reference
7 years ago
practicalswift 64fb0ac016 Declare single-argument (non-converting) constructors "explicit"
7 years ago
Suhas Daftuar 76f74811c4 Add timeout for headers sync
8 years ago
Matt Corallo acad82f375 Add override to functions using CValidationInterface methods
8 years ago
Matt Corallo 461e49fee2 SyncTransaction->TxAddedToMempool/BlockConnected/Disconnected
8 years ago
Jorge Timón 0729102f99
Net: pass interruptMsgProc as const where possible
8 years ago
Wladimir J. van der Laan 9c9af5ab2d
Merge #9499: Use recent-rejects, orphans, and recently-replaced txn for compact-block-reconstruction
8 years ago
Pieter Wuille 3908fc4728
Merge #9375: Relay compact block messages prior to full block connection
8 years ago
Cory Fields c5a8b1b946 net: rework the way that the messagehandler sleeps
8 years ago
Matt Corallo 1531652e02 Keep shared_ptrs to recently-replaced txn for compact blocks
8 years ago
Matt Corallo c735540428 Move ORPHAN constants from validation.h to net_processing.h
8 years ago
Matt Corallo c802092142 Relay compact block messages prior to full block connection
8 years ago
Wladimir J. van der Laan d9ae1cefa0
Merge #9289: net: drop boost::thread_group
8 years ago
Cory Fields d3d7056d2a net: make net processing interruptible
8 years ago
isle2983 27765b6403 Increment MIT Licence copyright header year on files modified in 2016
8 years ago
Matt Corallo e736772c56 Move network-msg-processing code out of main to its own file
8 years ago