aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-09-10Merge #14057: [Logging] Only log "Using config file PATH_TO_bitcoin.conf" mes...Wladimir J. van der Laan
2018-09-10don't translate command line optionsMichael Polzer
2018-09-08Merge #12775: Integration of property based testing into Bitcoin CoreWladimir J. van der Laan
2018-09-07[build] Move dummy wallet into its own .cpp file.John Newbery
2018-09-07Merge #13662: Explain when reindex-chainstate can be used instead of reindexMarcoFalke
2018-09-07tx pool: Use class methods to hide raw map iterator impl detailsMarcoFalke
2018-09-07Update univalue subtreeMarcoFalke
2018-09-07p2p: Disable BIP 61 by defaultMarcoFalke
2018-09-06Merge #12490: [Wallet] [RPC] Remove deprecated wallet rpc features from bitco...MarcoFalke
2018-09-06qt: Also log and print messages or questions like bitcoindMarcoFalke
2018-09-06noui: Move handlers to header fileMarcoFalke
2018-09-06Merge #14149: doc: Remove misleading checkpoints comment in CMainParamsWladimir J. van der Laan
2018-09-06Merge #14096: Add reference documentation for descriptors languageWladimir J. van der Laan
2018-09-06Merge #14105: util: Report parse errors in configuration fileWladimir J. van der Laan
2018-09-05Merge #13954: Warn (don't fail!) on spelling errors. Fix typos reported by co...MarcoFalke
2018-09-05Replace duplcate reference with reference to reference docPieter Wuille
2018-09-05Adjust TODO linkPieter Wuille
2018-09-05doc: Change documentation for =0 for non-boolean optionsWladimir J. van der Laan
2018-09-04doxygen: Remove misleading checkpoints comment in CMainParamsMarcoFalke
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-03wallet: Set encrypted_batch to nullptr after delete. Avoid double free in the...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-09-01build: avoid getifaddrs when unavailableCory Fields
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-31utils: Use _wfopen and _wreopen on WindowsChun Kuan Lee
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-30Only log "Using PATH_TO_bitcoin.conf" message on startup if conf file exists.Alexander Leishman
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-30util: Report parse errors in configuration fileWladimir J. van der Laan
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