aboutsummaryrefslogtreecommitdiff
path: root/src/net_processing.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* | | 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
|\ \ | | | | | | | | | f6fb7ac Move CTxInWitness inside CTxIn (Pieter Wuille)
| * | 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
|\ \ \ | | | | | | | | | | | | | | | | 813ede9 [qa] Update compactblocks test for multi-peer reconstruction (Suhas Daftuar) 7017298 Allow compactblock reconstruction when block is in flight (Suhas Daftuar)
| * | | 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
|\ \ \ \ | |/ / / |/| | | | | | | 01fea7a If we don't allow free txs, always send a fee filter (Alex Morcos)
| * | | 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
|\ \ \ \ | | | | | | | | | | | | | | | a13fa4c Remove unused CDiskBlockPos* argument from ProcessNewBlock (Matt Corallo)
| * | | | 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
|\ \ \ \ | | | | | | | | | | | | | | | 9b9324e Fix rounding privacy leak introduced in #9260 (Matt Corallo)
| * | | | 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
|\ \ \ \ | |_|_|/ |/| | | | | | | 2efc438 Align struct COrphan definition (Pieter Wuille)
| * | | Align struct COrphan definitionPieter Wuille2016-12-051-0/+1
| |/ /
* | | Merge #9014: Fix block-connection performance regressionWladimir J. van der Laan2016-12-051-8/+8
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | dd0df81 Document ConnectBlock connectTrace postconditions (Matt Corallo) 2d6e561 Switch pblock in ProcessNewBlock to a shared_ptr (Matt Corallo) 2736c44 Make the optional pblock in ActivateBestChain a shared_ptr (Matt Corallo) ae4db44 Create a shared_ptr for the block we're connecting in ActivateBCS (Matt Corallo) fd9d890 Keep blocks as shared_ptrs, instead of copying txn in ConnectTip (Matt Corallo) 6fdd43b Add struct to track block-connect-time-generated info for callbacks (Matt Corallo)
| * | Switch pblock in ProcessNewBlock to a shared_ptrMatt Corallo2016-12-041-8/+8
| |/ | | | | | | | | This (finally) fixes a performance regression in b3b3c2a5623d5c942d2b3565cc2d833c65105555
* / 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