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
/
common
/
args.cpp
Age
Commit message (
Expand
)
Author
2024-04-30
system: use %LOCALAPPDATA% as default datadir on windows
Matthew Zipkin
2024-01-08
[init] Create deterministic addrman in tests using -test=addrman
stratospher
2024-01-08
[init] Add new command line arg for use only in functional tests
stratospher
2023-12-11
ArgsManager: return path by value from GetBlocksDirPath()
Vasil Dimov
2023-11-13
Merge bitcoin/bitcoin#28076: util: Replace std::filesystem with util/fs.h
fanquake
2023-10-20
util: Add ArgsManager SetConfigFilePath method
Ryan Ofsky
2023-10-12
tidy: modernize-use-emplace
MarcoFalke
2023-09-14
refactor: Replace <filesystem> with <util/fs.h>
MarcoFalke
2023-05-30
scripted-diff: move settings to common namespace
TheCharlatan
2023-05-30
move-only: Move settings to the common library
TheCharlatan
2023-05-26
Merge bitcoin/bitcoin#27302: init: Error if ignored bitcoin.conf file is found
fanquake
2023-05-09
refactor: Replace string chain name constants with ChainTypes
TheCharlatan
2023-05-09
refactor: Introduce ChainType getters for ArgsManager
TheCharlatan
2023-04-21
bugfix: Fix incorrect debug.log config file path
Ryan Ofsky
2023-04-19
move-only: Extract common/args and common/config.cpp from util/system
TheCharlatan