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.h
Age
Commit message (
Expand
)
Author
2022-09-14
scripted-diff: rename pszThread to thread_name
stickies-v
2022-09-13
refactor: use std::string for thread names
stickies-v
2022-08-04
Merge bitcoin/bitcoin#24675: util: Use ArgsManager::GetPathArg more widely
fanquake
2022-07-20
refactor: move compat.h into compat/
fanquake
2022-06-22
ArgsMan: Add Get*Arg functions returning optional
Carl Dong
2022-05-26
Merge bitcoin/bitcoin#15936: interfaces: Expose settings.json methods to GUI
MacroFake
2022-05-21
refactor: Remove defunct attributes.h includes
Ben Woosley
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
settings: Add update/getPersistent/isIgnored methods
Ryan Ofsky
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-04-21
util, refactor: Use GetPathArg to read "-conf" value
Hennadii Stepanov
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-10
util: use stronger-guarantee rename method
Vasil Dimov
2022-02-09
util: Add ArgsManager::GetPathArg() function
Hennadii Stepanov
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-09-27
scripted-diff: Rename overloaded int GetArg to GetIntArg
Russell Yanofsky
2021-08-19
Merge bitcoin/bitcoin#22217: refactor: Avoid wallet code writing node setting...
Samuel Dobson
2021-06-18
Remove unused OptionsCategory arg from AddCommand
MarcoFalke
2021-06-16
refactor: reduce #ifdef ENABLE_EXTERNAL_SIGNER usage
Sjors Provoost
2021-06-10
Avoid wallet code writing node settings file
Russell Yanofsky
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-12
Merge bitcoin/bitcoin#19064: refactor: Cleanup thread ctor calls
MarcoFalke
2021-04-25
refactor: Make TraceThread a non-template free function
Hennadii Stepanov
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-03-29
util: introduce helper AnyPtr to access std::any instances
Sebastian Falbesoner
2021-03-17
refactor: post Optional<> removal cleanups
fanquake
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
refactor: Treat ArgsManager::Flags as uint32_t explicitly
MarcoFalke
2021-02-04
Merge #20715: util: Add ArgsManager::GetCommand() and use it in bitcoin-wallet
MarcoFalke
2021-01-29
refactor: remove boost::thread_group usage
fanquake
2021-01-21
util: Add ArgsManager::GetCommand() and use it in bitcoin-wallet
MarcoFalke
2021-01-07
Merge #14501: Fix possible data race when committing block files
Wladimir J. van der Laan
2020-12-01
Merge #20519: Handle rename failure in DumpMempool(...) by using the RenameOv...
MarcoFalke
2020-11-27
Add [[nodiscard]] to RenameOver(...)
practicalswift
2020-11-26
scripted-diff: Use [[nodiscard]] (C++17) instead of NODISCARD
practicalswift
2020-08-25
util: Introduce DirectoryCommit commit function to sync a directory
Evan Klitzke
2020-08-25
util.h: Document FileCommit function
Evan Klitzke
2020-07-31
[util] add RunCommandParseJSON
Sjors Provoost
[next]