aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-09-06noui: Move handlers to header fileMarcoFalke
2018-09-05Merge #13954: Warn (don't fail!) on spelling errors. Fix typos reported by co...MarcoFalke
2018-09-05doc: Change documentation for =0 for non-boolean optionsWladimir J. van der Laan
2018-09-04Merge #13249: Make objects in range declarations immutable by default. Avoid ...Wladimir J. van der Laan
2018-09-04Merge #14133: gui: Favor macOS show / hide action in dock menuWladimir J. van der Laan
2018-09-04Fix typos reported by codespellpracticalswift
2018-09-04Merge #14013: [doc] Add new regtest ports in man following #10825 ports reatt...Wladimir J. van der Laan
2018-09-04Merge #14094: refactoring: Remove unreferenced local variablesWladimir J. van der Laan
2018-09-04Merge #14129: Trivial: update clang thread-safety docs urlWladimir J. van der Laan
2018-09-04Merge #14135: doc: correct GetDifficulty doc after #13288Wladimir J. van der Laan
2018-09-03Increase signal to noise in appveyor build output by reducing the MSVC warnin...practicalswift
2018-09-03doc: correct GetDifficulty doc after #13288fanquake
2018-09-02gui: Favor macOS show / hide action in dock menuJoão Barbosa
2018-09-02Trivial: update clang thread-safety docs urlBen Woosley
2018-08-31Switch nPrevNodeCount to vNodesSize.Patrick Strateman
2018-08-31scripted-diff: Small locking renameRussell Yanofsky
2018-08-31Merge #11640: Make LOCK, LOCK2, TRY_LOCK work with CWaitableCriticalSectionWladimir J. van der Laan
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-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-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 #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-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-28Don't assert(...) with side effectspracticalswift
2018-08-27Merge #13767: Remove redundant assignments (dead stores)MarcoFalke
2018-08-27Merge #13769: Mark single-argument constructors "explicit"MarcoFalke