aboutsummaryrefslogtreecommitdiff
path: root/src/util/system.cpp
Commit message (Expand)AuthorAgeFilesLines
* 1.21 codebase rebrand (#1711)barrystyle2021-02-201-8/+8
* Merge #20080: Strip any trailing `/` in -datadir and -blocksdir pathsSamuel Dobson2020-11-021-6/+21
|\
| * doc: Update data directory path commentsHennadii Stepanov2020-10-271-6/+5
| * util: Add StripRedundantLastElementsOfPath functionHennadii Stepanov2020-10-271-0/+16
* | Merge #19624: Warn on unknown rw_settingsMarcoFalke2020-10-191-0/+8
|\ \ | |/ |/|
| * Warn on unknown rw_settingsMarcoFalke2020-08-281-0/+8
* | util: Do not use gArgs global in ArgsManager member functionsHennadii Stepanov2020-10-061-2/+2
* | Merge #18267: BIP-325: Signet [consensus]Wladimir J. van der Laan2020-09-211-2/+8
|\ \
| * | add signet chain and accompanying parametersKarl-Johan Alm2020-09-181-2/+8
| |/
* | Merge #19803: Bugfix: Define and use HAVE_FDATASYNC correctly outside LevelDBfanquake2020-08-311-1/+1
|\ \ | |/ |/|
| * Bugfix: Define and use HAVE_FDATASYNC correctly outside LevelDBLuke Dashjr2020-08-251-1/+1
* | Move Win32 defines to configure.ac to ensure they are globally definedLuke Dashjr2020-08-201-6/+0
|/
* Merge #19614: util: use HAVE_FDATASYNC to determine fdatasync() useWladimir J. van der Laan2020-08-051-1/+1
|\
| * util: use HAVE_FDATASYNC to determine fdatasync() usefanquake2020-07-281-1/+1
* | [util] add RunCommandParseJSONSjors Provoost2020-07-311-0/+41
|/
* Add <datadir>/settings.json persistent settings storage.Russell Yanofsky2020-07-111-0/+82
* util: Don't reference errno when pthread fails.MIZUTA Takeshi2020-06-081-2/+3
* util/system.cpp: add thread safety annotations for dir_locksAnthony Towns2020-05-261-6/+7
* Merge #18437: util: Detect posix_fallocate() instead of assumingWladimir J. van der Laan2020-04-301-2/+2
|\
| * util: Detect posix_fallocate() instead of assumingVasil Dimov2020-04-141-2/+2
* | Merge #17509: gui: save and load PSBTSamuel Dobson2020-04-231-0/+6
|\ \
| * | [util] GetFileSizeSjors Provoost2020-03-241-0/+6
| |/
* / util: Document why ArgsManager (con/de)structor is not inlineMarcoFalke2020-04-161-4/+5
|/
* Merge #13339: wallet: Replace %w by wallet name in -walletnotify scriptWladimir J. van der Laan2020-02-171-0/+10
|\
| * wallet: Replace %w by wallet name in -walletnotify scriptJoão Barbosa2020-01-151-0/+10
* | Merge #17482: util: Disallow network-qualified command line optionsWladimir J. van der Laan2020-02-051-13/+10
|\ \
| * | util: Disallow network-qualified command line optionsRussell Yanofsky2019-12-191-13/+10
* | | on startup, write config options to debug.logLarry Ruane2020-01-291-0/+26
* | | Merge #17887: bug-fix macos: give free bytes to F_PREALLOCATEWladimir J. van der Laan2020-01-221-2/+4
|\ \ \
| * | | bug-fix macos: give free bytes to F_PREALLOCATEKarl-Johan Alm2020-01-151-2/+4
| | |/ | |/|
* / | scripted-diff: Bump copyright of files changed in 2020MarcoFalke2020-01-151-1/+1
|/ /
* | Merge #17762: net: Log to net category for exceptions in ProcessMessagesWladimir J. van der Laan2020-01-021-0/+1
|\ \ | |/ |/|
| * Add missing typeinfo includesWladimir J. van der Laan2020-01-021-0/+1
* | Merge #17473: refactor: Settings code cleanupsMarcoFalke2019-12-201-38/+36
|\ \
| * | refactor: Add ArgsManager::GetSettingsList methodRussell Yanofsky2019-11-131-4/+7
| * | refactor: Get rid of ArgsManagerHelper classRussell Yanofsky2019-11-131-26/+21
| * | refactor: Replace FlagsOfKnownArg with GetArgFlagsRussell Yanofsky2019-11-131-7/+7
| * | refactor: Clean up includeconf commentsRussell Yanofsky2019-11-131-2/+2
* | | util: Move TrimString(...). Introduce default pattern (trims whitespace). Add...practicalswift2019-12-161-10/+1
| |/ |/|
* | util: make ScheduleBatchPriority advisory onlyfanquake2019-11-261-6/+2
|/
* Deduplicate settings merge codeRussell Yanofsky2019-11-071-224/+119
* Remove includeconf nested scopeRussell Yanofsky2019-11-071-8/+6
* Rename includeconf variables for clarityRussell Yanofsky2019-11-071-13/+13
* Clarify emptyIncludeConf logicRussell Yanofsky2019-11-071-5/+10
* refactor: Remove redundant c_str() calls in formattingWladimir J. van der Laan2019-10-281-7/+7
* util: Filter out macOS process serial numberHennadii Stepanov2019-10-181-0/+9
* Remove unused includespracticalswift2019-10-151-1/+0
* init: Change fallback locale to C.UTF-8Wladimir J. van der Laan2019-10-091-2/+2
* Testchains: Generic selection with -chain=<str> in addition of -testnet and -...Jorge Timón2019-09-061-5/+7
* Merge #15864: Fix datadir handlingMarcoFalke2019-08-191-3/+13
|\