Age | Commit message (Expand) | Author |
2018-04-05 | Merge #12859: Bugfix: Include <memory> for std::unique_ptr | Wladimir J. van der Laan |
2018-04-02 | Bugfix: Include <memory> for std::unique_ptr | Luke Dashjr |
2018-03-21 | Fix typos | Dimitris Apostolou |
2018-03-13 | Merge #11041: Add LookupBlockIndex | Wladimir J. van der Laan |
2018-03-06 | Add LookupBlockIndex function | João Barbosa |
2018-03-06 | Add documentation to PeerLogicValidation interface and related functions | James O'Beirne |
2018-03-01 | Merge #10387: Eventually connect to NODE_NETWORK_LIMITED peers | Wladimir J. van der Laan |
2018-02-17 | Add setter for g_initial_block_download_completed | Jonas Schnelli |
2018-02-09 | Connect to peers signaling NODE_NETWORK_LIMITED when out-of-IBD | Jonas Schnelli |
2018-02-09 | Accept addresses with NODE_NETWORK_LIMITED flag | Jonas Schnelli |
2018-02-08 | Fix ignoring tx data requests when fPauseSend is set on a peer | Matt Corallo |
2018-02-07 | Merge #10498: Use static_cast instead of C-style casts for non-fundamental types | MarcoFalke |
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-12-24 | Avoid cs_main in net_processing ActivateBestChain calls | Matt Corallo |
2017-12-24 | Refactor ProcessGetData in anticipation of avoiding cs_main for ABC | Matt Corallo |
2017-12-15 | Create new mutex for orphans, no cs_main in PLV::BlockConnected | Matt Corallo |
2017-12-13 | Merge #11558: Minimal code changes to allow msvc compilation | Wladimir J. van der Laan |
2017-12-12 | Merge #10574: Remove includes in .cpp files for things the corresponding .h f... | Wladimir J. van der Laan |
2017-12-11 | Merge #11583: Do not make it trivial for inbound peers to generate log entries | Wladimir J. van der Laan |
2017-12-05 | Avoid leaking the prune height through getdata (fingerprinting countermeasure) | Jonas Schnelli |
2017-11-16 | Remove includes in .cpp files for things the corresponding .h file already in... | practicalswift |
2017-11-16 | scripted-diff: Replace #include "" with #include <> (ryanofsky) | MeshCollider |
2017-11-10 | Explicitly state assumption that state.m_chain_sync.m_work_header != nullptr ... | practicalswift |
2017-11-09 | Do not make it trivial for inbound peers to generate log entries | Matt Corallo |
2017-11-09 | Merge #11043: Use std::unique_ptr (C++11) where possible | Wladimir J. van der Laan |
2017-11-10 | Minimal code changes to allow msvc compilation. | Aaron Clauson |
2017-11-09 | Merge #11580: Do not send (potentially) invalid headers in response to gethea... | Wladimir J. van der Laan |
2017-11-09 | Use unique_ptr for pcoinscatcher/pcoinsdbview/pcoinsTip/pblocktree | practicalswift |
2017-11-09 | Use unique_ptr for pfilter (CBloomFilter) | practicalswift |
2017-11-07 | Merge #10866: Fix -Wthread-safety-analysis warnings. Compile with -Wthread-sa... | Pieter Wuille |
2017-11-06 | Add mutex requirement for AddToCompactExtraTransactions(…) | practicalswift |
2017-11-02 | Merge #11560: Connect to a new outbound peer if our tip is stale | Wladimir J. van der Laan |
2017-11-02 | Add unit test for stale tip checking | Suhas Daftuar |
2017-11-02 | Connect to an extra outbound peer if our tip is stale | Suhas Daftuar |
2017-11-01 | Track tip update time and last new block announcement from each peer | Suhas Daftuar |
2017-11-01 | Merge #11531: Check that new headers are not a descendant of an invalid block... | Wladimir J. van der Laan |
2017-10-31 | Stop always storing blocks from whitelisted peers | Matt Corallo |
2017-10-30 | Do not send (potentially) invalid headers in response to getheaders | Matt Corallo |
2017-10-30 | net: Add missing lock in ProcessHeadersMessage(...) | practicalswift |
2017-10-27 | Disconnect outbound peers relaying invalid headers | Suhas Daftuar |
2017-10-26 | moveonly: factor out headers processing into separate function | Suhas Daftuar |
2017-10-26 | Merge #11490: Disconnect from outbound peers with bad headers chains | Wladimir J. van der Laan |
2017-10-26 | Permit disconnection of outbound peers on bad/slow chains | Suhas Daftuar |
2017-10-26 | Disconnecting from bad outbound peers in IBD | Suhas Daftuar |
2017-10-19 | Add comment explaining forced processing of compact blocks | Suhas Daftuar |
2017-10-13 | Merge #11456: Replace relevant services logic with a function suite. | Pieter Wuille |
2017-10-13 | Rename fAddnode to a more-descriptive "manual_connection" | Matt Corallo |
2017-10-13 | Replace relevant services logic with a function suite. | Matt Corallo |
2017-10-12 | Merge #10898: Fix invalid checks (NULL checks after dereference, redundant ch... | Wladimir J. van der Laan |