aboutsummaryrefslogtreecommitdiff
path: root/src/net_processing.cpp
AgeCommit message (Expand)Author
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
2017-01-04net: set message deserialization version when it's actually time to deserializeCory Fields
2017-01-04net: remove redundant max sendbuffer size checkCory Fields
2017-01-04net: make vRecvMsg a list so that we can use splice()Cory Fields
2017-01-04Merge #9283: A few more CTransactionRef optimizationsWladimir J. van der Laan
2017-01-03net: remove thread_interrupted catchCory Fields
2017-01-03net: make net processing interruptibleCory Fields
2017-01-03Merge #9252: Release cs_main before calling ProcessNewBlock, or processing he...Pieter Wuille
2016-12-30Set peers as HB peers upon full block validationGregory Sanders
2016-12-26Release cs_main before processing cmpctblock as headerSuhas Daftuar
2016-12-26Release cs_main before calling ProcessNewBlock (cmpctblock handling)Suhas Daftuar
2016-12-24Un-expose mapArgs from utils.hMatt Corallo
2016-12-23Introduce (and use) an IsArgSet accessor methodMatt Corallo
2016-12-21Convert COrphanTx to keep a CTransactionRefPieter Wuille
2016-12-21Make AcceptToMemoryPool take CTransactionRefPieter Wuille
2016-12-21Merge #8589: Inline CTxInWitness inside CTxInWladimir J. van der Laan
2016-12-19Merge #9352: Attempt reconstruction from all compact block announcementsWladimir J. van der Laan
2016-12-16If we don't allow free txs, always send a fee filter (take 2)MarcoFalke
2016-12-15Merge #9313: If we don't allow free txs, always send a fee filterWladimir J. van der Laan
2016-12-15Allow compactblock reconstruction when block is in flightSuhas Daftuar
2016-12-14Merge #9273: Remove unused CDiskBlockPos* argument from ProcessNewBlockWladimir J. van der Laan
2016-12-14Do not run functions with necessary side-effects in assert()Gregory Maxwell
2016-12-09If we don't allow free txs, always send a fee filterAlex Morcos
2016-12-06Merge #9268: Fix rounding privacy leak introduced in #9260Pieter Wuille
2016-12-05Merge #9269: Align struct COrphan definitionWladimir J. van der Laan
2016-12-05Align struct COrphan definitionPieter Wuille
2016-12-04Move CTxInWitness inside CTxInPieter Wuille
2016-12-05Merge #9014: Fix block-connection performance regressionWladimir J. van der Laan