aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-01-11Merge #9506: RFC: Improve style for if indentationWladimir J. van der Laan
2017-01-11Merge #9513: build: fix qt distdir builds (retry)Wladimir J. van der Laan
2017-01-11travis: make distdir before makeMarcoFalke
2017-01-11[depends] native_ds_store 1.1.0fanquake
2017-01-10build: fix for out-of-tree/distdir qt buildsCory Fields
2017-01-11[depends] dbus 1.10.14fanquake
2017-01-11[depends] ccache 3.3.3fanquake
2017-01-11[depends] FreeType 2.7.1fanquake
2017-01-11[depends] Boost 1.63.0fanquake
2017-01-11[depends] Latest config.guess and config.subfanquake
2017-01-10Don't overwrite validation state with corruption checkAlex Morcos
2017-01-10Fix use-after-free in CTxMemPool::removeConflicts()Suhas Daftuar
2017-01-10Improve style w.r.t. ifPieter Wuille
2017-01-10Consider all (<100k memusage) txn for compact-block-extra-txn cacheMatt Corallo
2017-01-10Consider all orphan txn for compact-block-extra-txn cacheMatt Corallo
2017-01-10Use replaced transactions in compact block reconstructionMatt Corallo
2017-01-10Keep shared_ptrs to recently-replaced txn for compact blocksMatt Corallo
2017-01-10[wallet] Add IsAllFromMe: true if all inputs are from walletSuhas Daftuar
2017-01-10Merge #8811: rpc: Add support for JSON-RPC named argumentsWladimir J. van der Laan
2017-01-10fixup! Add pruneblockchain RPC to enable manual block file pruning.Russell Yanofsky
2017-01-10Add pruneblockchain RPC to enable manual block file pruning.mrbandrews
2017-01-10qt: periodic translations updateWladimir J. van der Laan
2017-01-10Update RPC argument namesJohn Newbery
2017-01-10rpc: Named argument support for bitcoin-cliWladimir J. van der Laan
2017-01-10Merge #9496: Rename lambda argument name to prevent shadowingMarcoFalke
2017-01-09testcases: explicitly specify transaction version 1John Newbery
2017-01-09Make ATMP optionally return the CTransactionRefs it replacedMatt Corallo
2017-01-09Move ORPHAN constants from validation.h to net_processing.hMatt Corallo
2017-01-09Add Basic CheckQueue BenchmarkJeremy Rubin
2017-01-09Rename lambda argument name to prevent shadowing.Pavel Janík
2017-01-09Merge #9353: Add data() method to CDataStream (and use it)Pieter Wuille
2017-01-09Merge #9404: Smarter coordination of change and fee in CreateTransaction.Pieter Wuille
2017-01-09Merge #9310: Assert FRESH validity in CCoinsViewCache::BatchWritePieter Wuille
2017-01-07Make peer id logging consistent ("peer=%d" instead of "peer %d")Matt Corallo
2017-01-07Merge #9487: Remove stray semicolon (Fix empty body warning)MarcoFalke
2017-01-07Remove stray semicolon (Fix empty body warning)Douglas Roark
2017-01-06Merge #9408: Allow shutdown during LoadMempool, dump only when necessaryPieter Wuille
2017-01-06Merge #9319: Break addnode out from the outbound connection limits.Pieter Wuille
2017-01-06Don't overpay fee if we have selected new coins that result in a smaller tran...Alex Morcos
2017-01-06Try to reduce change output to make needed fee in CreateTransactionAlex Morcos
2017-01-05Merge #9138: Improve fee estimationPieter Wuille
2017-01-05Merge #8610: Share unused mempool memory with coincachePieter Wuille
2017-01-05Merge #9465: [Wallet] Do not perform ECDSA signing in the fee calculation inn...Pieter Wuille
2017-01-05Avoid holding cs_most_recent_block while calling ReadBlockFromDiskMatt Corallo
2017-01-05Merge #9413: [CoinControl] Allow non-wallet owned change addressesJonas Schnelli
2017-01-05Merge #9312: Increase mempool expiry time to 2 weeksWladimir J. van der Laan
2017-01-05RPC help documentation for addnode peerinfo.Gregory Maxwell
2017-01-05Add release notes for addnode changes.Gregory Maxwell
2017-01-05Break addnode out from the outbound connection limits.Gregory Maxwell
2017-01-05Wallet: Do not perform ECDSA in the fee calculation inner loop.Gregory Maxwell