aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-04-01Merge #10129: scheduler: fix sub-second precision with boost < 1.50Wladimir J. van der Laan
2017-03-31scheduler: fix sub-second precision with boost < 1.50Cory Fields
2017-03-31Merge #10095: refactor: Move GetDifficulty out of `rpc/server.h`Wladimir J. van der Laan
2017-03-31Merge #10126: Compensate for memory peak at flush timeWladimir J. van der Laan
2017-03-31Merge #10120: util: Work around (virtual) memory exhaustion on 32-bit w/ glibcWladimir J. van der Laan
2017-03-31Merge #10130: bitcoin-tx input verification (awemany, jnewbery)Wladimir J. van der Laan
2017-03-31Merge #10090: Update bitcoin.conf with example for pruningMarcoFalke
2017-03-30Add tests for bitcoin-tx input checkingJohn Newbery
2017-03-30Check stderr when testing bitcoin-txJohn Newbery
2017-03-30bitcoin-tx: Fix missing range checkAwemany
2017-03-30Merge #10114: [tests] sync_with_ping should assert that ping hasn't timed outWladimir J. van der Laan
2017-03-30Compensate for memory peak at flush timePieter Wuille
2017-03-30Merge #9959: Mining: Prevent slowdown in CreateNewBlock on large mempoolsWladimir J. van der Laan
2017-03-30[tests] sync_with_ping should assert that ping hasn't timed outJohn Newbery
2017-03-30Add send_await_disconnect() method to p2p-compactblocks.pyJohn Newbery
2017-03-30util: Work around (virtual) memory exhaustion on 32-bit w/ glibcWladimir J. van der Laan
2017-03-30Merge #10109: Remove SingleNodeConnCBMarcoFalke
2017-03-29Update bitcoin.conf with example for pruningKyle Honeycutt
2017-03-29Update benchmarking with package statisticsSuhas Daftuar
2017-03-29Add benchmarking for CreateNewBlockSuhas Daftuar
2017-03-29Mining: return early when block is almost fullSuhas Daftuar
2017-03-29Merge #9294: Use internal HD chain for change outputs (hd split)Wladimir J. van der Laan
2017-03-29Merge #10107: Remove unused variable. Remove accidental trailing semicolons i...MarcoFalke
2017-03-29Merge #10084: rpc: Rename first named arg of createrawtransactionWladimir J. van der Laan
2017-03-29refactor: Make rest.cpp dependency on `*toJSON` in `blockchain.cpp` explicitWladimir J. van der Laan
2017-03-29Merge #10088: Trivial: move several relay options into the relay help groupPieter Wuille
2017-03-29Merge #10086: Trivial: move rpcserialversion into RPC option groupPieter Wuille
2017-03-28Merge #10108: ApproximateBestSubset should take inputs by reference, not valuePieter Wuille
2017-03-28Remove SingleNodeConnCBJohn Newbery
2017-03-28ApproximateBestSubset should take inputs by reference, not valueRyan Havar
2017-03-28Remove call to gettransaction(...) where the result is unusedpracticalswift
2017-03-28Remove accidental trailing semicolons in Python codepracticalswift
2017-03-28Merge #10105: [tests] fixup - make all Travis test runs quiet, non just cron ...MarcoFalke
2017-03-28Make all Travis test runs quiet, non just cron job runsJohn Newbery
2017-03-28Merge #10076: [qa] combine_logs: Use ordered list for logfilesMarcoFalke
2017-03-28Merge #10096: Check that all test scripts in test/functional are being runMarcoFalke
2017-03-28Merge #9780: Suppress noisy output from qa tests in TravisMarcoFalke
2017-03-28Fix rebase issue where pwalletMain was used instead of pwalletJonas Schnelli
2017-03-27Print out the final 1000 lines of test_framework.log if test failsJohn Newbery
2017-03-27Update travis config to run rpc-tests.py in quiet modeJohn Newbery
2017-03-27Add --quiet option to suppress rpc-tests.py outputJohn Newbery
2017-03-27Check that all test scripts in test/functional are being runJohn Newbery
2017-03-27refactor: Move RPCNotifyBlockChange out of `rpc/server.h`Wladimir J. van der Laan
2017-03-27refactor: Move GetDifficulty out of `rpc/server.h`Wladimir J. van der Laan
2017-03-27[qa] combine_logs: Use ordered list for logfilesMarcoFalke
2017-03-27Merge #10057: [init] Deduplicated sigaction() boilerplateWladimir J. van der Laan
2017-03-27Merge #10056: [zmq] Call va_end() on va_start()ed args.Wladimir J. van der Laan
2017-03-27Merge #10060: [Qt] Ensure an item exists on the rpcconsole stack before addingJonas Schnelli
2017-03-27Do not break backward compatibility during wallet encryptionJonas Schnelli
2017-03-27Merge #10073: Actually run assumevalid.pyWladimir J. van der Laan