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
/
init
Age
Commit message (
Expand
)
Author
2022-08-04
Merge bitcoin/bitcoin#24675: util: Use ArgsManager::GetPathArg more widely
fanquake
2022-06-14
scripted-diff: Avoid incompatibility with CMake AUTOUIC feature
Hennadii Stepanov
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-05-28
compat: remove glibcxx sanity checks
fanquake
2022-04-21
util, refactor: Use GetPathArg to read "-conf" value
Hennadii Stepanov
2022-04-20
refactor: fix includes in src/init
fanquake
2022-03-02
Use GetPathArg where possible
Pavol Rusnak
2022-01-06
Add src/node/* code to node:: namespace
Russell Yanofsky
2021-12-22
scripted-diff: Rename interfaces::WalletClient to interfaces::WalletLoader
Russell Yanofsky
2021-12-14
refactor: remove unneeded calls to strprintf()
fanquake
2021-10-26
Merge bitcoin/bitcoin#23006: multiprocess: Add new bitcoin-gui, bitcoin-qt, b...
MarcoFalke
2021-10-05
refactor: Block unsafe fs::path std::string conversion calls
Russell Yanofsky
2021-09-16
multiprocess: Add new bitcoin-gui, bitcoin-qt, bitcoin-wallet init implementa...
Russell Yanofsky
2021-08-17
Start using init makeNode, makeChain, etc methods
Russell Yanofsky
2021-06-10
Make SetupServerArgs callable without NodeContext
Russell Yanofsky
2021-05-24
scripted-diff: Replace `GetDataDir()` calls with `gArgs.GetDataDirNet()` calls
Kiminuo
2021-04-23
multiprocess: Add echoipc RPC method and test
Russell Yanofsky
2021-04-23
multiprocess: Add bitcoin-node process spawning support
Russell Yanofsky
2021-04-19
Move common package version code to init/common
Russell Yanofsky
2021-04-19
Move common logging start code to init/common
Russell Yanofsky
2021-04-19
Move common logging GetArgs code to init/common
Russell Yanofsky
2021-04-19
Move common logging AddArg code to init/common
Russell Yanofsky
2021-04-19
Move common sanity check code to init/common
Russell Yanofsky
2021-04-19
Move common global init code to init/common
Russell Yanofsky