aboutsummaryrefslogtreecommitdiff
path: root/src/net_processing.cpp
AgeCommit message (Expand)Author
2017-02-14Merge #9720: net: fix banning and disallow sending messages before receiving ...Wladimir J. van der Laan
2017-02-13net: require a verack before responding to anything elseCory Fields
2017-02-13net: parse reject earlierCory Fields
2017-02-13net: correctly ban before the handshake is completeCory Fields
2017-02-10Move CNode::addrLocal access behind locked accessorsMatt Corallo
2017-02-10Move CNode::addrName accesses behind locked accessorsMatt Corallo
2017-02-10Make nTimeBestReceived atomicMatt Corallo
2017-02-10Move [clean|str]SubVer writes/copyStats into a lockMatt Corallo
2017-02-10net: fix a few races. Credit @TheBlueMattCory Fields
2017-02-07Merge #9604: [Trivial] add comment about setting peer as HB peer.Wladimir J. van der Laan
2017-02-06Merge #9659: Net: Turn some methods and params/variables constWladimir J. van der Laan
2017-02-02net: Disallow sending messages until the version handshake is completeCory Fields
2017-02-02net: deserialize the entire version message locallyCory Fields
2017-02-02Dont deserialize nVersion into CNode, should fix #9212Matt Corallo
2017-01-31Net: pass interruptMsgProc as const where possibleJorge Timón
2017-01-31Net: Make CNetMsgMaker more constJorge Timón
2017-01-27Refactor: Remove using namespace <xxx> from src/*.cpp.Karl-Johan Alm
2017-01-26Merge #9594: Send final alert message to older peers after connecting.Wladimir J. van der Laan
2017-01-20[Trivial] add comment about setting peer as HB peer.John Newbery
2017-01-20Do not shadow local variable named `tx`.Pavel Janík
2017-01-20Send final alert message to older peers after connecting.Gregory Maxwell
2017-01-19Merge #9499: Use recent-rejects, orphans, and recently-replaced txn for compa...Wladimir J. van der Laan
2017-01-16Add braces around AddToCompactExtraTransactionsMatt Corallo
2017-01-16Merge #9561: Wake message handling thread when we receive a new blockPieter Wuille
2017-01-15Merge #9400: Set peers as HB peers upon full block validationPieter Wuille
2017-01-15Merge #9486: Make peer=%d log prints consistentWladimir J. van der Laan
2017-01-14Wake message handling thread when we receive a new blockMatt Corallo
2017-01-13Merge #9375: Relay compact block messages prior to full block connectionPieter Wuille
2017-01-13Make most_recent_compact_block a pointer to a constMatt Corallo
2017-01-13Merge #9441: Net: Massive speedup. Net locks overhaulPieter Wuille
2017-01-12net: remove cs_vRecvMsgCory Fields
2017-01-12net: add a flag to indicate when a node's send buffer is fullCory Fields
2017-01-12net: add a flag to indicate when a node's process queue is fullCory Fields
2017-01-12net: add a new message queue for the message processorCory Fields
2017-01-12net: rework the way that the messagehandler sleepsCory Fields
2017-01-12net: remove useless commentsCory Fields
2017-01-12Merge #9261: Add unstored orphans with rejected parents to recentRejectsWladimir J. van der Laan
2017-01-11Call ActivateBestChain without cs_main/with most_recent_blockMatt Corallo
2017-01-10Consider all (<100k memusage) txn for compact-block-extra-txn cacheMatt Corallo
2017-01-10Consider all orphan txn for compact-block-extra-txn cacheMatt Corallo
2017-01-10Use replaced transactions in compact block reconstructionMatt Corallo
2017-01-10Keep shared_ptrs to recently-replaced txn for compact blocksMatt Corallo
2017-01-07Make peer id logging consistent ("peer=%d" instead of "peer %d")Matt Corallo
2017-01-05Avoid holding cs_most_recent_block while calling ReadBlockFromDiskMatt Corallo
2017-01-05Break addnode out from the outbound connection limits.Gregory Maxwell
2017-01-05Ensure we meet the BIP 152 old-relay-types response requirementsMatt Corallo
2017-01-05Cache most-recently-connected compact blockMatt Corallo
2017-01-05Cache most-recently-announced block's shared_ptrMatt Corallo
2017-01-05Relay compact block messages prior to full block connectionMatt Corallo
2017-01-04Make CBlockIndex*es in net_processing constMatt Corallo