Commit Graph

121 Commits (b884ababc29ce963826d8a4327ed6a5e629ff175)

Author SHA1 Message Date
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