aboutsummaryrefslogtreecommitdiff
path: root/src/init.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * | Add CChainState::ResizeCoinsCachesJames O'Beirne2020-07-011-2/+2
| |/
* | Merge #15935: Add <datadir>/settings.json persistent settings storageMarcoFalke2020-07-231-1/+2
|\ \
| * | Add <datadir>/settings.json persistent settings storage.Russell Yanofsky2020-07-111-1/+2
* | | Merge #19473: net: Add -networkactive optionMarcoFalke2020-07-231-1/+2
|\ \ \
| * | | net: Add -networkactive optionHennadii Stepanov2020-07-221-1/+2
* | | | Merge #19217: p2p: disambiguate block-relay-only variable names from blockson...MarcoFalke2020-07-211-1/+1
|\ \ \ \
| * | | | scripted-diff: replace MAX_BLOCKS_ONLY_CONNECTIONS with MAX_BLOCK_RELAY_ONLY_...glowang2020-06-091-1/+1
| | |_|/ | |/| |
* | | | Merge #19323: gui: Fix regression in *txoutset* in GUI consoleMarcoFalke2020-07-141-2/+3
|\ \ \ \
| * | | | gui: Fix regression in GUI consoleHennadii Stepanov2020-07-081-2/+3
| | |/ / | |/| |
* | | | net: remove -banscore configuration optionJon Atack2020-07-111-1/+0
| |_|/ |/| |
* | | doc: Use precise permission flags where possibleMarcoFalke2020-07-101-1/+1
* | | net: Extract download permission from nobanMarcoFalke2020-07-091-5/+5
|/ /
* | Merge #19219: Replace automatic bans with discouragement filterPieter Wuille2020-07-071-2/+2
|\ \
| * | Replace automatic bans with discouragement filterPieter Wuille2020-07-031-2/+2
* | | Merge #19277: util: Add Assert identity functionMarcoFalke2020-07-041-2/+3
|\ \ \ | |/ / |/| |
| * | refactor: Remove unused EnsureChainmanMarcoFalke2020-06-151-2/+3
* | | Merge #19413: refactor: Remove confusing BlockIndex globalMarcoFalke2020-07-031-3/+3
|\ \ \
| * | | refactor: Remove confusing BlockIndex globalMarcoFalke2020-06-291-3/+3
* | | | Merge #19028: test: Set -logthreadnames in unit testsWladimir J. van der Laan2020-07-011-2/+1
|\ \ \ \
| * | | | init: Setup scheduler in tests and init in exactly the same wayMarcoFalke2020-05-211-2/+1
* | | | | scripted-diff: Move ui_interface to the node libMarcoFalke2020-06-271-1/+1
| |/ / / |/| | |
* | | | init: use std::thread for ThreadImport()fanquake2020-06-121-3/+5
| |/ / |/| |
* | | refactor: Error message bilingual_str consistencyWladimir J. van der Laan2020-06-091-6/+6
* | | doc: Extract net permissions docMarcoFalke2020-06-081-5/+2
* | | Merge #19180: refactor: Replace RecursiveMutex with Mutex in Shutdown()MarcoFalke2020-06-081-6/+5
|\ \ \
| * | | refactor: Replace RecursiveMutex with Mutex in Shutdown()Hennadii Stepanov2020-06-051-6/+5
* | | | Merge #19005: doc: Add documentation for 'checklevel' argument in 'verifychai...MarcoFalke2020-06-071-8/+1
|\ \ \ \
| * | | | doc: Add documentation for 'checklevel' argument in 'verifychain' RPC callCalvin Kim2020-06-071-8/+1
| | |_|/ | |/| |
* | | | Merge #18968: doc: noban precludes maxuploadtarget disconnectsMarcoFalke2020-06-061-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | doc: noban precludes maxuploadtarget disconnectsMarcoFalke2020-06-041-1/+1
* | | | Merge #18758: Remove unused boost/threadfanquake2020-06-051-3/+1
|\ \ \ \ | |/ / / |/| | |
| * | | refactor: Specify boost/thread/thread.hpp explicitlyHennadii Stepanov2020-06-041-3/+1
| |/ /
* / / refactor: Fix unreachable code in init arg checksJonathan Schoeller2020-06-021-3/+13
|/ /
* | validation: Make LoadBlockIndex() a member of ChainstateManagerMarcoFalke2020-05-211-1/+1
* | net: Pass chainman into PeerLogicValidationMarcoFalke2020-05-211-1/+1
* | node: Add chainman alias for g_chainmanMarcoFalke2020-05-211-14/+18
|/
* Merge #18740: Remove g_rpc_node globalMarcoFalke2020-05-211-6/+5
|\
| * refactor: Remove g_rpc_node globalRussell Yanofsky2020-05-131-1/+0
| * refactor: Pass NodeContext to RPC and REST methods through util::RefRussell Yanofsky2020-05-131-5/+5
* | refactor: Pass SynchronizationState enum to GUIHennadii Stepanov2020-05-191-2/+2
* | refactor: Remove unused bool parameter in RPCNotifyBlockChange()Hennadii Stepanov2020-05-191-3/+3
* | refactor: Remove unused bool parameter in BlockNotifyGenesisWait()Hennadii Stepanov2020-05-191-3/+4
|/
* Merge #18922: gui: Do not translate InitWarning messages in debug.logJonas Schnelli2020-05-131-5/+5
|\
| * gui: Do not translate InitWarning messages in debug.logHennadii Stepanov2020-05-101-5/+5
* | Merge #18910: p2p: add MAX_FEELER_CONNECTIONS constantfanquake2020-05-121-1/+1
|\ \
| * | p2p: add MAX_FEELER_CONNECTIONS constanttryphe2020-05-121-1/+1
| |/
* / [init] Add -peerblockfilters optionJim Posen2020-05-081-0/+8
|/
* Make InitError bilingualHennadii Stepanov2020-05-051-49/+48
* Make ThreadSafe{MessageBox|Question} bilingualHennadii Stepanov2020-05-051-16/+16
* init: Remove boost from ThreadImportMarcoFalke2020-04-271-0/+8