aboutsummaryrefslogtreecommitdiff
path: root/src/init.cpp
AgeCommit message (Expand)Author
2022-03-31doc, init: add links to doc/cjdns.mdJon Atack
2022-03-28Clarify in -maxtimeadjustment that only outbound peers influence time dataJon Atack
2022-03-13init, doc: improve -onlynet help and tor/i2p documentationJon Atack
2022-03-02net: only assume all local addresses if listening on anyVasil Dimov
2022-03-02net: fix GetListenPort() to derive the proper portVasil Dimov
2022-03-02Merge bitcoin/bitcoin#23542: net: open p2p connections to nodes that listen o...laanwj
2022-03-01Merge bitcoin/bitcoin#22834: net: respect -onlynet= when making outbound conn...laanwj
2022-02-22refactor: shift CopyrightHolders() and LicenseInfo() to clientversion.cppfanquake
2022-02-21Merge bitcoin/bitcoin#24072: doc: fix wording of alertnotify to match behaviourMarcoFalke
2022-02-11net: open p2p connections to nodes that listen on non-default portsVasil Dimov
2022-02-09Use ArgsManager::GetPathArg() for "-datadir" optionHennadii Stepanov
2022-02-04Merge bitcoin/bitcoin#24250: Update translations for 0.23 string freezelaanwj
2022-02-03init: Remove confusing '(possible integer overflow?)' from error messagelaanwj
2022-02-03refactor: replace boost::filesystem with std::filesystemKiminuo
2022-01-28doc: fix wording of alertnotifywillcl-ark
2022-01-06Add src/node/* code to node:: namespaceRussell Yanofsky
2022-01-06Merge bitcoin/bitcoin#23855: refactor: Post-"Chainstate loading sequence coal...MarcoFalke
2021-12-30scripted-diff: Bump copyright headersHennadii Stepanov
2021-12-23init: Use clang-tidy named args syntaxCarl Dong
2021-12-23style-only: Rename *Chainstate return valuesCarl Dong
2021-12-07Remove all #include // for * commentsCarl Dong
2021-12-07node/chainstate: Add options for in-memory DBsCarl Dong
2021-12-07node/caches: Extract cache calculation logicCarl Dong
2021-12-07validation: VerifyDB only needs Consensus::ParamsCarl Dong
2021-12-07node/chainstate: Decouple from ShutdownRequestedCarl Dong
2021-12-07node/chainstate: Decouple from GetTimeCarl Dong
2021-12-07init: Delay RPC block notif until warmup finishedCarl Dong
2021-12-06Move -checkblocks LogPrintf to AppInitMainCarl Dong
2021-12-06node/chainstate: Reduce coupling of LogPrintfCarl Dong
2021-12-06node/chainstate: Decouple from concept of uiInterfaceCarl Dong
2021-12-06Split off VerifyLoadedChainstateCarl Dong
2021-12-06Move init logistics message for BAD_GENESIS_BLOCK to init.cppCarl Dong
2021-12-06Move mempool nullptr Assert out of LoadChainstateCarl Dong
2021-12-06node/chainstate: Decouple from concept of NodeContextCarl Dong
2021-12-06node/chainstate: Decouple from ArgsManagerCarl Dong
2021-12-06node/chainstate: Decouple from stringy errorsCarl Dong
2021-12-06node/chainstate: Decouple from GetTimeMillisCarl Dong
2021-12-06node: Extract chainstate loading sequenceCarl Dong
2021-11-30Remove GetAdjustedTime from init.cppMarcoFalke
2021-11-26Merge bitcoin/bitcoin#23517: scripted-diff: Move miner to src/nodeMarcoFalke
2021-11-24scripted-diff: rename `proxyType` to `Proxy`Vasil Dimov
2021-11-24net: respect -onlynet= when making outbound connectionsVasil Dimov
2021-11-24Merge bitcoin/bitcoin#23249: util: ParseByteUnits - Parse a string with suffi...MarcoFalke
2021-11-17util: ParseByteUnits - Parse a string with suffix unit [k|K|m|M|g|G|t|T]Douglas Chimento
2021-11-16style: Sort file list after renameMarcoFalke
2021-11-16scripted-diff: Move miner to src/nodeMarcoFalke
2021-11-15Merge bitcoin/bitcoin#23005: multiprocess: Delay wallet client constructionW. J. van der Laan
2021-11-03net: introduce a new config option to enable CJDNSVasil Dimov
2021-11-03net: use -proxy for connecting to the CJDNS networkVasil Dimov
2021-10-25scripted-diff: disable unimplemented ArgsManager BOOL/INT/STRING flagsRussell Yanofsky