aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-04-08Merge #12856: Tests: Add Metaclass for BitcoinTestFrameworkWladimir J. van der Laan
2018-04-08Merge #12905: [rpcwallet] Clamp walletpassphrase value at 100M secondsMarcoFalke
2018-04-08Merge #12886: Introduce Span type and use it instead of FLATDATAWladimir J. van der Laan
2018-04-08Merge #12904: [qa] Ensure bitcoind processes are cleaned up when tests endWladimir J. van der Laan
2018-04-08[qa] Ensure bitcoind processes are cleaned up when tests endSuhas Daftuar
2018-04-08Use std::bind instead of boost::bind to re-lock the walletSuhas Daftuar
2018-04-08[rpcwallet] Clamp walletpassphrase value at 100M secondsSuhas Daftuar
2018-04-08Merge #12878: [refactor] Config handling refactoring in preparation for netwo...Jonas Schnelli
2018-04-08Merge #12901: build: Show enabled sanitizers in configure outputMarcoFalke
2018-04-08Merge #12561: Check for block corruption in ConnectBlock()Wladimir J. van der Laan
2018-04-08Merge #12891: [logging] add lint-logs.sh to check for newline termination.Wladimir J. van der Laan
2018-04-08Merge #12895: tests: Add note about test suite name uniqueness requirement to...Wladimir J. van der Laan
2018-04-07Merge #12906: Avoid `interface` keyword to fix windows gitian buildMarcoFalke
2018-04-07Merge #12618: Set SCHED_BATCH priority on the loadblk thread.Wladimir J. van der Laan
2018-04-07Merge #12708: Make verify-commits.sh test that merges are cleanWladimir J. van der Laan
2018-04-07Merge #12860: Add testmempoolaccept to release-notes, Add missing constWladimir J. van der Laan
2018-04-07[logging] add lint-logs.sh to check for newline termination.John Newbery
2018-04-07[logging] Comment all continuing logs.John Newbery
2018-04-07Merge #12850: doc: add qrencode to brew install instructionsWladimir J. van der Laan
2018-04-07doc: add qrencode to brew install instructionsbuddilla
2018-04-07Merge #12896: docs: Fix conflicting statements about initialization in develo...Wladimir J. van der Laan
2018-04-07Merge #12785: wallet: Initialize m_last_block_processed to nullptrWladimir J. van der Laan
2018-04-07Merge #12849: Tests: Add logging in loops in p2p_sendhears.pyMarcoFalke
2018-04-07Merge #12766: [Tests] Tidy up REST interface functional testsWladimir J. van der Laan
2018-04-07Merge #12836: Make WalletInitInterface and DummyWalletInit private, fix nullp...Wladimir J. van der Laan
2018-04-07scripted-diff: Avoid `interface` keyword to fix windows gitian buildRussell Yanofsky
2018-04-06tests: Add check for test suite name uniqueness in lint-tests.shpracticalswift
2018-04-06tests: Add note about uniqueness requirement for test suite namespracticalswift
2018-04-06tests: Avoid test suite name collision in wallet crypto_testsMarcoFalke
2018-04-06build: Show enabled sanitizers in configure outputpracticalswift
2018-04-05docs: Fix conflicting statements about initialization in developer notespracticalswift
2018-04-05wallet: Refactor to WalletInitInterface* const g_wallet_init_interfaceJoão Barbosa
2018-04-05wallet: Make WalletInitInterface and DummyWalletInit privateJoão Barbosa
2018-04-06[tests] Add additional unit tests for -nofoo edge casesAnthony Towns
2018-04-06[tests] Check GetChainName works with config entriesAnthony Towns
2018-04-06[tests] Add unit tests for ReadConfigStreamAnthony Towns
2018-04-06ReadConfigStream: assume the stream is goodAnthony Towns
2018-04-06Separate out ReadConfigStream from ReadConfigFileAnthony Towns
2018-04-06[tests] Add unit tests for GetChainNameAnthony Towns
2018-04-06Move ChainNameFromCommandLine into ArgsManager and rename to GetChainNameAnthony Towns
2018-04-05Merge #10244: Refactor: separate gui from wallet and nodeWladimir J. van der Laan
2018-04-05Support serializing Span<unsigned char> and use that instead of FLATDATAPieter Wuille
2018-04-05Add Slice: a (pointer, size) array view that acts like a containerPieter Wuille
2018-04-05wallet: Initialize m_last_block_processed to nullptr. Initialize fields where...practicalswift
2018-04-05Merge #12877: doc: Use bitcoind in Tor documentationWladimir J. van der Laan
2018-04-05doc: Use bitcoind in Tor documentationIndospace.io
2018-04-05Merge #12859: Bugfix: Include <memory> for std::unique_ptrWladimir J. van der Laan
2018-04-05Merge #12887: [trivial] Add newlines to end of log messages.Wladimir J. van der Laan
2018-04-04Tests: Add Metaclass for BitcoinTestFrameworkWill Ayd
2018-04-04Merge #11818: I accidentally [deliberately] killed it [the ComparisonTestFram...MarcoFalke