aboutsummaryrefslogtreecommitdiff
path: root/src/init.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge AuxPoW support from NamecoreRoss Nicoll2019-07-131-0/+8
* Scrypt n=1024 PoW hashRoss Nicoll2019-04-031-0/+4
* doc: Change documentation for =0 for non-boolean optionsWladimir J. van der Laan2018-09-051-6/+6
* shutdown: Stop threads before resetting ptrsMarcoFalke2018-08-061-5/+7
* -prune option -help output aligned with codeHennadii Stepanov2018-08-021-1/+1
* Merge #13774: Return void instead of bool for functions that cannot failMarcoFalke2018-07-291-4/+2
|\
| * Return void instead of bool for functions that cannot failpracticalswift2018-07-271-4/+2
* | Fix accidental use of the addition assignment operator ("+="). Remove newline...practicalswift2018-07-271-1/+1
|/
* scripted-diff: Fix references to share/rpcuser (now share/rpcauth)Mason Simon2018-07-151-1/+1
* Merge #13417: [net] Tighten scope in net_processingPieter Wuille2018-07-131-3/+1
|\
| * Make g_enable_bip61 a member variable of PeerLogicValidationJesse Cohen2018-07-091-1/+1
| * Rescope g_enable_bip61 to net_processingJesse Cohen2018-06-191-2/+0
* | Merge #13570: RPC: Add new "getzmqnotifications" methodWladimir J. van der Laan2018-07-091-11/+11
|\ \
| * | RPC: Add new getzmqnotifications method.Daniel Kraft2018-07-051-0/+4
| * | Make ZMQ notification interface instance global.Daniel Kraft2018-06-291-11/+7
* | | Fix command line help for -printtoconsole and -debuglogfileSamuel B. Atwood2018-07-081-2/+2
* | | Merge #13577: logging: avoid nStart may be used uninitialized in AppInitMain ...Wladimir J. van der Laan2018-07-051-6/+2
|\ \ \
| * | | logging: avoid nStart may be used uninitialized in AppInitMain warningmruddy2018-06-301-6/+2
* | | | Merge #13588: Docs: Improve doc of options addnode, connect, seednodeWladimir J. van der Laan2018-07-041-3/+3
|\ \ \ \
| * | | | Docs: Improve doc of options addnode, connect, seednodewodry2018-07-021-3/+3
| |/ / /
* | | | Merge #13235: Break circular dependency: init -> * -> init by extracting shut...Wladimir J. van der Laan2018-07-041-23/+12
|\ \ \ \
| * | | | Break circular dependency: init -> * -> init by extracting shutdown.hBen Woosley2018-06-251-23/+12
| | |_|/ | |/| |
* | | | scripted-diff: Replace NET_TOR with NET_ONIONwodry2018-07-021-6/+6
| |/ / |/| |
* | | Merge #13503: Document FreeBSD quirk. Fix FreeBSD build: Use std::min<int>(.....MarcoFalke2018-06-271-1/+2
|\ \ \ | |_|/ |/| |
| * | 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
|/