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
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
2020-07-11
Add <datadir>/settings.json persistent settings storage.
Russell Yanofsky
2020-04-23
Merge #17509: gui: save and load PSBT
Samuel Dobson
2020-04-16
util: Document why ArgsManager (con/de)structor is not inline
MarcoFalke
2020-03-24
[util] GetFileSize
Sjors Provoost
2020-02-17
Merge #13339: wallet: Replace %w by wallet name in -walletnotify script
Wladimir J. van der Laan
2020-01-29
on startup, write config options to debug.log
Larry Ruane
2020-01-15
wallet: Replace %w by wallet name in -walletnotify script
João Barbosa
2020-01-15
scripted-diff: Bump copyright of files changed in 2020
MarcoFalke
2020-01-15
scripted-diff: Replace CCriticalSection with RecursiveMutex
MarcoFalke
2019-12-20
Merge #17473: refactor: Settings code cleanups
MarcoFalke
2019-11-26
util: make ScheduleBatchPriority advisory only
fanquake
2019-11-13
refactor: Add ArgsManager::GetSettingsList method
Russell Yanofsky
2019-11-13
refactor: Get rid of ArgsManagerHelper class
Russell Yanofsky
2019-11-13
refactor: Replace FlagsOfKnownArg with GetArgFlags
Russell Yanofsky
2019-11-07
Deduplicate settings merge code
Russell Yanofsky
2019-11-01
doc: Remove explicit network name references
Fabian Jahr
2019-08-19
Merge #15864: Fix datadir handling
MarcoFalke
2019-07-27
Replace IsArgKnown() with FlagsOfKnownArg()
Hennadii Stepanov
2019-07-27
Use ArgsManager::NETWORK_ONLY flag
Hennadii Stepanov
2019-07-27
Remove unused m_debug_only member from Arg struct
Hennadii Stepanov
2019-07-27
scripted-diff: Use ArgsManager::DEBUG_ONLY flag
Hennadii Stepanov
[next]