aboutsummaryrefslogtreecommitdiff
path: root/src/init.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | 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
|\ \ \ \ | |/ / / |/| | |
| * | | Improve help text and behavior of RPC-loggingAkio Nakamura2017-11-201-1/+2
* | | | Merge #11603: Move RPC registration out of AppInitParameterInteractionWladimir J. van der Laan2017-11-231-5/+8
|\ \ \ \
| * | | | Move RPC registration out of AppInitParameterInteractionRussell Yanofsky2017-11-031-5/+8
* | | | | scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-40/+40
* | | | | Merge #10286: Call wallet notify callbacks in scheduler thread (without cs_main)Wladimir J. van der Laan2017-11-151-0/+2
|\ \ \ \ \
| * | | | | Add a CValidationInterface::TransactionRemovedFromMempoolMatt Corallo2017-10-131-0/+2
* | | | | | Use unique_ptr for pcoinscatcher/pcoinsdbview/pcoinsTip/pblocktreepracticalswift2017-11-091-20/+14
* | | | | | Merge #10866: Fix -Wthread-safety-analysis warnings. Compile with -Wthread-sa...Pieter Wuille2017-11-071-3/+3
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Fix -Wthread-safety-analysis warnings. Change the sync.h primitives to std fr...Matt Corallo2017-11-061-3/+3
* | | | | | Connect to an extra outbound peer if our tip is staleSuhas Daftuar2017-11-021-1/+1
* | | | | | Merge #11495: [trivial] Make namespace explicit for is_regular_fileWladimir J. van der Laan2017-10-181-1/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | [trivial] Make namespace explicit for is_regular_fileJohn Newbery2017-10-131-1/+1
| |/ / / /
* | | | | Merge #11456: Replace relevant services logic with a function suite.Pieter Wuille2017-10-131-7/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Clarify docs for requirements/handling of addnode/connect nodesMatt Corallo2017-10-131-2/+2
| * | | | Replace relevant services logic with a function suite.Matt Corallo2017-10-131-5/+0
| | |_|/ | |/| |
* | | | Merge #11107: Fix races in AppInitMain and others with lock and atomic boolsMarcoFalke2017-10-051-3/+10
|\ \ \ \ | |/ / / |/| | |
| * | | Fix race for mapBlockIndex in AppInitMainMeshCollider2017-09-071-3/+10
* | | | Merge #10939: [init] Check non-emptiness of -blocknotify command prior to exe...Wladimir J. van der Laan2017-10-041-3/+4
|\ \ \ \
| * | | | Check that -blocknotify command is non-empty before executingpracticalswift2017-08-141-3/+4
| | |_|/ | |/| |
* | | | Merge #11031: [rpc] deprecate estimatefeeMarcoFalke2017-09-271-0/+1
|\ \ \ \
| * | | | [rpc] Deprecate estimatefee RPCJohn Newbery2017-09-261-0/+1
* | | | | Merge #11301: add m_added_nodes to connman optionsPieter Wuille2017-09-221-3/+3
|\ \ \ \ \
| * | | | | remove unused IsArgSet checkMarko Bencun2017-09-111-3/+2
| * | | | | add m_added_nodes to connman optionsMarko Bencun2017-09-111-0/+1