aboutsummaryrefslogtreecommitdiff
path: root/src/util/system.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * Fix datadir handling in bitcoindHennadii Stepanov2019-07-241-1/+1
| * Add CheckDataDirOption() functionHennadii Stepanov2019-07-241-2/+9
| * Return absolute path early in AbsPathForConfigValHennadii Stepanov2019-07-241-0/+3
* | util: refactor upper/lowercase functionsKarl-Johan Alm2019-08-081-1/+1
* | Revamp option negating policyHennadii Stepanov2019-07-311-7/+18
* | Replace IsArgKnown() with FlagsOfKnownArg()Hennadii Stepanov2019-07-271-19/+20
* | Use ArgsManager::NETWORK_ONLY flagHennadii Stepanov2019-07-271-13/+7
* | Remove unused m_debug_only member from Arg structHennadii Stepanov2019-07-271-1/+1
* | scripted-diff: Use ArgsManager::DEBUG_ONLY flagHennadii Stepanov2019-07-271-5/+5
* | scripted-diff: Use Flags enum in AddArg()Hennadii Stepanov2019-07-271-3/+3
* | Add Flags enum to ArgsManagerHennadii Stepanov2019-07-271-1/+1
* | Refactor InterpretNegatedOption() functionHennadii Stepanov2019-07-271-23/+13
* | refactoring: Check IsArgKnown() earlyHennadii Stepanov2019-07-271-19/+25
* | scripted-diff: Make translation bilingualHennadii Stepanov2019-07-241-1/+1
* | Refactor out translation.hHennadii Stepanov2019-07-241-0/+1
|/
* Merge #16291: gui: Stop translating PACKAGE_NAMEMarcoFalke2019-07-081-3/+4
|\
| * util: No translation of `Bitcoin Core` in the copyrightMarcoFalke2019-06-271-3/+4
* | [build]: use #if HAVE_SYSTEM instead of defined(HAVE_SYSTEM)Sjors Provoost2019-07-051-1/+1
* | Merge #15457: Check std::system for -[alert|block|wallet]notifyWladimir J. van der Laan2019-07-051-0/+2
|\ \
| * | [build]: check std::system for -[alert|block|wallet]notifySjors Provoost2019-06-061-0/+2
* | | util: Explain why the path is cachedMarcoFalke2019-06-271-14/+8
| |/ |/|
* | scripted-diff: Replace fprintf with tfm::formatMarcoFalke2019-06-131-2/+2
* | Make reasoning about dependencies easier by not including unused dependenciespracticalswift2019-06-021-2/+0
|/
* Merge #15650: Handle the result of posix_fallocate system callMarcoFalke2019-05-021-3/+4
|\
| * Handle the result of posix_fallocate system callLuca Venturini2019-03-231-3/+4
* | threads: introduce util/threadnames, refactor thread namingJames O'Beirne2019-04-291-20/+0
|/
* Merge #15118: Refactor block file logicWladimir J. van der Laan2019-03-021-0/+8
|\
| * Style cleanup.Jim Posen2019-02-221-4/+4
| * util: Move CheckDiskSpace to util.Jim Posen2019-02-221-0/+8
* | Merge #15335: Fix lack of warning of unrecognized section namesMarcoFalke2019-03-021-17/+13
|\ \ | |/ |/|
| * Fix lack of warning of unrecognized section namesAkio Nakamura2019-02-191-17/+13
* | Merge #15278: Improve PID file error handlingWladimir J. van der Laan2019-02-211-18/+0
|\ \ | |/ |/|
| * Move all PID file stuff to init.cppHennadii Stepanov2019-02-141-8/+0
| * Make PID file creating errors fatalHennadii Stepanov2019-02-021-10/+0
* | util: Add SetupHelpOptions()MarcoFalke2019-02-061-0/+6
* | Merge #15297: wallet: Releases dangling files on BerkeleyEnvironment::CloseMeshCollider2019-02-061-0/+6
|\ \
| * | wallet: Close wallet env lock fileJoão Barbosa2019-02-041-0/+6
| |/
* / windows: Set _WIN32_WINNT to 0x0601 (Windows 7)Chun Kuan Lee2019-01-231-5/+0
|/
* Merge #14955: Switch all RNG code to the built-in PRNGWladimir J. van der Laan2019-01-211-51/+0
|\
| * Integrate util/system's CInit into RNGStatePieter Wuille2019-01-161-51/+0
* | Merge #14839: [rebase] threads: fix unitialized members in sched_paramWladimir J. van der Laan2019-01-161-1/+1
|\ \
| * | threads: fix unitialized members in sched_paramCory Fields2018-12-091-1/+1
| |/
* | Merge #14409: utils and libraries: Make 'blocksdir' always net specificWladimir J. van der Laan2019-01-161-6/+3
|\ \
| * | Make blockdir always net specificHennadii Stepanov2018-11-051-6/+3
* | | Merge #14599: Use functions guaranteed to be locale independent (IsDigit, ToL...Wladimir J. van der Laan2019-01-091-1/+1
|\ \ \
| * | | Use ToLower(...) instead of std::tolowerpracticalswift2018-11-061-1/+1
| |/ /
* | / Error if rpcpassword contains hash in conf sectionsMeshCollider2019-01-091-1/+1
| |/ |/|
* | Warn unrecognized sections in the config fileAkio Nakamura2018-11-201-7/+35
* | Remove unreferenced boost headersMurray Nesbitt2018-11-161-1/+0
* | Error if rpcpassword in conf contains a hash characterMeshCollider2018-11-061-0/+6
|/