aboutsummaryrefslogtreecommitdiff
path: root/src/init.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * | Document FreeBSD quirk. Fix FreeBSD build.practicalswift2018-06-211-1/+2
| |/
* | Merge #13418: Docs: More precise explanation of parameter onlynetPieter Wuille2018-06-261-1/+1
|\ \ | |/ |/|
| * Docs: More precise explanation of parameter "onlynet"wodry2018-06-261-1/+1
* | Merge #13241: scripted-diff: Avoid temporary copies when looping over std::mapMarcoFalke2018-06-151-1/+1
|\ \
| * | scripted-diff: Avoid temporary copies when looping over std::mapBen Woosley2018-06-111-1/+1
| |/
* / Add unavailable options to hidden options categoryAndrew Chow2018-06-121-17/+35
|/
* index: Remove TxIndexDB from public interface of TxIndex.Jim Posen2018-06-041-2/+1
* Give an error and exit if there are unknown parametersAndrew Chow2018-05-301-0/+17
* Stop translating command line optionsWladimir J. van der Laan2018-05-301-98/+97
* net: Add option `-enablebip61` to configure sending of BIP61 notificationsWladimir J. van der Laan2018-05-131-0/+3
* Make gArgs aware of the argumentsAndrew Chow2018-05-091-170/+136
* Merge #10267: New -includeconf argument for including external configuration ...Wladimir J. van der Laan2018-05-091-0/+1
|\
| * -includeconf=<path> support in config handler, for including external configu...Karl-Johan Alm2018-04-261-0/+1
* | Merge #13131: Add Windows shutdown handlerWladimir J. van der Laan2018-05-071-0/+11
|\ \
| * | Add Windows shutdown handlerChun Kuan Lee2018-05-011-0/+11
* | | Make it clear which functions that are intended to be translation unit localpracticalswift2018-05-031-6/+6
* | | Trivial: s/SetBestChain/ChainStateFlushed in comments after #13106Russell Yanofsky2018-05-021-1/+1
* | | util: Store debug log file path in BCLog::Logger member.Jim Posen2018-04-291-2/+4
* | | scripted-diff: Rename BCLog::Logger member variables.Jim Posen2018-04-291-7/+7
* | | util: Refactor GetLogCategory.Jim Posen2018-04-291-8/+2
* | | util: Encapsulate logCategories within BCLog::Logger.Jim Posen2018-04-271-3/+3
* | | util: Move debug file management functions into Logger.Jim Posen2018-04-271-3/+4
* | | util: Establish global logger object.Jim Posen2018-04-271-7/+8
|/ /
* | Remove Safe modeAndrew Chow2018-04-261-3/+0
* | [validation] Replace tx index code in validation code with TxIndex.Jim Posen2018-04-251-6/+0
* | [init] Initialize and start TxIndex in init code.Jim Posen2018-04-251-10/+27
|/
* Consistently log CValidationState on failureBen Woosley2018-04-181-1/+1
* Merge #13004: Print to console by default when not run with -daemonWladimir J. van der Laan2018-04-171-8/+18
|\
| * Print to console by default when not run with -daemonEvan Klitzke2018-04-171-8/+18
* | Merge #12977: Refactor g_wallet_init_interface to const referenceWladimir J. van der Laan2018-04-171-20/+19
|\ \ | |/ |/|
| * wallet: Refactor g_wallet_init_interface to const referenceJoão Barbosa2018-04-131-11/+10
| * wallet: Make WalletInitInterface members constJoão Barbosa2018-04-131-9/+9
* | Merge #11862: Network specific conf sectionsWladimir J. van der Laan2018-04-161-0/+5
|\ \
| * | ArgsManager: Warn when ignoring network-specific config settingAnthony Towns2018-04-111-0/+5
| |/
* | Merge #12743: Fix csBestBlock/cvBlockChange waiting in rpc/miningPieter Wuille2018-04-121-1/+1
|\ \ | |/ |/|
| * Modernize best block mutex/cv/hash variable namingPieter Wuille2018-04-031-1/+1
* | added logging line back that was accidentally removed with #10762Steve Lee2018-04-091-1/+1
* | Remove duplicate includespracticalswift2018-04-091-1/+0
* | Merge #12891: [logging] add lint-logs.sh to check for newline termination.Wladimir J. van der Laan2018-04-081-1/+1
|\ \
| * | [logging] Comment all continuing logs.John Newbery2018-04-071-1/+1
* | | Merge #12618: Set SCHED_BATCH priority on the loadblk thread.Wladimir J. van der Laan2018-04-071-0/+1
|\ \ \
| * | | Set SCHED_BATCH priority on the loadblk thread.Evan Klitzke2018-03-261-0/+1
* | | | wallet: Refactor to WalletInitInterface* const g_wallet_init_interfaceJoão Barbosa2018-04-051-2/+2
* | | | wallet: Make WalletInitInterface and DummyWalletInit privateJoão Barbosa2018-04-051-1/+18
| |/ / |/| |
* | | [trivial] Add newlines to end of log messages.John Newbery2018-04-041-1/+1
| |/ |/|
* | Merge #12820: contrib: Fix check-doc script regexesMarcoFalke2018-03-301-3/+1
|\ \
| * | init: Remove help text for non-existent -fuzzmessagestest argMarcoFalke2018-03-281-3/+1
* | | Merge #12172: Bugfix: RPC: savemempool: Don't save until LoadMempool() is fin...Wladimir J. van der Laan2018-03-301-3/+2
|\ \ \
| * | | Bugfix: RPC: savemempool: Don't save until LoadMempool() is finishedJorge Timón2018-03-291-3/+2
| |/ /
* | | Merge #10762: [wallet] Remove Wallet dependencies from init.cppWladimir J. van der Laan2018-03-291-35/+13
|\ \ \ | |/ / |/| |