aboutsummaryrefslogtreecommitdiff
path: root/src/net_processing.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* Merge #13417: [net] Tighten scope in net_processingPieter Wuille2018-07-131-26/+4
|\
| * Make g_enable_bip61 a member variable of PeerLogicValidationJesse Cohen2018-07-091-1/+4
| * [move-only] Move things only referenced in net_processing out of header fileJesse Cohen2018-06-191-23/+0
| * Rescope g_enable_bip61 to net_processingJesse Cohen2018-06-191-2/+0
* | net: Remove unused interrupt from SendMessagesfanquake2018-07-081-3/+7
* | tests: Fix lock-order-inversion (potential deadlock) in DoS_tests. Reported b...practicalswift2018-06-121-1/+1
|/
* net: Add option `-enablebip61` to configure sending of BIP61 notificationsWladimir J. van der Laan2018-05-131-0/+5
* Remove direct bitcoin calls from qt/peertablemodel.cppRussell Yanofsky2018-04-041-3/+3
* Polish interfaces around PeerLogicValidationVasil Dimov2018-03-141-1/+1
* Add documentation to PeerLogicValidation interface and related functionsJames O'Beirne2018-03-061-1/+17
* net: Move misbehaving logging to net logging categoryWladimir J. van der Laan2018-01-241-1/+1
* Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
* scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-3/+3
* Connect to an extra outbound peer if our tip is staleSuhas Daftuar2017-11-021-2/+14
* Permit disconnection of outbound peers on bad/slow chainsSuhas Daftuar2017-10-261-0/+8
* net: drop unused connman paramCory Fields2017-09-061-4/+3
* net: use an interface class rather than signals for message processingCory Fields2017-09-061-19/+17
* net: pass CConnman via pointer rather than referenceCory Fields2017-09-061-2/+2
* Declare single-argument (non-converting) constructors "explicit"practicalswift2017-08-161-1/+1
* Add timeout for headers syncSuhas Daftuar2017-06-051-0/+4
* Add override to functions using CValidationInterface methodsMatt Corallo2017-04-071-4/+4
* SyncTransaction->TxAddedToMempool/BlockConnected/DisconnectedMatt Corallo2017-04-071-1/+1
* Net: pass interruptMsgProc as const where possibleJorge Timón2017-01-311-2/+2
* Merge #9499: Use recent-rejects, orphans, and recently-replaced txn for compa...Wladimir J. van der Laan2017-01-191-0/+9
|\
| * Keep shared_ptrs to recently-replaced txn for compact blocksMatt Corallo2017-01-101-0/+2
| * Move ORPHAN constants from validation.h to net_processing.hMatt Corallo2017-01-091-0/+7
* | Merge #9375: Relay compact block messages prior to full block connectionPieter Wuille2017-01-131-0/+1
|\ \
| * | Relay compact block messages prior to full block connectionMatt Corallo2017-01-051-0/+1
| |/
* / net: rework the way that the messagehandler sleepsCory Fields2017-01-121-0/+1
|/
* Merge #9289: net: drop boost::thread_groupWladimir J. van der Laan2017-01-041-2/+3
|\
| * net: make net processing interruptibleCory Fields2017-01-031-2/+3
* | Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
|/
* Move network-msg-processing code out of main to its own fileMatt Corallo2016-12-021-0/+51