Age | Commit message (Expand) | Author |
2018-04-04 | Remove direct bitcoin calls from qt/peertablemodel.cpp | Russell Yanofsky |
2018-03-14 | Polish interfaces around PeerLogicValidation | Vasil Dimov |
2018-03-06 | Add documentation to PeerLogicValidation interface and related functions | James O'Beirne |
2018-01-24 | net: Move misbehaving logging to net logging category | Wladimir J. van der Laan |
2018-01-03 | Increment MIT Licence copyright header year on files modified in 2017 | Akira Takizawa |
2017-11-16 | scripted-diff: Replace #include "" with #include <> (ryanofsky) | MeshCollider |
2017-11-02 | Connect to an extra outbound peer if our tip is stale | Suhas Daftuar |
2017-10-26 | Permit disconnection of outbound peers on bad/slow chains | Suhas Daftuar |
2017-09-06 | net: drop unused connman param | Cory Fields |
2017-09-06 | net: use an interface class rather than signals for message processing | Cory Fields |
2017-09-06 | net: pass CConnman via pointer rather than reference | Cory Fields |
2017-08-16 | Declare single-argument (non-converting) constructors "explicit" | practicalswift |
2017-06-05 | Add timeout for headers sync | Suhas Daftuar |
2017-04-07 | Add override to functions using CValidationInterface methods | Matt Corallo |
2017-04-07 | SyncTransaction->TxAddedToMempool/BlockConnected/Disconnected | Matt Corallo |
2017-01-31 | Net: pass interruptMsgProc as const where possible | Jorge Timón |
2017-01-19 | Merge #9499: Use recent-rejects, orphans, and recently-replaced txn for compa... | Wladimir J. van der Laan |
2017-01-13 | Merge #9375: Relay compact block messages prior to full block connection | Pieter Wuille |
2017-01-12 | net: rework the way that the messagehandler sleeps | Cory Fields |
2017-01-10 | Keep shared_ptrs to recently-replaced txn for compact blocks | Matt Corallo |
2017-01-09 | Move ORPHAN constants from validation.h to net_processing.h | Matt Corallo |
2017-01-05 | Relay compact block messages prior to full block connection | Matt Corallo |
2017-01-04 | Merge #9289: net: drop boost::thread_group | Wladimir J. van der Laan |
2017-01-03 | net: make net processing interruptible | Cory Fields |
2016-12-31 | Increment MIT Licence copyright header year on files modified in 2016 | isle2983 |
2016-12-02 | Move network-msg-processing code out of main to its own file | Matt Corallo |