aboutsummaryrefslogtreecommitdiff
path: root/src/net_processing.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Cache most-recently-connected compact blockMatt Corallo2017-01-051-9/+22
| * | | Cache most-recently-announced block's shared_ptrMatt Corallo2017-01-051-11/+40
| * | | Relay compact block messages prior to full block connectionMatt Corallo2017-01-051-0/+33
| * | | Make CBlockIndex*es in net_processing constMatt Corallo2017-01-041-24/+24
* | | | Merge #9441: Net: Massive speedup. Net locks overhaulPieter Wuille2017-01-131-48/+30
|\ \ \ \
| * | | | net: remove cs_vRecvMsgCory Fields2017-01-121-1/+0
| * | | | net: add a flag to indicate when a node's send buffer is fullCory Fields2017-01-121-4/+2
| * | | | net: add a flag to indicate when a node's process queue is fullCory Fields2017-01-121-0/+2
| * | | | net: add a new message queue for the message processorCory Fields2017-01-121-15/+10
| * | | | net: rework the way that the messagehandler sleepsCory Fields2017-01-121-23/+25
| * | | | net: remove useless commentsCory Fields2017-01-121-8/+0
| * | | | net: set message deserialization version when it's actually time to deserializeCory Fields2017-01-041-0/+1
| * | | | net: remove redundant max sendbuffer size checkCory Fields2017-01-041-7/+0
| * | | | net: make vRecvMsg a list so that we can use splice()Cory Fields2017-01-041-1/+1
| |/ / /
* | | | Merge #9261: Add unstored orphans with rejected parents to recentRejectsWladimir J. van der Laan2017-01-121-0/+3
|\ \ \ \ | |_|_|/ |/| | |
| * | | Add unstored orphans with rejected parents to recentRejectsAlex Morcos2016-12-031-0/+3
* | | | Break addnode out from the outbound connection limits.Gregory Maxwell2017-01-051-0/+2
| |/ / |/| |
* | | Merge #9283: A few more CTransactionRef optimizationsWladimir J. van der Laan2017-01-041-14/+17
|\ \ \
| * | | Convert COrphanTx to keep a CTransactionRefPieter Wuille2016-12-211-12/+13
| * | | Make AcceptToMemoryPool take CTransactionRefPieter Wuille2016-12-211-3/+5
| | |/ | |/|
* | | net: remove thread_interrupted catchCory Fields2017-01-031-3/+0
* | | net: make net processing interruptibleCory Fields2017-01-031-14/+19
* | | Merge #9252: Release cs_main before calling ProcessNewBlock, or processing he...Pieter Wuille2017-01-031-4/+22
|\ \ \
| * | | Release cs_main before processing cmpctblock as headerSuhas Daftuar2016-12-261-2/+9
| * | | Release cs_main before calling ProcessNewBlock (cmpctblock handling)Suhas Daftuar2016-12-261-2/+13
| |/ /
* | | Un-expose mapArgs from utils.hMatt Corallo2016-12-241-1/+1
* | | Introduce (and use) an IsArgSet accessor methodMatt Corallo2016-12-231-1/+1
|/ /
* | Merge #8589: Inline CTxInWitness inside CTxInWladimir J. van der Laan2016-12-211-2/+2
|\ \
| * | Move CTxInWitness inside CTxInPieter Wuille2016-12-041-2/+2
* | | Merge #9352: Attempt reconstruction from all compact block announcementsWladimir J. van der Laan2016-12-191-0/+45
|\ \ \
| * | | Allow compactblock reconstruction when block is in flightSuhas Daftuar2016-12-151-0/+45
* | | | If we don't allow free txs, always send a fee filter (take 2)MarcoFalke2016-12-161-3/+3
* | | | Merge #9313: If we don't allow free txs, always send a fee filterWladimir J. van der Laan2016-12-151-0/+3
|\ \ \ \ | |/ / / |/| | |
| * | | If we don't allow free txs, always send a fee filterAlex Morcos2016-12-091-0/+3
* | | | Merge #9273: Remove unused CDiskBlockPos* argument from ProcessNewBlockWladimir J. van der Laan2016-12-141-2/+2
|\ \ \ \
| * | | | Remove unused CDiskBlockPos* argument from ProcessNewBlockMatt Corallo2016-12-041-2/+2
* | | | | Do not run functions with necessary side-effects in assert()Gregory Maxwell2016-12-141-2/+4
| |/ / / |/| | |
* | | | Merge #9268: Fix rounding privacy leak introduced in #9260Pieter Wuille2016-12-061-1/+2
|\ \ \ \
| * | | | Fix rounding privacy leak introduced in #9260Matt Corallo2016-12-021-1/+2
| | |_|/ | |/| |
* | | | Merge #9269: Align struct COrphan definitionWladimir J. van der Laan2016-12-051-0/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | Align struct COrphan definitionPieter Wuille2016-12-051-0/+1
| |/ /
* | | Merge #9014: Fix block-connection performance regressionWladimir J. van der Laan2016-12-051-8/+8
|\ \ \ | | |/ | |/|
| * | Switch pblock in ProcessNewBlock to a shared_ptrMatt Corallo2016-12-041-8/+8
| |/
* / Make CTransaction actually immutablePieter Wuille2016-12-021-2/+1
|/
* Rename the remaining main.{h,cpp} to validation.{h,cpp}Matt Corallo2016-12-021-1/+1
* Move network-msg-processing code out of main to its own fileMatt Corallo2016-12-021-0/+3026