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-07-26
refactor: remove unnecessary string initializations
fanquake
2022-06-29
util: remove MSVC warning pragmas
fanquake
2022-06-29
Merge bitcoin/bitcoin#25290: [kernel 3a/n] Decouple `CTxMemPool` from `ArgsMa...
MacroFake
2022-06-22
ArgsMan: Add Get*Arg functions returning optional
Carl Dong
2022-06-20
build: globally define NOMINMAX
fanquake
2022-06-10
Merge bitcoin/bitcoin#24931: Strengthen thread safety assertions
MacroFake
2022-05-26
Merge bitcoin/bitcoin#15936: interfaces: Expose settings.json methods to GUI
MacroFake
2022-05-21
scripted-diff: Convert global Mutexes to GlobalMutexes
Anthony Towns
2022-05-20
Merge bitcoin/bitcoin#24830: init: Allow -proxy="" setting values
MacroFake
2022-05-19
settings: Add resetSettings() method
Ryan Ofsky
2022-05-19
Merge bitcoin/bitcoin#25153: scripted-diff: Use getInt<T> over get_int/get_int64
fanquake
2022-05-19
settings: Add update/getPersistent/isIgnored methods
Ryan Ofsky
2022-05-18
scripted-diff: Use getInt<T> over get_int/get_int64
MacroFake
2022-05-17
refactor: use C++11 default initializers
fanquake
2022-05-05
Wrap boost::replace_all
MacroFake
2022-05-04
Merge bitcoin/bitcoin#24933: util: Replace non-threadsafe strerror
laanwj
2022-05-03
Merge bitcoin/bitcoin#24470: Disallow more unsafe string->path conversions al...
MacroFake
2022-04-28
util: Replace non-threadsafe strerror
laanwj
2022-04-27
Use std::string_view throughout util strencodings/string
Pieter Wuille
2022-04-26
init: Allow -proxy="" setting values
Ryan Ofsky
2022-04-21
Disallow more unsafe string->path conversions allowed by path append operators
Ryan Ofsky
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
[next]