aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-09-07tx pool: Use class methods to hide raw map iterator impl detailsMarcoFalke
2018-09-07Merge #14153: Docs: Add disable-wallet section to OSX build instructions, upd...MarcoFalke
2018-09-07Update univalue subtreeMarcoFalke
2018-09-07Squashed 'src/univalue/' changes from 51d3ab34ba..7890db99d6MarcoFalke
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-06test: Add test for config file parsing errorsMarcoFalke
2018-09-05Merge #13954: Warn (don't fail!) on spelling errors. Fix typos reported by co...MarcoFalke
2018-09-05Remove reference to deprecated RPC call in build instructionsMichael Goldstein
2018-09-05Docs: Add disable-wallet section to OSX build instructionsMichael Goldstein
2018-09-05Merge #14100: doc: Change documentation for =0 for non-boolean optionsMarcoFalke
2018-09-05Replace duplcate reference with reference to reference docPieter Wuille
2018-09-05Adjust TODO linkPieter Wuille
2018-09-05Add descriptor reference documentationPieter Wuille
2018-09-05Merge #14115: lint: Make all linters work under the default macOS dev environ...MarcoFalke
2018-09-05doc: Change documentation for =0 for non-boolean optionsWladimir J. van der Laan
2018-09-04Merge #14086: appveyor: Use clcache to speed up buildMarcoFalke
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-04lint: Add spell check linter (codespell)practicalswift
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 #14128: lint: Make sure we read the command line inputs using utf-8 dec...Wladimir 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-04Merge #14140: [Net] Switch nPrevNodeCount to vNodesSizeWladimir J. van der Laan
2018-09-03Increase signal to noise in appveyor build output by reducing the MSVC warnin...practicalswift
2018-09-03appveyor: Use clcache to speed up buildChun Kuan Lee
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-02lint: Make sure we read the command line inputs using utf-8 decoding in pythonChun Kuan Lee
2018-09-02Merge #14120: Notes about control port and read access to cookieWladimir J. van der Laan
2018-09-02Trivial: update clang thread-safety docs urlBen Woosley
2018-09-01build: avoid getifaddrs when unavailableCory Fields
2018-09-01Merge #14122: Test rpc_help.py failed: Check whether ZMQ is enabled or not.Wladimir J. van der Laan
2018-09-01Test rpc_help.py failed: Check whether ZMQ is enabled or not.Kvaciral
2018-08-31Switch nPrevNodeCount to vNodesSize.Patrick Strateman
2018-08-31Merge #11599: scripted-diff: Small locking renameWladimir J. van der Laan
2018-08-31qa: Read reject reasons from debug log, not p2p messagesMarcoFalke
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-31added note that control port must be enabled and how to do that in torrc conf...Jordan Baczuk