aboutsummaryrefslogtreecommitdiff
path: root/src/util/system.cpp
AgeCommit message (Expand)Author
2021-03-15scripted-diff: remove Optional & nulloptfanquake
2021-03-11scripted-diff: remove MakeUnique<T>()fanquake
2021-02-21configure: add --enable-external-signerSjors Provoost
2021-02-04Introduce GetUniquePath(base) helper method to replace boost::filesystem::uni...Kiminuo
2021-01-21util: Add ArgsManager::GetCommand() and use it in bitcoin-walletMarcoFalke
2021-01-15Replace fs::absolute calls with AbsPathJoin callsKiminuo
2021-01-07Merge #14501: Fix possible data race when committing block filesWladimir J. van der Laan
2020-11-02Merge #20080: Strip any trailing `/` in -datadir and -blocksdir pathsSamuel Dobson
2020-10-27doc: Update data directory path commentsHennadii Stepanov
2020-10-27util: Add StripRedundantLastElementsOfPath functionHennadii Stepanov
2020-10-19Merge #19624: Warn on unknown rw_settingsMarcoFalke
2020-10-06util: Do not use gArgs global in ArgsManager member functionsHennadii Stepanov
2020-09-21Merge #18267: BIP-325: Signet [consensus]Wladimir J. van der Laan
2020-09-18add signet chain and accompanying parametersKarl-Johan Alm
2020-08-31Merge #19803: Bugfix: Define and use HAVE_FDATASYNC correctly outside LevelDBfanquake
2020-08-28Warn on unknown rw_settingsMarcoFalke
2020-08-25util: Check for file being NULL in DirectoryCommitLuke Dashjr
2020-08-25util: Introduce DirectoryCommit commit function to sync a directoryEvan Klitzke
2020-08-25util: Prefer Mac-specific F_FULLSYNC over fdatasync in FileCommitEvan Klitzke
2020-08-25util: Refactor FileCommit from an #if sequence nested in #else, to a sequence...Evan Klitzke
2020-08-25Bugfix: Define and use HAVE_FDATASYNC correctly outside LevelDBLuke Dashjr
2020-08-20Move Win32 defines to configure.ac to ensure they are globally definedLuke Dashjr
2020-08-05Merge #19614: util: use HAVE_FDATASYNC to determine fdatasync() useWladimir J. van der Laan
2020-07-31[util] add RunCommandParseJSONSjors Provoost
2020-07-28util: use HAVE_FDATASYNC to determine fdatasync() usefanquake
2020-07-11Add <datadir>/settings.json persistent settings storage.Russell Yanofsky
2020-06-08util: Don't reference errno when pthread fails.MIZUTA Takeshi
2020-05-26util/system.cpp: add thread safety annotations for dir_locksAnthony Towns
2020-04-30Merge #18437: util: Detect posix_fallocate() instead of assumingWladimir J. van der Laan
2020-04-23Merge #17509: gui: save and load PSBTSamuel Dobson
2020-04-16util: Document why ArgsManager (con/de)structor is not inlineMarcoFalke
2020-04-14util: Detect posix_fallocate() instead of assumingVasil Dimov
2020-03-24[util] GetFileSizeSjors Provoost
2020-02-17Merge #13339: wallet: Replace %w by wallet name in -walletnotify scriptWladimir J. van der Laan
2020-02-05Merge #17482: util: Disallow network-qualified command line optionsWladimir J. van der Laan
2020-01-29on startup, write config options to debug.logLarry Ruane
2020-01-22Merge #17887: bug-fix macos: give free bytes to F_PREALLOCATEWladimir J. van der Laan
2020-01-15wallet: Replace %w by wallet name in -walletnotify scriptJoão Barbosa
2020-01-15bug-fix macos: give free bytes to F_PREALLOCATEKarl-Johan Alm
2020-01-15scripted-diff: Bump copyright of files changed in 2020MarcoFalke
2020-01-02Merge #17762: net: Log to net category for exceptions in ProcessMessagesWladimir J. van der Laan
2020-01-02Add missing typeinfo includesWladimir J. van der Laan
2019-12-19util: Disallow network-qualified command line optionsRussell Yanofsky
2019-12-20Merge #17473: refactor: Settings code cleanupsMarcoFalke
2019-12-16util: Move TrimString(...). Introduce default pattern (trims whitespace). Add...practicalswift
2019-11-26util: make ScheduleBatchPriority advisory onlyfanquake
2019-11-13refactor: Add ArgsManager::GetSettingsList methodRussell Yanofsky
2019-11-13refactor: Get rid of ArgsManagerHelper classRussell Yanofsky
2019-11-13refactor: Replace FlagsOfKnownArg with GetArgFlagsRussell Yanofsky
2019-11-13refactor: Clean up includeconf commentsRussell Yanofsky