aboutsummaryrefslogtreecommitdiff
path: root/src/net_processing.cpp
AgeCommit message (Expand)Author
2017-12-05Avoid leaking the prune height through getdata (fingerprinting countermeasure)Jonas Schnelli
2017-11-16Remove includes in .cpp files for things the corresponding .h file already in...practicalswift
2017-11-16scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider
2017-11-10Explicitly state assumption that state.m_chain_sync.m_work_header != nullptr ...practicalswift
2017-11-09Do not make it trivial for inbound peers to generate log entriesMatt Corallo
2017-11-09Merge #11043: Use std::unique_ptr (C++11) where possibleWladimir J. van der Laan
2017-11-10Minimal code changes to allow msvc compilation.Aaron Clauson
2017-11-09Merge #11580: Do not send (potentially) invalid headers in response to gethea...Wladimir J. van der Laan
2017-11-09Use unique_ptr for pcoinscatcher/pcoinsdbview/pcoinsTip/pblocktreepracticalswift
2017-11-09Use unique_ptr for pfilter (CBloomFilter)practicalswift
2017-11-07Merge #10866: Fix -Wthread-safety-analysis warnings. Compile with -Wthread-sa...Pieter Wuille
2017-11-06Add mutex requirement for AddToCompactExtraTransactions(…)practicalswift
2017-11-02Merge #11560: Connect to a new outbound peer if our tip is staleWladimir J. van der Laan
2017-11-02Add unit test for stale tip checkingSuhas Daftuar
2017-11-02Connect to an extra outbound peer if our tip is staleSuhas Daftuar
2017-11-01Track tip update time and last new block announcement from each peerSuhas Daftuar
2017-11-01Merge #11531: Check that new headers are not a descendant of an invalid block...Wladimir J. van der Laan
2017-10-31Stop always storing blocks from whitelisted peersMatt Corallo
2017-10-30Do not send (potentially) invalid headers in response to getheadersMatt Corallo
2017-10-30net: Add missing lock in ProcessHeadersMessage(...)practicalswift
2017-10-27Disconnect outbound peers relaying invalid headersSuhas Daftuar
2017-10-26moveonly: factor out headers processing into separate functionSuhas Daftuar
2017-10-26Merge #11490: Disconnect from outbound peers with bad headers chainsWladimir J. van der Laan
2017-10-26Permit disconnection of outbound peers on bad/slow chainsSuhas Daftuar
2017-10-26Disconnecting from bad outbound peers in IBDSuhas Daftuar
2017-10-19Add comment explaining forced processing of compact blocksSuhas Daftuar
2017-10-13Merge #11456: Replace relevant services logic with a function suite.Pieter Wuille
2017-10-13Rename fAddnode to a more-descriptive "manual_connection"Matt Corallo
2017-10-13Replace relevant services logic with a function suite.Matt Corallo
2017-10-12Merge #10898: Fix invalid checks (NULL checks after dereference, redundant ch...Wladimir J. van der Laan
2017-10-03[net] Ignore getheaders requests for very old side blocksJim Posen
2017-10-02Use two boolean literals instead of re-using variablepracticalswift
2017-09-22Use static_cast instead of C-style casts for non-fundamental typespracticalswift
2017-09-12Change AcceptToMemoryPool function signatureAlex Morcos
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-09-06Merge #11238: Add assertions before potential null deferencesWladimir J. van der Laan
2017-09-05Allow setting nMinimumChainWork on command lineSuhas Daftuar
2017-08-23Fix potential null dereferencesMeshCollider
2017-08-16Declare single-argument (non-converting) constructors "explicit"practicalswift
2017-08-14scripted-diff: stop using the gArgs wrappersMarko Bencun
2017-08-14Merge #10483: scripted-diff: Use the C++11 keyword nullptr to denote the poin...Wladimir J. van der Laan
2017-08-14Merge #11012: Make sure to clean up mapBlockSource if we've already seen the ...Wladimir J. van der Laan
2017-08-08Make sure to clean up mapBlockSource if we've already seen the blockCory Fields
2017-08-07scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...practicalswift
2017-08-06Disconnect network service bits 6 and 8 until Aug 1, 2018Matt Corallo
2017-07-04Merge #10193: scripted-diff: Remove #include <boost/foreach.hpp>Wladimir J. van der Laan
2017-06-26[MOVEONLY] Move LastCommonAncestor to chainPieter Wuille
2017-06-26Merge #9544: [trivial] Add end of namespace comments. Improve consistency.Wladimir J. van der Laan