aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-06-07Merge #19005: doc: Add documentation for 'checklevel' argument in 'verifychai...MarcoFalke
2020-06-07doc: Add documentation for 'checklevel' argument in 'verifychain' RPC callCalvin Kim
2020-06-06Add functional test for P2P eviction logic of inbound peersMartin Zumsande
2020-06-06refactor: Replace RecursiveMutex with Mutex in netbase.cppHennadii Stepanov
2020-06-06Merge #18968: doc: noban precludes maxuploadtarget disconnectsMarcoFalke
2020-06-06test: Avoid overwriting the NodeContext member of the testing setupMarcoFalke
2020-06-06refactor: Replace RecursiveMutex with Mutex in timedata.cppHennadii Stepanov
2020-06-06build: Add -Wshadow-fieldMarcoFalke
2020-06-06Merge #19172: test: Do not swallow flake8 exit codefanquake
2020-06-05refactor: Replace RecursiveMutex with Mutex in Shutdown()Hennadii Stepanov
2020-06-05[tests] Make mininode_lock non-reentrantJohn Newbery
2020-06-05[tests] Don't call super twice in P2PTxInvStore.on_inv()John Newbery
2020-06-05[tests] Don't acquire mininode_lock twice in wait_for_broadcast()John Newbery
2020-06-05[tests] Only acquire lock once in p2p_compactblocks.pyJohn Newbery
2020-06-05doc: Add mypy to test dependenciesHennadii Stepanov
2020-06-05test: Do not swallow flake8 exit codeHennadii Stepanov
2020-06-05refactor: Combine GetWalletForJSONRPCRequest and EnsureWalletIsAvailable func...Russell Yanofsky
2020-06-05Merge #19096: Remove g_rpc_chain globalMarcoFalke
2020-06-05Merge #19173: build: turn on --enable-c++17 by --enable-fuzzMarcoFalke
2020-06-05build: turn on --enable-c++17 by --enable-fuzzVasil Dimov
2020-06-05Merge #19164: ci: tsan with walletfanquake
2020-06-05Merge #19132: qt: lock cs_main, m_cached_tip_mutex in that orderJonas Schnelli
2020-06-05Merge #15202: gui: Add Close All Wallets actionJonas Schnelli
2020-06-05Merge #18758: Remove unused boost/threadfanquake
2020-06-04ci: tsan with walletMarcoFalke
2020-06-04doc: noban precludes maxuploadtarget disconnectsMarcoFalke
2020-06-04net: Reformat excessively long if condition into multiple linesMarcoFalke
2020-06-04Merge #19053: refactor: replace CNode pointers by references within net_proce...MarcoFalke
2020-06-04Drop MSG_NOPREFIX flagHennadii Stepanov
2020-06-04Pass bilingual_str argument to AbortNode()Hennadii Stepanov
2020-06-04refactor: Use bilingual_str::empty()Hennadii Stepanov
2020-06-04Merge #19082: test: Moved the CScriptNum asserts into the unit test in script.pyWladimir J. van der Laan
2020-06-04Merge #19112: rpc: Remove special case for unknown service flagsWladimir J. van der Laan
2020-06-04Merge #17994: validation: flush undo files after last block writeWladimir J. van der Laan
2020-06-04Merge #19131: refactor: Fix unreachable code in init arg checksWladimir J. van der Laan
2020-06-04refactor: Specify boost/thread/thread.hpp explicitlyHennadii Stepanov
2020-06-04txdb: Remove unused boost/threadMarcoFalke
2020-06-04txindex: Remove unused boost/threadMarcoFalke
2020-06-04Merge #19142: validation: Make VerifyDB level 4 interruptiblefanquake
2020-06-04Merge #19159: test: Make valgrind.supp work on aarch64fanquake
2020-06-04Merge #19152: build: improve build OS configure outputfanquake
2020-06-03Merge #19088: validation: use std::chrono throughout some validation functionsMarcoFalke
2020-06-03test: Make valgrind.supp work on aarch64MarcoFalke
2020-06-03Merge #18210: test: type hints in Python testsfanquake
2020-06-03[test] CScriptNum Decode Check as Unit TestsGillian Chu
2020-06-03Merge #19041: ci: tsan with -stdlib=libc++-10fanquake
2020-06-03Merge #18974: test: Check that invalid witness destinations can not be importedMarcoFalke
2020-06-03Merge #18875: fuzz: Stop nodes in process_message* fuzzersMarcoFalke
2020-06-03Merge #19146: doc: Remove release note fragments of 0.20.1 release, Add relea...Wladimir J. van der Laan
2020-06-03validation: Make VerifyDB level 4 interruptibleMarcoFalke