aboutsummaryrefslogtreecommitdiff
path: root/src/init.cpp
AgeCommit message (Expand)Author
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
2019-05-13doc: Mention blocksonly in reduce-traffic.md, unhide optionMarcoFalke
2019-05-09net: Rename ::fRelayTxes to ::g_relay_txesMarcoFalke
2019-05-08Merge #15890: Doc: remove text about txes always relayed from -whitelistMarcoFalke
2019-05-03scripted-diff: replace chainActive -> ::ChainActive()James O'Beirne
2019-05-01Merge #15323: rpc: Expose g_is_mempool_loaded via getmempoolinfoMarcoFalke
2019-04-30Merge #15849: Thread names in logs and deadlock debug toolsMarcoFalke
2019-04-29threads: prefix log messages with thread namesJames O'Beirne
2019-04-29threads: introduce util/threadnames, refactor thread namingJames O'Beirne
2019-04-29Merge #15877: doc: Fix -dustrelayfee= argument docs grammarMarcoFalke
2019-04-29Remove unused OpenSSL includes to make it more clear where OpenSSL is usedpracticalswift
2019-04-27Merge #15778: [wallet] Move maxtxfee from node to walletMarcoFalke
2019-04-25Doc: remove text about txes always relayed from -whitelistDavid A. Harding
2019-04-23doc: Fix -dustrelayfee= argument docs grammarkeepkeyjon
2019-04-23Merge #15699: Remove no-op CClientUIInterface::[signal_name]_disconnect. Disc...MarcoFalke
2019-04-19Merge #15655: Resolve the checkpoints <-> validation circular dependencyMarcoFalke
2019-04-18[wallet] Move maxTxFee to walletJohn Newbery
2019-04-18Merge #14121: Index for BIP 157 block filtersMarcoFalke
2019-04-10Merge #15638: Move-only: Pull wallet code out of libbitcoin_serverWladimir J. van der Laan
2019-04-09Merge #15629: init: Throw error when network specific config is ignoredMarcoFalke
2019-04-09[build] Add several util unitsJohn Newbery
2019-04-09[build] Move policy settings to new src/policy/settings unitJohn Newbery
2019-04-06init: Add CLI option to enable block filter index.Jim Posen
2019-03-29Disconnect BlockNotifyGenesisWait and RPCNotifyBlockChange properly. Remove n...practicalswift