aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | Fix compact block handling to not ban if block is invalidSuhas Daftuar2016-11-037-20/+40
* | | | | | | | | | | | | | | | | Merge #9045: Hash P2P messages as they are received instead of at process-timePieter Wuille2016-11-073-1/+15
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Hash P2P messages as they are received instead of at process-timeMatt Corallo2016-10-303-1/+15
* | | | | | | | | | | | | | | | | Merge #9094: qt: Use correct conversion function for boost::path datadirJonas Schnelli2016-11-072-2/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | qt: Use correct conversion function for boost::path datadirWladimir J. van der Laan2016-11-072-2/+3
* | | | | | | | | | | | | | | | | Merge #8981: Wshadow: Do not shadow argument with a local variableWladimir J. van der Laan2016-11-071-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | Do not shadow local variablePavel Janík2016-10-201-2/+2
* | | | | | | | | | | | | | | | | | Merge #8976: libconsensus: Add input validation of flagsWladimir J. van der Laan2016-11-073-5/+21
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | libconsensus: Add input validation of flagsWladimir J. van der Laan2016-10-203-5/+21
* | | | | | | | | | | | | | | | | | | Merge #7730: Remove priority estimationWladimir J. van der Laan2016-11-075-251/+101
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | Remove priority estimationAlex Morcos2016-11-075-251/+101
| | |_|_|_|_|_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Merge #8709: Allow filterclear messages for enabling TX relay only.Wladimir J. van der Laan2016-11-071-4/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | Allow filterclear messages for enabling TX relay only.R E Broadley2016-09-131-4/+5
* | | | | | | | | | | | | | | | | | | | Merge #9052: Use RelevantServices instead of node_network in AttemptToEvict.Wladimir J. van der Laan2016-11-071-3/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | Use RelevantServices instead of node_network in AttemptToEvict.Gregory Maxwell2016-11-011-3/+4
* | | | | | | | | | | | | | | | | | | | | Merge #8675: Make copyright header lines uniformWladimir J. van der Laan2016-11-0716-16/+16
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | [copyright] copyright header style uniformisle29832016-11-0616-16/+16
* | | | | | | | | | | | | | | | | | | | | Merge #8736: base58: Improve DecodeBase58 performance.Wladimir J. van der Laan2016-11-071-3/+7
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | Use prefix operator in for loop of DecodeBase58.Jiaxing Wang2016-09-161-1/+1
| * | | | | | | | | | | | | | | | | | | | | base58: Improve DecodeBase58 performance.Jiaxing Wang2016-09-151-3/+7
* | | | | | | | | | | | | | | | | | | | | | Merge #8708: net: have CConnman handle message sendingWladimir J. van der Laan2016-11-077-380/+320
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | net: handle version push in InitializeNodeCory Fields2016-11-034-41/+44
| * | | | | | | | | | | | | | | | | | | | | | net: construct CNodeStates in placeCory Fields2016-11-031-6/+6
| * | | | | | | | | | | | | | | | | | | | | | net: remove now-unused ssSend and FuzzCory Fields2016-11-032-41/+1
| * | | | | | | | | | | | | | | | | | | | | | drop the optimistic write counter hackCory Fields2016-11-032-6/+0
| * | | | | | | | | | | | | | | | | | | | | | net: switch all callers to connman for pushing messagesCory Fields2016-11-033-294/+49
| * | | | | | | | | | | | | | | | | | | | | | connman is in charge of pushing messagesCory Fields2016-11-034-32/+135
| * | | | | | | | | | | | | | | | | | | | | | serialization: teach serializers variadicsCory Fields2016-11-033-1/+126
* | | | | | | | | | | | | | | | | | | | | | | Merge #9070: Lockedpool fixesWladimir J. van der Laan2016-11-073-90/+75
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | LockedPool: avoid quadratic-time allocationKaz Wesley2016-11-023-90/+60
| * | | | | | | | | | | | | | | | | | | | | | LockedPool: fix explosion for illegal-sized allocKaz Wesley2016-11-021-0/+5
| * | | | | | | | | | | | | | | | | | | | | | LockedPool: test handling of invalid allocationsKaz Wesley2016-11-021-0/+10
| | |_|_|_|_|_|_|_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | Remove unused CTxOut::GetHash()Matt Corallo2016-11-042-7/+0
| |_|_|_|_|/ / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | Merge #9069: Clean up bctest.py and bitcoin-util-test.pyWladimir J. van der Laan2016-11-042-81/+101
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | Clean up bctest.py and bitcoin-util-test.pyJohn Newbery2016-11-032-81/+101
* | | | | | | | | | | | | | | | | | | | | Merge #9073: Trivial: Add common failure cases for rpc server connection failureWladimir J. van der Laan2016-11-031-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | Add common failure cases for rpc server connection failureinstagibbs2016-11-031-1/+1
* | | | | | | | | | | | | | | | | | | | | Merge #8969: Decouple peer-processing-logic from block-connection-logic (#2)Wladimir J. van der Laan2016-11-033-29/+49
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | Move nTimeBestReceived updating into net processing codeMatt Corallo2016-10-311-2/+3
| * | | | | | | | | | | | | | | | | | | | Move all calls to CheckBlockIndex out of net-processing logicMatt Corallo2016-10-311-4/+2
| * | | | | | | | | | | | | | | | | | | | Remove network state wipe from UnloadBlockIndex.Matt Corallo2016-10-313-10/+13
| * | | | | | | | | | | | | | | | | | | | Move MarkBlockAsReceived out of ProcessNewMessageMatt Corallo2016-10-311-5/+18
| * | | | | | | | | | | | | | | | | | | | Move FlushStateToDisk call out of ProcessMessages::TX into ATMPMatt Corallo2016-10-311-8/+13
* | | | | | | | | | | | | | | | | | | | | Merge #9050: net: make a few values immutable, and use deterministic randomne...Wladimir J. van der Laan2016-11-034-23/+33
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | net: Use deterministic randomness for CNode's nonce, and make it constCory Fields2016-10-314-13/+24
| * | | | | | | | | | | | | | | | | | | | | net: constify a few CNode vars to indicate that they're threadsafeCory Fields2016-10-312-10/+9
| | |_|_|_|/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | Merge #9071: Declare wallet.h functions inlineWladimir J. van der Laan2016-11-031-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | Declare wallet.h functions inlinePieter Wuille2016-11-021-2/+2
* | | | | | | | | | | | | | | | | | | | | Merge #9053: IBD using chainwork instead of height and not using header times...Pieter Wuille2016-11-037-48/+19
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | IsInitialBlockDownload no longer uses header-only timestamps.Gregory Maxwell2016-11-021-5/+4