aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-04-09Merge #12923: util: Pass pthread_self() to pthread_setschedparam instead of 0Wladimir J. van der Laan
2018-04-09util: Remove designator initializer from ScheduleBatchPriorityWladimir J. van der Laan
2018-04-09util: Pass pthread_self() to pthread_setschedparam instead of 0Wladimir J. van der Laan
2018-04-09Merge #12770: Use explicit casting in cuckoocache's compute_hashes(...) to cl...MarcoFalke
2018-04-09Merge #12007: [Doc] Clarify the meaning of fee delta not being a fee rate in ...MarcoFalke
2018-04-09Merge #11878: Add Travis check for duplicate includesMarcoFalke
2018-04-09Merge #12918: test: Assert on correct variableMarcoFalke
2018-04-09Add Travis check for duplicate includespracticalswift
2018-04-09Remove duplicate includespracticalswift
2018-04-09Merge #12537: [arith_uint256] Make it safe to use "self" in operatorsWladimir J. van der Laan
2018-04-09test: Assert on correct variableKarl-Johan Alm
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