aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-09-04Fix typos reported by codespellpracticalswift
2018-08-31Merge #11599: scripted-diff: Small locking renameWladimir J. van der Laan
2018-08-31Merge #11640: Make LOCK, LOCK2, TRY_LOCK work with CWaitableCriticalSectionWladimir J. van der Laan
2018-08-31scripted-diff: Small locking renameRussell Yanofsky
2018-08-31Merge #10605: Add AssertLockHeld assertions in CWallet::ListCoinsMarcoFalke
2018-08-31Merge #14088: tests: Don't assert(...) with side effectsWladimir J. van der Laan
2018-08-31Merge #14108: tests: Add missing locking annotations and locks (g_cs_orphans)MarcoFalke
2018-08-31Add EXCLUSIVE_LOCKS_REQUIRED to CWallet::ListCoinsRussell Yanofsky
2018-08-31Merge #14073: blockfilter: Avoid out-of-bounds script access.Wladimir J. van der Laan
2018-08-31Merge #13159: Don't close old debug log file handle prematurely when trying t...Wladimir J. van der Laan
2018-08-31Merge #14101: qa: Use named args in validation acceptance testsWladimir J. van der Laan
2018-08-31Merge #14037: Add README.md to linux release tarballsWladimir J. van der Laan
2018-08-31Merge #13724: [contrib] Support ARM and RISC-V symbol checkWladimir J. van der Laan
2018-08-30tests: Add missing locking annotations and lockspracticalswift
2018-08-30Merge #13825: [wallet] Kill accountsWladimir J. van der Laan
2018-08-30[wallet] Kill accountsJohn Newbery
2018-08-30Merge #13126: util: Add Clang thread safety annotations for variables guarded...MarcoFalke
2018-08-30Merge #14103: docs: Fix broken Doxygen commentsWladimir J. van der Laan
2018-08-30Fix potential deadlockpracticalswift
2018-08-29Add lock annotations (cs_args)practicalswift
2018-08-29Add missing locks (cs_args)practicalswift
2018-08-29qa: Use named args in some testsMarcoFalke
2018-08-29scripted-diff: Use named arguments in feature_blockMarcoFalke
2018-08-29scripted-diff: Pass node into p2p_segwit acceptance testsMarcoFalke
2018-08-29Merge #14097: validation: Log FormatStateMessage on ConnectBlock error in Con...Wladimir J. van der Laan
2018-08-29Merge #13792: tx pool: Avoid passing redundant hash into addUnchecked (script...Wladimir J. van der Laan
2018-08-29Remove unused fsbridge::freopenpracticalswift
2018-08-29Don't close old debug log file handle prematurely when trying to re-open (on ...practicalswift
2018-08-29Merge #14020: Add tests for RPC helpMarcoFalke
2018-08-29Merge #14028: Explicitly initialize prevector _unionWladimir J. van der Laan
2018-08-29Merge #13671: Remove the boost/algorithm/string/case_conv.hpp dependencyWladimir J. van der Laan
2018-08-29Merge #13862: utils: drop boost::interprocess::file_lockWladimir J. van der Laan
2018-08-28Merge #14093: tests: Fix accidental trunction from int to boolMarcoFalke
2018-08-28validation: Log FormatStateMessage on ConnectBlock error in ConnectTipMarcoFalke
2018-08-28Merge #14055: fix walletcreatefundedpsbt deriv paths, add testWladimir J. van der Laan
2018-08-28blockfilter: Omit empty scripts from filter contents.Jim Posen
2018-08-28Merge #14052: qa: Add some actual witness in rpc_rawtransactionMarcoFalke
2018-08-28Removes the Boost case_conv.hpp dependency.251
2018-08-28Implements custom tolower and toupper functions.251
2018-08-28Implements ParseNetwork unit test.251
2018-08-28tests: Fix accidental trunction from int to boolpracticalswift
2018-08-28Merge #13723: PSBT key path cleanupsWladimir J. van der Laan
2018-08-28Add regression test: Don't assert(...) with side effectspracticalswift
2018-08-28Merge #14051: [Tests] Make combine_logs.py handle multi-line logsWladimir J. van der Laan
2018-08-28Don't assert(...) with side effectspracticalswift
2018-08-28Add README.md to linux release tarballsHennadii Stepanov
2018-08-27test padding non micro timestampsJohn Newbery
2018-08-27Merge #14042: travis: add CXXFLAGS=-Wno-psabi at ARM jobMarcoFalke
2018-08-27Merge #13767: Remove redundant assignments (dead stores)MarcoFalke
2018-08-27Merge #13769: Mark single-argument constructors "explicit"MarcoFalke