aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-03-29Add a FastRandomContext::randrange and use itPieter Wuille
2017-03-29Switch FastRandomContext to ChaCha20Pieter Wuille
2017-03-29Add ChaCha20Pieter Wuille
2017-03-29FastRandom benchmarkPieter Wuille
2017-03-29Introduce FastRandomContext::randbool()Pieter Wuille
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-28ApproximateBestSubset should take inputs by reference, not valueRyan Havar
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-26Move several relay options into the Relay help groupJameson Lopp
2017-03-26move rpcserialversion into RPC option groupJameson Lopp
2017-03-26remove 'noconnect' option from documentationJameson Lopp
2017-03-25Merge #9946: Fix build errors if spaces in path or parent directoryWladimir J. van der Laan
2017-03-25Merge #10067: [trivial] Dead code removalWladimir J. van der Laan
2017-03-24Ensure an item exists on the rpcconsole stack before addingAndrew Chow
2017-03-24fix build if spaces in src dir pathMatthew Zipkin
2017-03-24Deduplicated sigaction() boilerplateThomas Snider
2017-03-23[trivial] Dead code removalThomas Snider
2017-03-23Merge #9500: [Qt][RPC] Autocomplete commands for 'help' command in debug consoleJonas Schnelli
2017-03-23Merge #9558: Clarify assumptions made about when BlockCheck is calledJonas Schnelli
2017-03-23Merge #10029: Fix parameter naming inconsistencies between .h and .cpp filesJonas Schnelli
2017-03-22[zmq] Call va_end() on va_start()ed args.Karl-Johan Alm
2017-03-22Merge #10045: [trivial] Fix typos in commentsJonas Schnelli
2017-03-21[trivial] Fix typos in commentspracticalswift
2017-03-21Merge #10039: Fix compile errors with Qt 5.3.2 and Boost 1.55.0Wladimir J. van der Laan
2017-03-20Avoid QTimer::singleShot compile error with Qt 5.3.2Russell Yanofsky
2017-03-20Avoid scoped_connection compile error with boost 1.55.0Russell Yanofsky
2017-03-20Move src/test/bitcoin-util-test.py to test/util/bitcoin-util-test.pyJohn Newbery
2017-03-20Merge #10038: Add mallocinfo mode to `getmemoryinfo` RPCWladimir J. van der Laan
2017-03-20Add mallocinfo mode to `getmemoryinfo` RPCWladimir J. van der Laan
2017-03-20Trivial: Fix typo in help getrawtransaction RPCJames Evans
2017-03-20Merge #10027: Set to nullptr after deleteWladimir J. van der Laan
2017-03-19Fix parameter naming inconsistencies between .h and .cpp filespracticalswift
2017-03-18Trivial: Fix typo in key.h commentMichael Goldstein
2017-03-18Set to nullptr after deletepracticalswift
2017-03-18Merge #9911: Wshadow: various gcc fixesWladimir J. van der Laan
2017-03-18Merge #9999: [LevelDB] Plug leveldb logs to bitcoin logsWladimir J. van der Laan
2017-03-18Merge #9987: Remove unused codeWladimir J. van der Laan
2017-03-18Rename first iterator to prevent shadowing.Pavel Janík
2017-03-18Fix shadowing of local variables.Pavel Janík
2017-03-18Make some global variables less-global (static)Pavel Janík
2017-03-18Prevent -Wshadow warnings with gcc versions 4.8.5, 5.3.1 and 6.2.1.Pavel Janík
2017-03-17Merge #9818: Save watch only key timestamps when reimporting keysWladimir J. van der Laan
2017-03-17Merge #9592: [Qt] Add checkbox in the GUI to opt-in to RBF when creating a tr...Jonas Schnelli
2017-03-17Merge #9690: Change 'Clear' button string to 'Reset'Jonas Schnelli
2017-03-17Merge #9974: Add basic Qt wallet testJonas Schnelli
2017-03-17Remove unused codepracticalswift
2017-03-16util: rename variable to avoid shadowingPavol Rusnak