aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-07-08Fix subscript[0] in utilstrencodings.cppJeremy Rubin
2017-07-08Fix subscript[0] in streams.hJeremy Rubin
2017-07-08Fix subscript[0] in validation.cppJeremy Rubin
2017-07-08Fix subscript[0] in torcontrolJeremy Rubin
2017-07-08Fix subscript[0] in netaddress.cppJeremy Rubin
2017-07-08Fix subscript[0] in base58.cppJeremy Rubin
2017-07-08Cleanup (safe, it was checked) subscript[0] in MurmurHash3 (and cleanup Murmu...Jeremy Rubin
2017-07-08Fix subscript[0] in compressor.cppJeremy Rubin
2017-07-08Fix 2 subscript[0] bugs in pubkey.cpp, and eliminate one extra size checkJeremy Rubin
2017-07-08Fix subscript[0] bug in net.cpp if GetGroup returns a 0-sized vectorJeremy Rubin
2017-07-07Avoid dereference-of-casted-pointerPieter Wuille
2017-07-07Flush CValidationInterface callbacks prior to destructionMatt Corallo
2017-07-07Support more than one CScheduler thread for serial clientsMatt Corallo
2017-07-07Add default arg to CScheduler to schedule() a callback nowMatt Corallo
2017-07-07Give CMainSignals a reference to the global schedulerMatt Corallo
2017-07-07Merge #10759: Fix multi_rpc test for hosts that dont default to utf8MarcoFalke
2017-07-07Merge #10761: [tests] fix replace_by_fee.pyMarcoFalke
2017-07-07Merge #10744: Use method name via __func__ macroMarcoFalke
2017-07-07[tests] fix replace_by_fee.pyJohn Newbery
2017-07-06Change default fee estimation mode.Alex Morcos
2017-07-06remove default argument from estimateSmartFeeAlex Morcos
2017-07-06Introduce a fee estimate mode.Alex Morcos
2017-07-06remove default argument from GetMinimumFeeAlex Morcos
2017-07-06Fix multi_rpc test for hosts that dont default to utf8Matt Corallo
2017-07-06Merge #10698: Be consistent in calling transactions "replaceable" for Opt-In RBFWladimir J. van der Laan
2017-07-06Merge #10710: REST/RPC example updateWladimir J. van der Laan
2017-07-06Merge #10743: [test] don't run dbcrash.py on TravisWladimir J. van der Laan
2017-07-06Merge branch qt-translations into masterWladimir J. van der Laan
2017-07-06qt: First translations update for 0.15Wladimir J. van der Laan
2017-07-05Use "replaceable" instead of "rbfoptin" in bitcoin-tx.Matt Corallo
2017-07-05Use "replaceable" instead of "optIntoRbf" in fundrawtransaction.Matt Corallo
2017-07-05Use "replaceable" instead of "optintorbf" in createrawtransaction.Matt Corallo
2017-07-05[rpc] fix verbose argument for getblock in bitcoin-cliJohn Newbery
2017-07-04Use method name from __func__ macrodarksh1ne
2017-07-04[test] don't run dbcrash.py on TravisJohn Newbery
2017-07-04Merge #10193: scripted-diff: Remove #include <boost/foreach.hpp>Wladimir J. van der Laan
2017-07-03Make ValidationInterface signals-type-agnosticMatt Corallo
2017-07-03Use TestingSetup to DRY qt rpcnestedtestsMatt Corallo
2017-07-03Merge #10728: fix typo in help text for removeprunedfundsJonas Schnelli
2017-07-03Merge #10683: rpc: Move the `generate` RPC call to rpcwalletWladimir J. van der Laan
2017-07-03Merge #10704: [tests] nits in dbcrash.pyMarcoFalke
2017-07-03fix typo in help text for removeprunedfundsAkio Nakamura
2017-07-02[tests] nits in dbcrash.pyJohn Newbery
2017-07-02Avoid printing incorrect block indexing time due to uninitialized variablepracticalswift
2017-06-30document script-based return fields for validateaddressGregory Sanders
2017-06-30REST/RPC example updateMichael Rotarius
2017-06-29Merge #10192: Cache full script execution results in addition to signaturesWladimir J. van der Laan
2017-06-29Merge #10660: Allow to cancel the txdb upgrade via splashscreen keypress 'q'Wladimir J. van der Laan
2017-06-29Report [CANCELLED] instead of [DONE] when shut down during txdb upgradeJonas Schnelli
2017-06-29Report txdb upgrade not more often then every 10%Jonas Schnelli