aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | | | | | | | | | | Avoid holding cs_most_recent_block while calling ReadBlockFromDiskMatt Corallo2017-01-051-8/+13
| | * | | | | | | | | | | | | | | | | | | Ensure we meet the BIP 152 old-relay-types response requirementsMatt Corallo2017-01-051-0/+30
| | * | | | | | | | | | | | | | | | | | | 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-052-0/+34
| | * | | | | | | | | | | | | | | | | | | Add a CValidationInterface::NewPoWValidBlock callbackMatt Corallo2017-01-053-0/+14
| | * | | | | | | | | | | | | | | | | | | Call AcceptBlock with the block's shared_ptr instead of CBlock&Matt Corallo2017-01-041-8/+12
| | * | | | | | | | | | | | | | | | | | | [qa] Avoid race in preciousblock test.Matt Corallo2017-01-041-1/+1
| | * | | | | | | | | | | | | | | | | | | [qa] Make compact blocks test construction using fetch methodsMatt Corallo2017-01-041-7/+19
| | * | | | | | | | | | | | | | | | | | | Make CBlockIndex*es in net_processing constMatt Corallo2017-01-043-27/+29
| * | | | | | | | | | | | | | | | | | | | Merge #9441: Net: Massive speedup. Net locks overhaulPieter Wuille2017-01-134-125/+107
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | net: remove cs_vRecvMsgCory Fields2017-01-123-30/+8
| | * | | | | | | | | | | | | | | | | | | net: add a flag to indicate when a node's send buffer is fullCory Fields2017-01-123-8/+12
| | * | | | | | | | | | | | | | | | | | | net: add a flag to indicate when a node's process queue is fullCory Fields2017-01-123-12/+11
| | * | | | | | | | | | | | | | | | | | | net: add a new message queue for the message processorCory Fields2017-01-123-16/+24
| | * | | | | | | | | | | | | | | | | | | net: rework the way that the messagehandler sleepsCory Fields2017-01-124-37/+45
| | * | | | | | | | | | | | | | | | | | | net: remove useless commentsCory Fields2017-01-121-8/+0
| | * | | | | | | | | | | | | | | | | | | net: Add a simple function for waking the message handlerCory Fields2017-01-122-4/+8
| | * | | | | | | | | | | | | | | | | | | net: record bytes written before notifying the message processorCory Fields2017-01-121-1/+1
| | * | | | | | | | | | | | | | | | | | | net: handle message accounting in ReceiveMsgBytesCory Fields2017-01-121-3/+4
| | * | | | | | | | | | | | | | | | | | | net: set message deserialization version when it's actually time to deserializeCory Fields2017-01-043-5/+7
| | * | | | | | | | | | | | | | | | | | | net: remove redundant max sendbuffer size checkCory Fields2017-01-041-7/+0
| | * | | | | | | | | | | | | | | | | | | net: wait until the node is destroyed to delete its recv bufferCory Fields2017-01-041-5/+0
| | * | | | | | | | | | | | | | | | | | | net: only disconnect if fDisconnect has been setCory Fields2017-01-041-2/+1
| | * | | | | | | | | | | | | | | | | | | net: make GetReceiveFloodSize publicCory Fields2017-01-041-2/+1
| | * | | | | | | | | | | | | | | | | | | net: make vRecvMsg a list so that we can use splice()Cory Fields2017-01-043-3/+3
| | * | | | | | | | | | | | | | | | | | | net: fix typo causing the wrong receive buffer sizeCory Fields2017-01-041-1/+1
| * | | | | | | | | | | | | | | | | | | | Merge #9525: test: Include tx data in EXTRA_DISTMarcoFalke2017-01-121-14/+36
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | test: Include tx data in EXTRA_DISTMarcoFalke2017-01-121-14/+36
| * | | | | | | | | | | | | | | | | | | | | Merge #9222: Add 'subtractFeeFromAmount' option to 'fundrawtransaction'.Wladimir J. van der Laan2017-01-125-14/+117
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | Add 'subtractFeeFromOutputs' option to 'fundrawtransaction'.Chris Moore2016-12-135-14/+117
| * | | | | | | | | | | | | | | | | | | | | | Merge #9468: [Depends] Dependency updates for 0.14.0Wladimir J. van der Laan2017-01-127-24/+43
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | [depends] native_ds_store 1.1.0fanquake2017-01-111-3/+3
| | * | | | | | | | | | | | | | | | | | | | | | [depends] dbus 1.10.14fanquake2017-01-111-2/+2
| | * | | | | | | | | | | | | | | | | | | | | | [depends] ccache 3.3.3fanquake2017-01-111-2/+2
| | * | | | | | | | | | | | | | | | | | | | | | [depends] FreeType 2.7.1fanquake2017-01-111-2/+2
| | * | | | | | | | | | | | | | | | | | | | | | [depends] Boost 1.63.0fanquake2017-01-111-3/+3
| | * | | | | | | | | | | | | | | | | | | | | | [depends] Latest config.guess and config.subfanquake2017-01-112-12/+31
| * | | | | | | | | | | | | | | | | | | | | | | 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
| * | | | | | | | | | | | | | | | | | | | | | | | Merge #8883: Add all standard TXO types to bitcoin-txWladimir J. van der Laan2017-01-1224-31/+541
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | testcases: explicitly specify transaction version 1John Newbery2017-01-091-22/+22
| | * | | | | | | | | | | | | | | | | | | | | | | Add test cases to test new bitcoin-tx functionalityjnewbery2016-12-2923-0/+377
| | * | | | | | | | | | | | | | | | | | | | | | | Add all transaction output types to bitcoin-tx.jnewbery2016-12-291-37/+160
| | * | | | | | | | | | | | | | | | | | | | | | | add p2sh and segwit options to bitcoin-tx outscript commandStanislas Marion2016-12-291-8/+18
| * | | | | | | | | | | | | | | | | | | | | | | | Merge #9472: Disentangle progress estimation from checkpoints and update itWladimir J. van der Laan2017-01-129-61/+58
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | | | Update estimated transaction count dataPieter Wuille2017-01-111-6/+8
| | * | | | | | | | | | | | | | | | | | | | | | | | Shorten variable names and switch to tx/sPieter Wuille2017-01-113-8/+8
| | * | | | | | | | | | | | | | | | | | | | | | | | Remove SIGCHECK_VERIFICATION_FACTORPieter Wuille2017-01-043-32/+10
| | * | | | | | | | | | | | | | | | | | | | | | | | Move tx estimation data out of CCheckPointDataPieter Wuille2017-01-047-13/+28