aboutsummaryrefslogtreecommitdiff
path: root/src/init.cpp
AgeCommit message (Expand)Author
2019-06-06Merge #16129: refactor: Remove unused includesMarcoFalke
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-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
2019-03-23Resolve the checkpoints <-> validation CD.251
2019-03-22Move g_is_mempool_loaded into CTxMemPool::m_is_loadedBen Woosley
2019-03-19init: Throw error when network specific config is ignoredMarcoFalke
2019-03-18rpc: Uncouple rpcs from maxTxFee globalMarcoFalke
2019-03-07Merge #15402: Granular invalidateblock and RewindBlockIndexWladimir J. van der Laan
2019-03-02Merge #15118: Refactor block file logicWladimir J. van der Laan
2019-03-02Merge #15335: Fix lack of warning of unrecognized section namesMarcoFalke
2019-02-25Merge #15456: Enable PID file creation on WINWladimir J. van der Laan
2019-02-25Enable PID file creation on Windowsriordant
2019-02-24Call RewindBlockIndex without cs_main heldPieter Wuille
2019-02-22scripted-diff: Rename CBlockDiskPos to FlatFilePos.Jim Posen
2019-02-22validation: Extract basic block file logic into FlatFileSeq class.Jim Posen
2019-02-22util: Move CheckDiskSpace to util.Jim Posen
2019-02-21Merge #13676: Explain that mempool memory is added to -dbcacheWladimir J. van der Laan
2019-02-21Merge #15278: Improve PID file error handlingWladimir J. van der Laan
2019-02-19Fix lack of warning of unrecognized section namesAkio Nakamura
2019-02-14Move all PID file stuff to init.cppHennadii Stepanov
2019-02-12Merge #15358: util: Add SetupHelpOptions()Wladimir J. van der Laan
2019-02-08Move maxTxFee initialization to init.cppJordan Baczuk