aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | | | | | | | | | | | | | | [depends] Remove OBJCXX define from config.site.infanquake2017-01-141-1/+0
| | * | | | | | | | | | | | | | | | | | | | | | | depends: fix qt translations buildCory Fields2017-01-141-0/+1
| | * | | | | | | | | | | | | | | | | | | | | | | depends: use new variable layout for qt sdkCory Fields2017-01-141-3/+3
| | * | | | | | | | | | | | | | | | | | | | | | | [depends] Qt 5.7.1fanquake2017-01-146-62/+35
| | | |_|_|_|_|_|_|/ / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | Merge #9550: Trim down the XP notice and say more about what we support.MarcoFalke2017-01-151-18/+10
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | Trim down the XP notice and say more about what we support.Gregory Maxwell2017-01-151-18/+10
| | |/ / / / / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | | | | Merge #9531: Release notes for estimation changesMarcoFalke2017-01-141-3/+16
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | Document fee estimation changesAlex Morcos2017-01-121-0/+11
| | * | | | | | | | | | | | | | | | | | | | | | Clarify that prioritisetransaction remains supportedAlex Morcos2017-01-121-3/+5
| | | |_|_|_|/ / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | Merge #9528: [qt] Rename formateNiceTimeOffset(qint64) to formatNiceTimeOffse...MarcoFalke2017-01-144-4/+4
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | [qt] Rename formateNiceTimeOffset(qint64) to formatNiceTimeOffset(qint64)practicalswift2017-01-134-4/+4
| | | |_|_|_|/ / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | Merge #9490: Replace FindLatestBefore used by importmuti with FindEarliestAtL...Pieter Wuille2017-01-136-8/+62
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | Add unit test for FindEarliestAtLeastSuhas Daftuar2017-01-121-0/+43
| | * | | | | | | | | | | | | | | | | | | | | Replace FindLatestBefore used by importmuti with FindEarliestAtLeast.Gregory Maxwell2017-01-125-8/+19
| | | |/ / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | Merge #9375: Relay compact block messages prior to full block connectionPieter Wuille2017-01-138-60/+220
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | Make most_recent_compact_block a pointer to a constMatt Corallo2017-01-131-2/+2
| | * | | | | | | | | | | | | | | | | | | | Add comment to describe callers to ActivateBestChainMatt Corallo2017-01-121-0/+5
| | * | | | | | | | | | | | | | | | | | | | Call ActivateBestChain without cs_main/with most_recent_blockMatt Corallo2017-01-111-4/+14
| | * | | | | | | | | | | | | | | | | | | | Use a temp pindex to avoid a const_cast in ProcessNewBlockHeadersMatt Corallo2017-01-111-3/+5
| | | |_|/ / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | 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