aboutsummaryrefslogtreecommitdiff
path: root/src/bitcoind.cpp
AgeCommit message (Expand)Author
2024-05-09kernel: Remove key module from kernel libraryTheCharlatan
2024-05-01scripted-diff: Add IWYU pragma keep to bitcoin-config.h includesMarcoFalke
2024-04-24refactor: Remove hooking code for urlDecodeFabian Jahr
2023-12-04Get rid of shutdown.cpp/shutdown.h, use SignalInterrupt directlyRyan Ofsky
2023-12-04refactor: Add NodeContext::shutdown memberRyan Ofsky
2023-06-16Remove the syscall sandboxfanquake
2023-06-10refactor: decouple early return commands from AppInitfurszy
2023-06-09Return EXIT_FAILURE on post-init fatal errorsfurszy
2023-05-20refactor: Move system from util to common libraryTheCharlatan
2023-04-19move-only: Extract common/args and common/config.cpp from util/systemTheCharlatan
2023-03-13refactor: Extract util/exception from util/systemBen Woosley
2023-02-28Deduplicate bitcoind and bitcoin-qt init codeRyan Ofsky
2023-02-28scripted-diff: Remove double newlines after some init errorsRyan Ofsky
2023-02-27refactor: Stop using gArgs global in system.cppRyan Ofsky
2022-12-24scripted-diff: Bump copyright headersHennadii Stepanov
2022-10-31refactor: move url.h/cpp from lib util to lib commonfanquake
2022-09-15Fix issues identified by codespell 2.2.1 and update ignored wordsJon Atack
2022-07-20refactor: move compat.h into compat/fanquake
2022-06-14scripted-diff: Avoid incompatibility with CMake AUTOUIC featureHennadii Stepanov
2022-06-11compat: Consolidate mingw-w64 ASLR workaround for upstream libsecp changesfanquake
2022-06-02Move init::SanityCheck to kernel::SanityCheckCarl Dong
2022-06-02init: Initialize globals with kernel::Context's lifeCarl Dong
2022-04-28util: Replace non-threadsafe strerrorlaanwj
2022-02-22Output license info when binaries are passed -versionfanquake
2022-01-06Add src/node/* code to node:: namespaceRussell Yanofsky
2021-12-30scripted-diff: Bump copyright headersHennadii Stepanov
2021-10-01Add syscall sandboxing (seccomp-bpf)practicalswift
2021-06-10Make SetupServerArgs callable without NodeContextRussell Yanofsky
2021-04-23multiprocess: Add bitcoin-node process spawning supportRussell Yanofsky
2021-04-07Drop JSONRPCRequest constructors after #21366Russell Yanofsky
2021-03-29refactor: replace util::Ref by std::any (C++17)Sebastian Falbesoner
2021-03-17refactor: post Optional<> removal cleanupsfanquake
2021-03-04bitcoind: Add -daemonwait option to wait for initializationWladimir J. van der Laan
2020-12-15init: Signal-safe instant shutdownWladimir J. van der Laan
2020-11-28Warn when binaries are built from a dirty branch.Tyler Chambers
2020-09-22doc: Update comments for new chain settings (-signet and -chain=signet)MarcoFalke
2020-08-27refactor: Create interfaces earlier during initializationRussell Yanofsky
2020-08-24scripted-diff: gArgs -> argsMarcoFalke
2020-08-24init: Pass reference to ArgsManager around instead of relying on globalMarcoFalke
2020-07-11Add <datadir>/settings.json persistent settings storage.Russell Yanofsky
2020-06-27scripted-diff: Move ui_interface to the node libMarcoFalke
2020-05-13refactor: Pass NodeContext to RPC and REST methods through util::RefRussell Yanofsky
2020-05-05Make InitError bilingualHennadii Stepanov
2020-04-16scripted-diff: Bump copyright headersMarcoFalke
2020-04-15node: Add args alias for gArgs globalMarcoFalke
2020-04-02Drop bitcoin-wallet dependency on libeventRussell Yanofsky
2020-02-21scripted-diff: Replace MilliSleep with UninterruptibleSleepMarcoFalke
2019-10-30Merge #16839: Replace Connman and BanMan globals with NodeContext localWladimir J. van der Laan
2019-10-28Pass NodeContext, ConnMan, BanMan references more placesRussell Yanofsky
2019-10-28scripted-diff: Rename InitInterfaces to NodeContextRussell Yanofsky