aboutsummaryrefslogtreecommitdiff
path: root/src/util/system.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
|/
* scripted-diff: Move util files to separate directory.Jim Posen2018-11-041-0/+1299