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
2022-03-21
build: Fix Boost.Process test for Boost 1.78
Hennadii Stepanov
2022-03-07
qt: Avoid crash on startup if int specified in settings.json
Ryan Ofsky
2022-03-02
util, refactor: Use GetPathArg to read "-settings" value
Ryan Ofsky
2022-03-02
util: Add GetPathArg default path argument
Ryan Ofsky
2022-02-22
refactor: shift CopyrightHolders() and LicenseInfo() to clientversion.cpp
fanquake
2022-02-14
util: Revert back MoveFileExW call for MinGW-w64
Hennadii Stepanov
2022-02-10
util: use stronger-guarantee rename method
Vasil Dimov
2022-02-09
util: Drop no longer needed StripRedundantLastElementsOfPath() function
Hennadii Stepanov
2022-02-09
Use ArgsManager::GetPathArg() for "-blocksdir" option
Hennadii Stepanov
2022-02-09
Use ArgsManager::GetPathArg() for "-datadir" option
Hennadii Stepanov
2022-02-09
util: Add ArgsManager::GetPathArg() function
Hennadii Stepanov
2022-02-08
Merge bitcoin/bitcoin#24266: util: Avoid buggy std::filesystem:::create_direc...
MarcoFalke
2022-02-05
util: Avoid buggy std::filesystem:::create_directories() call
Hennadii Stepanov
2022-02-04
Re-enable util_datadir check disabled in #20744
Ryan Ofsky
2022-02-03
refactor: replace boost::filesystem with std::filesystem
Kiminuo
2022-01-26
fs: consistently use fsbridge for {i,o}fstream
fanquake
2022-01-15
build: disable external signer on Windows
fanquake
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-10-25
scripted-diff: disable unimplemented ArgsManager BOOL/INT/STRING flags
Russell Yanofsky
2021-10-25
refactor: Add explicit DISALLOW_NEGATION ArgsManager flag to clarify flag usage
Russell Yanofsky
2021-10-25
refactor: Split InterpretOption into Interpret{Key,Value} functions
Russell Yanofsky
2021-10-05
refactor: Block unsafe fs::path std::string conversion calls
Russell Yanofsky
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
[next]