aboutsummaryrefslogtreecommitdiff
path: root/src/init.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * | [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
* | | | | Merge #12381: Remove more boost threadsWladimir J. van der Laan2018-02-121-5/+9
|\ \ \ \ \
| * | | | | boost: drop boost threads for [alert|block|wallet]notifyCory Fields2018-02-081-1/+2
| * | | | | boost: drop boost threads from torcontrolCory Fields2018-02-081-1/+1
| * | | | | boost: remove useless threadGroup parameter from DiscoverCory Fields2018-02-081-1/+1
| * | | | | boost: drop boost threads for upnpCory Fields2018-02-081-2/+5
* | | | | | Reset pblocktree before deleting LevelDB fileSjors Provoost2018-02-111-0/+3
| |/ / / / |/| | | |
* | | | | Merge #12225: Mempool cleanupsWladimir J. van der Laan2018-02-081-1/+1
|\ \ \ \ \
| * | | | | fee estimator: avoid sorting mempool on shutdownSuhas Daftuar2018-01-251-1/+1
* | | | | | Fix fast-shutdown hang on ThreadImport+GenesisWaitMatt Corallo2018-02-061-2/+9
| |/ / / / |/| | | |
* | | | | Clarify help messages for path args to mention datadir prefixJames O'Beirne2018-02-051-4/+4
* | | | | Properly alphabetize output of CLI --help option.murrayn2018-02-011-19/+19
* | | | | Merge #12266: Move scheduler/threadGroup into common-init instead of per-appWladimir J. van der Laan2018-01-301-5/+13
|\ \ \ \ \
| * | | | | Move scheduler/threadGroup into common-init instead of per-appMatt Corallo2018-01-251-5/+13
* | | | | | Merge #12197: Log debug build status and warn when running benchmarksWladimir J. van der Laan2018-01-291-1/+7
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Use PACKAGE_NAME instead of hardcoding application name in log messageWladimir J. van der Laan2018-01-191-1/+1
| * | | | | Log debug build status and warn when running benchmarksWladimir J. van der Laan2018-01-161-1/+7
| |/ / / /
* / / / / Don't allow relative -walletdir pathsRussell Yanofsky2018-01-181-0/+9
|/ / / /
* | | | Abstract directory locking into util.cppMeshCollider2018-01-161-16/+3
* | | | Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
| |/ / |/| |
* | | Merge #11831: Always return true if AppInitMain got to the endWladimir J. van der Laan2017-12-121-1/+1
|\ \ \
| * | | Always return true if AppInitMain got to the endMatt Corallo2017-12-051-1/+1
* | | | Always set NODE_NETWORK_LIMITED bitJonas Schnelli2017-12-051-1/+1
|/ / /
* | | Add `-debuglogfile` optionWladimir J. van der Laan2017-11-301-2/+6
* | | Merge #11783: Fix shutdown in case of errors during initializationWladimir J. van der Laan2017-11-301-2/+2
|\ \ \
| * | | Fix shutdown in case of errors during initializationWladimir J. van der Laan2017-11-281-2/+2
* | | | Merge #11191: RPC: Improve help text and behavior of RPC-logging.Wladimir J. van der Laan2017-11-301-1/+2
|\ \ \ \ | |/ / / |/| | |