index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bitcoind.cpp
Age
Commit message (
Expand
)
Author
2023-12-04
Get rid of shutdown.cpp/shutdown.h, use SignalInterrupt directly
Ryan Ofsky
2023-12-04
refactor: Add NodeContext::shutdown member
Ryan Ofsky
2023-06-16
Remove the syscall sandbox
fanquake
2023-06-10
refactor: decouple early return commands from AppInit
furszy
2023-06-09
Return EXIT_FAILURE on post-init fatal errors
furszy
2023-05-20
refactor: Move system from util to common library
TheCharlatan
2023-04-19
move-only: Extract common/args and common/config.cpp from util/system
TheCharlatan
2023-03-13
refactor: Extract util/exception from util/system
Ben Woosley
2023-02-28
Deduplicate bitcoind and bitcoin-qt init code
Ryan Ofsky
2023-02-28
scripted-diff: Remove double newlines after some init errors
Ryan Ofsky
2023-02-27
refactor: Stop using gArgs global in system.cpp
Ryan Ofsky
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-10-31
refactor: move url.h/cpp from lib util to lib common
fanquake
2022-09-15
Fix issues identified by codespell 2.2.1 and update ignored words
Jon Atack
2022-07-20
refactor: move compat.h into compat/
fanquake
2022-06-14
scripted-diff: Avoid incompatibility with CMake AUTOUIC feature
Hennadii Stepanov
2022-06-11
compat: Consolidate mingw-w64 ASLR workaround for upstream libsecp changes
fanquake
2022-06-02
Move init::SanityCheck to kernel::SanityCheck
Carl Dong
2022-06-02
init: Initialize globals with kernel::Context's life
Carl Dong
2022-04-28
util: Replace non-threadsafe strerror
laanwj
2022-02-22
Output license info when binaries are passed -version
fanquake
2022-01-06
Add src/node/* code to node:: namespace
Russell Yanofsky
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-10-01
Add syscall sandboxing (seccomp-bpf)
practicalswift
2021-06-10
Make SetupServerArgs callable without NodeContext
Russell Yanofsky
2021-04-23
multiprocess: Add bitcoin-node process spawning support
Russell Yanofsky
2021-04-07
Drop JSONRPCRequest constructors after #21366
Russell Yanofsky
2021-03-29
refactor: replace util::Ref by std::any (C++17)
Sebastian Falbesoner
2021-03-17
refactor: post Optional<> removal cleanups
fanquake
2021-03-04
bitcoind: Add -daemonwait option to wait for initialization
Wladimir J. van der Laan
2020-12-15
init: Signal-safe instant shutdown
Wladimir J. van der Laan
2020-11-28
Warn when binaries are built from a dirty branch.
Tyler Chambers
2020-09-22
doc: Update comments for new chain settings (-signet and -chain=signet)
MarcoFalke
2020-08-27
refactor: Create interfaces earlier during initialization
Russell Yanofsky
2020-08-24
scripted-diff: gArgs -> args
MarcoFalke
2020-08-24
init: Pass reference to ArgsManager around instead of relying on global
MarcoFalke
2020-07-11
Add <datadir>/settings.json persistent settings storage.
Russell Yanofsky
2020-06-27
scripted-diff: Move ui_interface to the node lib
MarcoFalke
2020-05-13
refactor: Pass NodeContext to RPC and REST methods through util::Ref
Russell Yanofsky
2020-05-05
Make InitError bilingual
Hennadii Stepanov
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-04-15
node: Add args alias for gArgs global
MarcoFalke
2020-04-02
Drop bitcoin-wallet dependency on libevent
Russell Yanofsky
2020-02-21
scripted-diff: Replace MilliSleep with UninterruptibleSleep
MarcoFalke
2019-10-30
Merge #16839: Replace Connman and BanMan globals with NodeContext local
Wladimir J. van der Laan
2019-10-28
Pass NodeContext, ConnMan, BanMan references more places
Russell Yanofsky
2019-10-28
scripted-diff: Rename InitInterfaces to NodeContext
Russell Yanofsky
2019-10-28
refactor: Remove redundant c_str() calls in formatting
Wladimir J. van der Laan
2019-10-15
Remove unused includes
practicalswift
2019-10-03
Don't rename main thread at process level
Wladimir J. van der Laan
[next]