aboutsummaryrefslogtreecommitdiff
path: root/src/init.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Merge #18669: log: Use Join() helper when listing log categoriesMarcoFalke2020-04-261-1/+2
|\
| * log: Use Join() helper when listing log categoriesMarcoFalke2020-04-161-1/+2
* | Do not expose and consider -logthreadnames when it does not workHennadii Stepanov2020-04-201-0/+6
|/
* node: Add args alias for gArgs globalMarcoFalke2020-04-151-1/+5
* Merge #17737: Add ChainstateManager, remove BlockManager globalMarcoFalke2020-04-101-81/+129
|\
| * protect g_chainman with cs_mainJames O'Beirne2020-03-171-7/+14
| * use ChainstateManager to initialize chainstateJames O'Beirne2020-03-171-76/+117
| * refactor: move RewindBlockIndex to CChainStateJames O'Beirne2020-03-171-1/+1
* | Merge #18526: Remove PID file at the very endMarcoFalke2020-04-101-7/+9
|\ \
| * | Remove PID file at the very endHennadii Stepanov2020-04-061-7/+9
* | | Merge #18458: net: Add missing cs_vNodes lockWladimir J. van der Laan2020-04-061-1/+14
|\ \ \ | |/ / |/| |
| * | net: Add missing cs_vNodes lockMarcoFalke2020-03-291-1/+14
* | | init: Replace URL_WEBSITE with PACKAGE_URLMarcoFalke2020-04-021-2/+1
* | | Merge #18391: doc: Update init and reduce-traffic docs for -blocksonlyMarcoFalke2020-03-291-1/+1
|\ \ \ | |/ / |/| |
| * | Update -blocksonly documentationglowang2020-03-291-1/+1
* | | Merge #17477: Remove the mempool's NotifyEntryAdded and NotifyEntryRemoved si...Wladimir J. van der Laan2020-03-191-0/+1
|\ \ \ | |/ / |/| |
| * | [mempool] Remove NotifyEntryAdded and NotifyEntryRemoved callbacksJohn Newbery2020-03-111-0/+1
* | | Merge #18289: refactor: Make scheduler methods type safeMarcoFalke2020-03-171-6/+2
|\ \ \ | |_|/ |/| |
| * | refactor: move DUMP_BANS_INTERVAL to banman.hMarcoFalke2020-03-101-4/+0
| * | scheduler: Make schedule* methods type safeMarcoFalke2020-03-101-4/+4
* | | refactor: Remove mempool global from netMarcoFalke2020-03-121-6/+5
|/ /
* | scheduler: don't rely on boost interrupt on shutdownAnthony Towns2020-03-061-0/+1
* | init: move asmap code earlier in init processJon Atack2020-03-041-25/+25
* | logging: asmap logging and #include fixupsJon Atack2020-03-041-4/+4
* | config: separate the asmap finding and parsing checksJon Atack2020-03-041-1/+5
* | config: enable passing -asmap an absolute file pathJon Atack2020-03-041-5/+7
* | config: use default value in -asmap configJon Atack2020-03-041-1/+1
* | Refactor FormatStateMessage into ValidationStateJeffrey Czyz2020-02-271-2/+1
|/
* Merge #17985: net: Remove forcerelay of rejected txsWladimir J. van der Laan2020-02-261-2/+2
|\
| * net: Remove forcerelay of rejected txsMarcoFalke2020-02-111-2/+2
* | Merge #18037: Util: Allow scheduler to be mockedMarcoFalke2020-02-171-8/+11
|\ \ | |/ |/|
| * [lib] add scheduler to node contextAmiti Uttarwar2020-02-171-8/+11
* | Merge #18023: Fix some asmap issuesWladimir J. van der Laan2020-02-051-1/+1
|\ \
| * | Avoid asmap copies in initializationPieter Wuille2020-01-311-1/+1
| |/
* / on startup, write config options to debug.logLarry Ruane2020-01-291-5/+8
|/
* Merge #16702: p2p: supplying and using asmap to improve IP bucketing in addrmanWladimir J. van der Laan2020-01-291-0/+26
|\
| * Integrate ASN bucketing in Addrman and add testsGleb Naumenko2019-12-251-0/+26
* | src/init: correct a typodarosior2020-01-231-1/+1
* | Merge #17754: net: Don't allow resolving of std::string with embedded NUL cha...Wladimir J. van der Laan2020-01-221-4/+4
|\ \
| * | net: Avoid using C-style NUL-terminated strings as arguments in the netbase i...practicalswift2020-01-081-4/+4
* | | Merge #17897: init: Stop indexes on shutdown after ChainStateFlushed callback.fanquake2020-01-221-4/+8
|\ \ \
| * | | init: Stop indexes on shutdown after ChainStateFlushed callback.Jim Posen2020-01-091-4/+8
| |/ /
* | | Merge #17916: windows: Enable heap terminate-on-corruptionWladimir J. van der Laan2020-01-201-2/+2
|\ \ \
| * | | windows: remove call to SetProcessDEPPolicyfanquake2020-01-131-3/+0
| * | | windows: Enable heap terminate-on-corruptionfanquake2020-01-131-0/+3
| |/ /
* | | scripted-diff: Bump copyright of files changed in 2020MarcoFalke2020-01-151-1/+1
* | | scripted-diff: Replace CCriticalSection with RecursiveMutexMarcoFalke2020-01-151-1/+1
|/ /
* | scripted-diff: Bump copyright of files changed in 2019MarcoFalke2019-12-301-1/+1
* | Merge #12763: Add RPC Whitelist Feature from #12248Wladimir J. van der Laan2019-12-131-0/+2
|\ \
| * | Add RPC Whitelist Feature from #12248Jeremy Rubin2019-12-111-0/+2