aboutsummaryrefslogtreecommitdiff
path: root/src/net_processing.h
AgeCommit message (Expand)Author
2018-05-13net: Add option `-enablebip61` to configure sending of BIP61 notificationsWladimir J. van der Laan
2018-04-04Remove direct bitcoin calls from qt/peertablemodel.cppRussell Yanofsky
2018-03-14Polish interfaces around PeerLogicValidationVasil Dimov
2018-03-06Add documentation to PeerLogicValidation interface and related functionsJames O'Beirne
2018-01-24net: Move misbehaving logging to net logging categoryWladimir J. van der Laan
2018-01-03Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa
2017-11-16scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider
2017-11-02Connect to an extra outbound peer if our tip is staleSuhas Daftuar
2017-10-26Permit disconnection of outbound peers on bad/slow chainsSuhas Daftuar
2017-09-06net: drop unused connman paramCory Fields
2017-09-06net: use an interface class rather than signals for message processingCory Fields
2017-09-06net: pass CConnman via pointer rather than referenceCory Fields
2017-08-16Declare single-argument (non-converting) constructors "explicit"practicalswift
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