aboutsummaryrefslogtreecommitdiff
path: root/src/init.cpp
AgeCommit message (Expand)Author
2024-03-01doc: add release notes and help text for unix socketsMatthew Zipkin
2024-03-01init: allow UNIX socket path for -proxy and -onionMatthew Zipkin
2024-02-28Accept "in" and "out" flags to -whitelist to allow whitelisting manual connec...Luke Dashjr
2024-02-28net: store `-whitelist{force}relay` values in `CConnman`brunoerg
2024-02-16kernel: Remove dependency on CSchedulerTheCharlatan
2024-02-15scripted-diff: Rename MainSignals to ValidationSignalsTheCharlatan
2024-02-15[refactor] Make MainSignals RAII styledTheCharlatan
2024-02-15refactor: De-globalize g_signalsTheCharlatan
2024-02-15[refactor] Make signals optional in mempool and chainmanTheCharlatan
2024-01-31Merge bitcoin/bitcoin#28956: Nuke adjusted time from validation (attempt 2)Ava Chow
2024-01-31Merge bitcoin/bitcoin#28170: p2p: adaptive connections services flagsAva Chow
2024-01-15net: store best block tip time inside PeerManagerfurszy
2024-01-10Merge bitcoin/bitcoin#28318: logging: Simplify API for level based loggingAva Chow
2024-01-08[init] Remove -addrmantest command line argstratospher
2024-01-08[init] Add new command line arg for use only in functional testsstratospher
2024-01-05Remove GetAdjustedTimedergoegge
2024-01-05Merge bitcoin/bitcoin#28890: rpc: Remove deprecated -rpcserialversionfanquake
2024-01-03Merge bitcoin/bitcoin#29013: test: doc: follow-up #28368Gloria Zhao
2024-01-02doc: fix typo and update incorrect commentismaelsadeeq
2023-12-20logging: Replace uses of LogPrintfCategoryAnthony Towns
2023-12-14Merge bitcoin/bitcoin#28051: Get rid of shutdown.cpp/shutdown.h, use SignalIn...Ava Chow
2023-12-13Merge bitcoin/bitcoin#28075: util: Remove DirIsWritable, GetUniquePathfanquake
2023-12-11Remove deprecated -rpcserialversionMarcoFalke
2023-12-04Get rid of shutdown.cpp/shutdown.h, use SignalInterrupt directlyRyan Ofsky
2023-12-04refactor: Add InitContext function to initialize NodeContext with global poin...Ryan Ofsky
2023-12-04refactor: Remove calls to StartShutdown from KernelNotificationsRyan Ofsky
2023-12-04refactor: Remove call to ShutdownRequested from HTTPRequestRyan Ofsky
2023-12-04refactor: Add NodeContext::shutdown memberRyan Ofsky
2023-12-04refactor: Remove call to ShutdownRequested from chainstate initRyan Ofsky
2023-12-04init: don't delete PID file if it was not generatedwillcl-ark
2023-12-01Merge bitcoin/bitcoin#28368: Fee Estimator updates from Validation Interface/...Andrew Chow
2023-11-30Merge bitcoin/bitcoin#26762: bugfix: Make `CCheckQueue` RAII-styled (attempt 2)Andrew Chow
2023-11-22tx fees, policy: CBlockPolicyEstimator update from `CValidationInterface` not...ismaelsadeeq
2023-11-16doc: fixup NAT-PMP help docfanquake
2023-11-16init: remove redundant upnp #ifdeffanquake
2023-11-14Merge bitcoin/bitcoin#28858: doc: rewrite explanation for `-par=`fanquake
2023-11-13doc: rewrite explanation for -par=fanquake
2023-11-09mempool: persist with XORMarcoFalke
2023-11-07Merge bitcoin/bitcoin#28464: net: improve max-connection limits codeAndrew Chow
2023-11-07Merge bitcoin/bitcoin#28224: shutdown: Destroy kernel last, make test shutdow...Andrew Chow
2023-10-26Return LockResult::ErrorWrite in LockDirectoryMarcoFalke
2023-10-26refactor: Return enum in LockDirectoryMarcoFalke
2023-10-24shutdown: Destroy kernel lastTheCharlatan
2023-10-19Merge bitcoin/bitcoin#27071: Handle CJDNS from LookupSubNet()Andrew Chow
2023-10-09Merge bitcoin/bitcoin#26331: Implement `CCoinsViewErrorCatcher::HaveCoin` and...Andrew Chow
2023-10-06doc: Add snapshot chainstate removal warning to reindexing documentationFabian Jahr
2023-10-05net: move IsReachable() code to netbase and encapsulate itVasil Dimov
2023-10-03doc: improve documentation around connection limit maximumsAmiti Uttarwar
2023-10-03scripted-diff: Rename connection limit variablesAmiti Uttarwar
2023-10-03net, refactor: move calculations for connection type limits into connmanAmiti Uttarwar