index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
util
/
system.cpp
Age
Commit message (
Expand
)
Author
2019-06-13
scripted-diff: Replace fprintf with tfm::format
MarcoFalke
2019-06-02
Make reasoning about dependencies easier by not including unused dependencies
practicalswift
2019-05-02
Merge #15650: Handle the result of posix_fallocate system call
MarcoFalke
2019-04-29
threads: introduce util/threadnames, refactor thread naming
James O'Beirne
2019-03-23
Handle the result of posix_fallocate system call
Luca Venturini
2019-03-02
Merge #15118: Refactor block file logic
Wladimir J. van der Laan
2019-03-02
Merge #15335: Fix lack of warning of unrecognized section names
MarcoFalke
2019-02-22
Style cleanup.
Jim Posen
2019-02-22
util: Move CheckDiskSpace to util.
Jim Posen
2019-02-21
Merge #15278: Improve PID file error handling
Wladimir J. van der Laan
2019-02-19
Fix lack of warning of unrecognized section names
Akio Nakamura
2019-02-14
Move all PID file stuff to init.cpp
Hennadii Stepanov
2019-02-06
util: Add SetupHelpOptions()
MarcoFalke
2019-02-06
Merge #15297: wallet: Releases dangling files on BerkeleyEnvironment::Close
MeshCollider
2019-02-04
wallet: Close wallet env lock file
João Barbosa
2019-02-02
Make PID file creating errors fatal
Hennadii Stepanov
2019-01-23
windows: Set _WIN32_WINNT to 0x0601 (Windows 7)
Chun Kuan Lee
2019-01-21
Merge #14955: Switch all RNG code to the built-in PRNG
Wladimir J. van der Laan
2019-01-16
Integrate util/system's CInit into RNGState
Pieter Wuille
2019-01-16
Merge #14839: [rebase] threads: fix unitialized members in sched_param
Wladimir J. van der Laan
2019-01-16
Merge #14409: utils and libraries: Make 'blocksdir' always net specific
Wladimir J. van der Laan
2019-01-09
Merge #14599: Use functions guaranteed to be locale independent (IsDigit, ToL...
Wladimir J. van der Laan
2019-01-09
Error if rpcpassword contains hash in conf sections
MeshCollider
2018-12-09
threads: fix unitialized members in sched_param
Cory Fields
2018-11-20
Warn unrecognized sections in the config file
Akio Nakamura
2018-11-16
Remove unreferenced boost headers
Murray Nesbitt
2018-11-06
Use ToLower(...) instead of std::tolower
practicalswift
2018-11-06
Error if rpcpassword in conf contains a hash character
MeshCollider
2018-11-05
Make blockdir always net specific
Hennadii Stepanov
2018-11-04
scripted-diff: Move util files to separate directory.
Jim Posen