aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-10-20rpc: Prevent concurrent savemempoolJoão Barbosa
2018-10-20qa: Ensure wallet unload during walletpassphrase timeoutJoão Barbosa
2018-10-20Revert "Make qt wallet test compatible with qt4"MarcoFalke
2018-10-20Merge #14497: docs: Add doc/bitcoin-conf.mdWladimir J. van der Laan
2018-10-20Merge #14456: test: forward timeouts properly in send_blocks_and_testMarcoFalke
2018-10-20docs: Document lint testsMason Simon
2018-10-19Merge #14512: docs: Textual improvements in README.mdPieter Wuille
2018-10-19Merge #14460: tests: Improve 'CAmount' testsPieter Wuille
2018-10-19Merge #14011: Disable wallet and address book Qt tests on macOS minimal platformPieter Wuille
2018-10-19Merge #14474: bitcoin-tx: Use constant for n pubkeys checkPieter Wuille
2018-10-19Merge #14426: utils: Fix broken Windows filelockPieter Wuille
2018-10-19Merge #14513: Avoid 1 << 31 (UB) in calculation of SEQUENCE_LOCKTIME_DISABLE_...Pieter Wuille
2018-10-19Merge #14524: Trivial: fix typoPieter Wuille
2018-10-20Fix typoKristaps Kaupe
2018-10-19rpc: Always throw in getblockstats if -txindex is requiredJoão Barbosa
2018-10-18Merge #14465: tests: Stop node before removing the notification filePieter Wuille
2018-10-19Merge #14291: wallet: Add ListWalletDir utility functionWladimir J. van der Laan
2018-10-18rpc: Fix wallet unload during walletpassphrase timeoutJoão Barbosa
2018-10-18docs: Add release notes for listwalletdir RPCJoão Barbosa
2018-10-18qa: Add tests for listwalletdir RPCJoão Barbosa
2018-10-18rpc: Add listwalletdir RPCJoão Barbosa
2018-10-18interfaces: Add getWalletDir and listWalletDir to NodeJoão Barbosa
2018-10-18wallet: Add ListWalletDir utilityJoão Barbosa
2018-10-19Add `doc/bitcoin-conf.md`Hennadii Stepanov
2018-10-18[wallet] Deprecate the generate RPC methodJohn Newbery
2018-10-18[tests] Add generate method to TestNodeJohn Newbery
2018-10-18Avoid 1 << 31 (UB) in calculation of SEQUENCE_LOCKTIME_DISABLE_FLAGpracticalswift
2018-10-18Merge #14510: Avoid triggering undefined behaviour in base_uint<BITS>::bits()Wladimir J. van der Laan
2018-10-19utils: Fix broken Windows filelockChun Kuan Lee
2018-10-18Textual improvementsMartin Erlandsson
2018-10-18Merge #14374: qt: Add "Blocksdir" to Debug windowWladimir J. van der Laan
2018-10-18Merge #14177: qt: Set C locale for amountWidgetWladimir J. van der Laan
2018-10-18Avoid triggering undefined behaviour in base_uint<BITS>::bits()practicalswift
2018-10-18Merge #14146: wallet: Remove trailing separators from -walletdir argWladimir J. van der Laan
2018-10-18Merge #13878: utils: Add fstream wrapper to allow to pass unicode filename on...Wladimir J. van der Laan
2018-10-18Merge #14472: [doc] getblocktemplate: use SegWit in exampleWladimir J. van der Laan
2018-10-17[docs] Add release note for removing getwitnessaddressJohn Newbery
2018-10-17Merge #14450: qt: Fix QCompleter popup regressionJonas Schnelli
2018-10-17descriptors.md: Refer to descriptors as describing instead of matchingRussell Yanofsky
2018-10-17Merge #14496: build: Pin to specific versions of Python packages we install f...Wladimir J. van der Laan
2018-10-17Merge #14495: build: Warn (don't fail!) on spelling errorsPieter Wuille
2018-10-16[tests] Small fixups before deprecating generateJohn Newbery
2018-10-16Merge #14335: net: refactor: cleanup ThreadSocketHandlerWladimir J. van der Laan
2018-10-16build: Pin to specific versions of Python packages we install from PyPI in Tr...practicalswift
2018-10-16Add ignored word: mutpracticalswift
2018-10-16Revert "qa: Fix codespell error and have lint-spelling error instead of warn"practicalswift
2018-10-16Merge #14403: qt: Revert "Force TLS1.0+ for SSL connections"Wladimir J. van der Laan
2018-10-16Merge #14383: qt: Clean system tray icon menu for '-disablewallet' modeWladimir J. van der Laan
2018-10-15Merge #14424: Stop requiring imported pubkey to sign non-PKH schemesJonas Schnelli
2018-10-14Fix listreceivedbyaddress not taking address as a stringEric Scrivner