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
/
util
/
system.cpp
Age
Commit message (
Expand
)
Author
2021-09-30
Replace use of locale dependent atoi(…) with locale-independent std::from_c...
practicalswift
2021-09-27
scripted-diff: Rename overloaded int GetArg to GetIntArg
Russell Yanofsky
2021-09-09
Merge bitcoin/bitcoin#22390: system: skip trying to set the locale on NetBSD
fanquake
2021-08-23
Merge bitcoin/bitcoin#22622: util: Check if specified config file cannot be o...
MarcoFalke
2021-08-06
refactor: Reuse MakeUnorderedList where possible
Hennadii Stepanov
2021-08-04
util: Check if specified config file cannot be opened
nthumann
2021-07-02
system: skip trying to set the locale on NetBSD
fanquake
2021-07-01
build: Fix Boost Process compatibility with mingw-w64 compiler
Hennadii Stepanov
2021-06-18
Remove unused OptionsCategory arg from AddCommand
MarcoFalke
2021-06-16
refactor: reduce #ifdef ENABLE_EXTERNAL_SIGNER usage
Sjors Provoost
2021-06-04
util: Properly handle -noincludeconf on command line
MarcoFalke
2021-05-24
Merge bitcoin/bitcoin#21850: Remove `GetDataDir(net_specific)` function
MarcoFalke
2021-05-24
Remove `GetDataDir(bool fNetSpecific = true)` function
Kiminuo
2021-05-24
Make `ArgsManager.GetDataDirPath` private and drop needless suffix
Kiminuo
2021-05-24
Add `ArgsManager.GetDataDirBase()` and `ArgsManager.GetDataDirNet()` as an in...
Kiminuo
2021-05-22
Make `m_cached_blocks_path` mutable. Make `ArgsManager::GetBlocksDirPath()` c...
Kiminuo
2021-05-21
Cleanup -includeconf error message
MarcoFalke
2021-05-21
Fix crash when parsing command line with -noincludeconf=0
MarcoFalke
2021-04-18
Change ClearDataDirPathCache() to ArgsManager.ClearPathCache().
Kiminuo
2021-04-18
Change GetBlocksDir() to ArgsManager.GetBlocksDirPath().
Kiminuo
2021-04-17
Move GetDataDir(fNetSpecific) implementation to ArgsManager.
Kiminuo
2021-04-17
Move StripRedundantLastElementsOfPath before ArgsManager class.
Kiminuo
2021-03-15
scripted-diff: remove Optional & nullopt
fanquake
2021-03-11
scripted-diff: remove MakeUnique<T>()
fanquake
2021-02-21
configure: add --enable-external-signer
Sjors Provoost
2021-02-04
Introduce GetUniquePath(base) helper method to replace boost::filesystem::uni...
Kiminuo
2021-01-21
util: Add ArgsManager::GetCommand() and use it in bitcoin-wallet
MarcoFalke
2021-01-15
Replace fs::absolute calls with AbsPathJoin calls
Kiminuo
2021-01-07
Merge #14501: Fix possible data race when committing block files
Wladimir J. van der Laan
2020-11-02
Merge #20080: Strip any trailing `/` in -datadir and -blocksdir paths
Samuel Dobson
2020-10-27
doc: Update data directory path comments
Hennadii Stepanov
2020-10-27
util: Add StripRedundantLastElementsOfPath function
Hennadii Stepanov
2020-10-19
Merge #19624: Warn on unknown rw_settings
MarcoFalke
2020-10-06
util: Do not use gArgs global in ArgsManager member functions
Hennadii Stepanov
2020-09-21
Merge #18267: BIP-325: Signet [consensus]
Wladimir J. van der Laan
2020-09-18
add signet chain and accompanying parameters
Karl-Johan Alm
2020-08-31
Merge #19803: Bugfix: Define and use HAVE_FDATASYNC correctly outside LevelDB
fanquake
2020-08-28
Warn on unknown rw_settings
MarcoFalke
2020-08-25
util: Check for file being NULL in DirectoryCommit
Luke Dashjr
2020-08-25
util: Introduce DirectoryCommit commit function to sync a directory
Evan Klitzke
2020-08-25
util: Prefer Mac-specific F_FULLSYNC over fdatasync in FileCommit
Evan Klitzke
2020-08-25
util: Refactor FileCommit from an #if sequence nested in #else, to a sequence...
Evan Klitzke
2020-08-25
Bugfix: Define and use HAVE_FDATASYNC correctly outside LevelDB
Luke Dashjr
2020-08-20
Move Win32 defines to configure.ac to ensure they are globally defined
Luke Dashjr
2020-08-05
Merge #19614: util: use HAVE_FDATASYNC to determine fdatasync() use
Wladimir J. van der Laan
2020-07-31
[util] add RunCommandParseJSON
Sjors Provoost
2020-07-28
util: use HAVE_FDATASYNC to determine fdatasync() use
fanquake
2020-07-11
Add <datadir>/settings.json persistent settings storage.
Russell Yanofsky
2020-06-08
util: Don't reference errno when pthread fails.
MIZUTA Takeshi
2020-05-26
util/system.cpp: add thread safety annotations for dir_locks
Anthony Towns
[next]