aboutsummaryrefslogtreecommitdiff
path: root/src/util/system.cpp
Commit message (Expand)AuthorAgeFilesLines
* Handle the result of posix_fallocate system callLuca Venturini2019-09-241-3/+4
* util: No translation of `Bitcoin Core` in the copyrightMarcoFalke2019-09-241-3/+4
* scripted-diff: Replace fprintf with tfm::formatMarcoFalke2019-06-181-2/+2
* 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