aboutsummaryrefslogtreecommitdiff
path: root/src/net_processing.h
AgeCommit message (Expand)Author
2017-11-02Connect to an extra outbound peer if our tip is staleSuhas Daftuar
2017-11-02Permit disconnection of outbound peers on bad/slow chainsSuhas Daftuar
2017-11-02net: drop unused connman paramCory Fields
2017-11-02net: use an interface class rather than signals for message processingCory Fields
2017-11-02net: pass CConnman via pointer rather than referenceCory Fields
2017-06-05Add timeout for headers syncSuhas Daftuar
2017-04-07Add override to functions using CValidationInterface methodsMatt Corallo
2017-04-07SyncTransaction->TxAddedToMempool/BlockConnected/DisconnectedMatt Corallo
2017-01-31Net: pass interruptMsgProc as const where possibleJorge Timón
2017-01-19Merge #9499: Use recent-rejects, orphans, and recently-replaced txn for compa...Wladimir J. van der Laan
2017-01-13Merge #9375: Relay compact block messages prior to full block connectionPieter Wuille
2017-01-12net: rework the way that the messagehandler sleepsCory Fields
2017-01-10Keep shared_ptrs to recently-replaced txn for compact blocksMatt Corallo
2017-01-09Move ORPHAN constants from validation.h to net_processing.hMatt Corallo
2017-01-05Relay compact block messages prior to full block connectionMatt Corallo
2017-01-04Merge #9289: net: drop boost::thread_groupWladimir J. van der Laan
2017-01-03net: make net processing interruptibleCory Fields
2016-12-31Increment MIT Licence copyright header year on files modified in 2016isle2983
2016-12-02Move network-msg-processing code out of main to its own fileMatt Corallo