aboutsummaryrefslogtreecommitdiff
path: root/src/init.cpp
AgeCommit message (Expand)Author
2020-01-22init: Stop indexes on shutdown after ChainStateFlushed callback.Jim Posen
2020-01-03cli: fix Fatal LevelDB error when specifying -blockfilterindex=basic twiceHarris
2019-09-30doc: Remove mention of renamed mapBlocksUnlinkedMarcoFalke
2019-09-17refactoring: move ReplayBlocks under CChainStateJames O'Beirne
2019-09-17refactoring: move LoadChainTip to CChainState methodJames O'Beirne
2019-09-09Merge #16796: wallet: Fix segfault in CreateWalletFromFileSamuel Dobson
2019-09-07Merge #15759: p2p: Add 2 outbound block-relay-only connectionsfanquake
2019-09-04Add 2 outbound block-relay-only connectionsSuhas Daftuar
2019-09-03wallet: Fix documentation around WalletParameterInteractionMarcoFalke
2019-08-28util: Make util/error bilingual_str (refactor)MarcoFalke
2019-08-24[Doc] Add documentation for the new whitelist permissionsnicolas.dorier
2019-08-16[doc] mention whitelist is inbound, and applies to blocksonlySjors Provoost
2019-08-16Merge #16620: util: Move ResolveErrMsg to util/errorMarcoFalke
2019-08-15Merge #16060: Bury bip9 deploymentsMarcoFalke
2019-08-15Merge #16443: refactor: have CCoins* data managed under CChainStateMarcoFalke
2019-08-15Cover UTXO set access with lock annotationsJames O'Beirne
2019-08-15refactor: have CCoins* data managed under CChainStateJames O'Beirne
2019-08-15util: Move ResolveErrMsg to util/errorMarcoFalke
2019-08-14[Consensus] Bury segwit deploymentJohn Newbery
2019-08-11Make whitebind/whitelist permissions more flexiblenicolas.dorier
2019-07-27Use ArgsManager::NETWORK_ONLY flagHennadii Stepanov
2019-07-27scripted-diff: Use ArgsManager::DEBUG_ONLY flagHennadii Stepanov
2019-07-27scripted-diff: Use Flags enum in AddArg()Hennadii Stepanov
2019-07-24scripted-diff: Make translation bilingualHennadii Stepanov
2019-07-24Refactor out translation.hHennadii Stepanov
2019-07-23Merge #16355: refactor: move CCoinsViewErrorCatcher out of init.cppfanquake
2019-07-21move-onlyish: move CCoinsViewErrorCatcher out of init.cppJames O'Beirne
2019-07-16Merge #15891: test: Require standard txs in regtest by defaultMarcoFalke
2019-07-16Merge #16194: refactor: share blockmetadata with BlockManagerWladimir J. van der Laan
2019-07-08Merge #16291: gui: Stop translating PACKAGE_NAMEMarcoFalke
2019-07-08refactoring: remove mapBlockIndex globalJames O'Beirne
2019-07-05[build]: use #if HAVE_SYSTEM instead of defined(HAVE_SYSTEM)Sjors Provoost
2019-07-05Merge #15457: Check std::system for -[alert|block|wallet]notifyWladimir J. van der Laan
2019-06-26scripted-diff: Avoid passing PACKAGE_NAME for translationMarcoFalke
2019-06-21test: Require standard txs in regtestMarcoFalke
2019-06-18Merge #16112: util: Log early messagesMarcoFalke
2019-06-18Merge #16171: Remove -mempoolreplacement to prevent needless block prop slown...MarcoFalke
2019-06-13Replace remaining fprintf with tfm::format manuallyMarcoFalke
2019-06-08Remove -mempoolreplacement to prevent needless block prop slowness.Matt Corallo
2019-06-06Merge #16129: refactor: Remove unused includesMarcoFalke
2019-06-06[build]: check std::system for -[alert|block|wallet]notifySjors Provoost
2019-06-05Merge #15976: refactor: move methods under CChainState (pt. 1)Wladimir J. van der Laan
2019-06-02Make reasoning about dependencies easier by not including unused dependenciespracticalswift
2019-05-28Log early messages with -printtoconsoleAnthony Towns
2019-05-28Replace OpenDebugLog() with StartLogging()Anthony Towns
2019-05-25Remove global symbols: Avoid using the global namespace if possiblepracticalswift
2019-05-19Merge #12980: Allow quicker shutdowns during LoadBlockIndex()Jonas Schnelli
2019-05-16Merge #15990: Add tests and documentation for blocksonlyWladimir J. van der Laan
2019-05-16refactoring: FlushStateToDisk -> CChainStateJames O'Beirne
2019-05-13Merge #14364: doc: Clarify -blocksdir usageMarcoFalke