aboutsummaryrefslogtreecommitdiff
path: root/src/init.cpp
AgeCommit message (Expand)Author
2018-06-15Merge #13241: scripted-diff: Avoid temporary copies when looping over std::mapMarcoFalke
2018-06-12Add unavailable options to hidden options categoryAndrew Chow
2018-06-11scripted-diff: Avoid temporary copies when looping over std::mapBen Woosley
2018-06-04index: Remove TxIndexDB from public interface of TxIndex.Jim Posen
2018-05-30Give an error and exit if there are unknown parametersAndrew Chow
2018-05-30Stop translating command line optionsWladimir J. van der Laan
2018-05-13net: Add option `-enablebip61` to configure sending of BIP61 notificationsWladimir J. van der Laan
2018-05-09Make gArgs aware of the argumentsAndrew Chow
2018-05-09Merge #10267: New -includeconf argument for including external configuration ...Wladimir J. van der Laan
2018-05-07Merge #13131: Add Windows shutdown handlerWladimir J. van der Laan
2018-05-03Make it clear which functions that are intended to be translation unit localpracticalswift
2018-05-02Trivial: s/SetBestChain/ChainStateFlushed in comments after #13106Russell Yanofsky
2018-05-01Add Windows shutdown handlerChun Kuan Lee
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-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-26Remove Safe modeAndrew Chow
2018-04-26-includeconf=<path> support in config handler, for including external configu...Karl-Johan Alm
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-18Consistently log CValidationState on failureBen Woosley
2018-04-17Merge #13004: Print to console by default when not run with -daemonWladimir J. van der Laan
2018-04-17Merge #12977: Refactor g_wallet_init_interface to const referenceWladimir J. van der Laan
2018-04-17Print to console by default when not run with -daemonEvan Klitzke
2018-04-16Merge #11862: Network specific conf sectionsWladimir J. van der Laan
2018-04-13wallet: Refactor g_wallet_init_interface to const referenceJoão Barbosa
2018-04-13wallet: Make WalletInitInterface members constJoão Barbosa
2018-04-12Merge #12743: Fix csBestBlock/cvBlockChange waiting in rpc/miningPieter Wuille
2018-04-11ArgsManager: Warn when ignoring network-specific config settingAnthony Towns
2018-04-09added logging line back that was accidentally removed with #10762Steve Lee
2018-04-09Remove duplicate includespracticalswift
2018-04-08Merge #12891: [logging] add lint-logs.sh to check for newline termination.Wladimir J. van der Laan
2018-04-07Merge #12618: Set SCHED_BATCH priority on the loadblk thread.Wladimir J. van der Laan
2018-04-07[logging] Comment all continuing logs.John Newbery
2018-04-05wallet: Refactor to WalletInitInterface* const g_wallet_init_interfaceJoão Barbosa
2018-04-05wallet: Make WalletInitInterface and DummyWalletInit privateJoão Barbosa
2018-04-04[trivial] Add newlines to end of log messages.John Newbery
2018-04-03Modernize best block mutex/cv/hash variable namingPieter Wuille
2018-03-30Merge #12820: contrib: Fix check-doc script regexesMarcoFalke
2018-03-30Merge #12172: Bugfix: RPC: savemempool: Don't save until LoadMempool() is fin...Wladimir J. van der Laan
2018-03-29Merge #10762: [wallet] Remove Wallet dependencies from init.cppWladimir J. van der Laan
2018-03-29Bugfix: RPC: savemempool: Don't save until LoadMempool() is finishedJorge Timón
2018-03-28init: Remove help text for non-existent -fuzzmessagestest argMarcoFalke
2018-03-27[wallet] Add dummy wallet init classJohn Newbery
2018-03-27Merge #12653: Allow to optional specify the directory for the blocks storageWladimir J. van der Laan
2018-03-27[wallet] Use global g_wallet_init_interface to init/destroy the wallet.John Newbery
2018-03-27Merge #12797: init: Fix help message for checkblockindexWladimir J. van der Laan