aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-05-01Remove python2 from configure.acChun Kuan Lee
2018-05-01[Docs] Add version footnote to tor.mdDamian Williamson
2018-04-30Merge #12954: util: Refactor logging code into a global objectPieter Wuille
2018-04-30Merge #13130: [tests] Fix race in rpc_deprecated.pyMarcoFalke
2018-04-30[tests] Fix race in rpc_deprecated.pyJohn Newbery
2018-04-30Merge #13028: Make vpwallets usage thread safeWladimir J. van der Laan
2018-04-30Merge #13105: [qa] Add --failfast option to functional test runnerWladimir J. van der Laan
2018-04-30Merge #13124: [doc] nit: descendent should be spelled descendant even in the ...Wladimir J. van der Laan
2018-04-30nit: descendent should be spelled descendant even in the release-notesmryandao
2018-04-30Merge #13109: [rpc] nit: fix typo for entry description stringWladimir J. van der Laan
2018-04-30Merge #13119: Remove script to clean up datadirsJonas Schnelli
2018-04-30nit: fix typo for entry description stringmryandao
2018-04-29Remove script to clean up datadirsMarcoFalke
2018-04-29util: Store debug log file path in BCLog::Logger member.Jim Posen
2018-04-29scripted-diff: Rename BCLog::Logger member variables.Jim Posen
2018-04-29util: Refactor GetLogCategory.Jim Posen
2018-04-27Merge #13077: Add compile time checking for all cs_KeyStore runtime locking a...MarcoFalke
2018-04-27util: Encapsulate logCategories within BCLog::Logger.Jim Posen
2018-04-27util: Move debug file management functions into Logger.Jim Posen
2018-04-27util: Establish global logger object.Jim Posen
2018-04-27Use --failfast when running functional tests on TravisJames O'Beirne
2018-04-27Add --failfast option to functional test runnerJames O'Beirne
2018-04-27Simplify semantics of ChainStateFlushed callbackMatt Corallo
2018-04-27scripted-diff: Rename SetBestChain callback ChainStateFlushedMatt Corallo
2018-04-27Merge #13090: Remove Safe mode (achow101)Wladimir J. van der Laan
2018-04-27Remove "rpc" category from GetWarningsWladimir J. van der Laan
2018-04-27rpc: Move RPC_FORBIDDEN_BY_SAFE_MODE code to reserved sectionWladimir J. van der Laan
2018-04-26Merge #13002: Do not treat bare multisig outputs as IsMine unless watchedWladimir J. van der Laan
2018-04-26Merge #13003: qa: Add test for orphan handlingWladimir J. van der Laan
2018-04-27tests: Add test for 64-bit PE, modify 32-bit test resultsChun Kuan Lee
2018-04-26Merge #13031: Fix for utiltime to compile with msvc.Wladimir J. van der Laan
2018-04-26Remove Safe modeAndrew Chow
2018-04-26Merge #12321: p2wsh and p2sh-p2wsh address in decodescriptWladimir J. van der Laan
2018-04-26Merge #12240: [rpc] Introduced a new `fees` structure that aggregates all sub...Wladimir J. van der Laan
2018-04-26Merge #12997: [doc] build-windows: Switch to Artful, since Zesty is EOLWladimir J. van der Laan
2018-04-26-includeconf=<path> support in config handler, for including external configu...Karl-Johan Alm
2018-04-25Merge #13033: Build txindex in parallel with validationPieter Wuille
2018-04-25Merge #13082: Tests: don't test against min relay fee information in mining_p...MarcoFalke
2018-04-26Don't test against min relay fee information in mining_prioritisetransaction.pyKristaps Kaupe
2018-04-25Add compile time checking for all cs_KeyStore runtime locking assertionspracticalswift
2018-04-25[doc] Include txindex changes in the release notes.Jim Posen
2018-04-25[test] Simple unit test for TxIndex.Jim Posen
2018-04-25[rpc] Public interfaces to GetTransaction block until synced.Jim Posen
2018-04-25[index] Move disk IO logic from GetTransaction to TxIndex::FindTx.Jim Posen
2018-04-25[validation] Replace tx index code in validation code with TxIndex.Jim Posen
2018-04-25[init] Initialize and start TxIndex in init code.Jim Posen
2018-04-25[index] TxIndex method to wait until caught up.Jim Posen
2018-04-25[index] Allow TxIndex sync thread to be interrupted.Jim Posen
2018-04-25[index] TxIndex initial sync thread.Jim Posen
2018-04-25[index] Create new TxIndex class.Jim Posen