aboutsummaryrefslogtreecommitdiff
path: root/src/init.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
|\ \ \ | |/ / |/| |
| * | [wallet] Add dummy wallet init classJohn Newbery2018-03-271-21/+9
| * | [wallet] Use global g_wallet_init_interface to init/destroy the wallet.John Newbery2018-03-271-32/+25
| * | [wallet] Move wallet init functions into WalletInit class.John Newbery2018-03-261-12/+9
* | | Merge #12653: Allow to optional specify the directory for the blocks storageWladimir J. van der Laan2018-03-271-2/+7
|\ \ \
| * | | Allow to optional specify the directory for the blocks storageJonas Schnelli2018-03-111-2/+7
* | | | Merge #12797: init: Fix help message for checkblockindexWladimir J. van der Laan2018-03-271-1/+1
|\ \ \ \
| * | | | init: Fix help message for checkblockindexMarcoFalke2018-03-261-1/+1
* | | | | Merge #10742: scripted-diff: Use scoped enumerations (C++11, "enum class")Wladimir J. van der Laan2018-03-271-1/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | scripted-diff: Convert 11 enums into scoped enums (C++11)practicalswift2018-03-091-1/+1
* | | | | Merge #12756: [config] Remove blockmaxsize optionWladimir J. van der Laan2018-03-261-11/+0
|\ \ \ \ \
| * | | | | [config] Remove blockmaxsize optionJohn Newbery2018-03-221-11/+0
* | | | | | Merge #12630: Provide useful error message if datadir is not writable.Wladimir J. van der Laan2018-03-221-0/+3
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Provide relevant error message if datadir is not writable.murrayn2018-03-141-0/+3
| | |_|/ / | |/| | |
* | | | | Merge #11041: Add LookupBlockIndexWladimir J. van der Laan2018-03-131-11/+11
|\ \ \ \ \
| * | | | | Add LookupBlockIndex functionJoão Barbosa2018-03-061-1/+2
| * | | | | Lock cs_main while loading block index in AppInitMainJoão Barbosa2018-03-061-10/+9
| |/ / / /
* | / / / Format timestamps using ISO 8601 formatting (e.g. "2018-02-28T12:34:56Z")practicalswift2018-03-091-1/+1
| |/ / / |/| | |
* | | | Merge #9598: Improve readability by removing redundant casts to same type (on...Wladimir J. van der Laan2018-03-071-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Improve readability by removing redundant casts to same type (on all platforms)practicalswift2017-12-211-1/+1
* | | | Merge #12568: Allow dustrelayfee to be set to zeroWladimir J. van der Laan2018-03-051-1/+1
|\ \ \ \
| * | | | Allow dustrelayfee to be set to zeroLuke Dashjr2018-02-281-1/+1
* | | | | Merge #10387: Eventually connect to NODE_NETWORK_LIMITED peersWladimir J. van der Laan2018-03-011-0/+1
|\ \ \ \ \
| * | | | | [QA] Allow addrman loopback tests (add debug option -addrmantest)Jonas Schnelli2018-02-091-0/+1
* | | | | | init: Remove translation for `-blockmaxsize` option helpWladimir J. van der Laan2018-02-201-1/+2
| |_|_|_|/ |/| | | |
* | | | | fixes #12465 added missing terminating newline character in log messageJosh Hartshorn2018-02-161-1/+1
* | | | | Interrupt loading thread after shutdown requestJoão Barbosa2018-02-121-0/+2