index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
util
/
system.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Fix datadir handling in bitcoind
Hennadii Stepanov
2019-07-24
1
-1
/
+1
|
*
Add CheckDataDirOption() function
Hennadii Stepanov
2019-07-24
1
-2
/
+9
|
*
Return absolute path early in AbsPathForConfigVal
Hennadii Stepanov
2019-07-24
1
-0
/
+3
*
|
util: refactor upper/lowercase functions
Karl-Johan Alm
2019-08-08
1
-1
/
+1
*
|
Revamp option negating policy
Hennadii Stepanov
2019-07-31
1
-7
/
+18
*
|
Replace IsArgKnown() with FlagsOfKnownArg()
Hennadii Stepanov
2019-07-27
1
-19
/
+20
*
|
Use ArgsManager::NETWORK_ONLY flag
Hennadii Stepanov
2019-07-27
1
-13
/
+7
*
|
Remove unused m_debug_only member from Arg struct
Hennadii Stepanov
2019-07-27
1
-1
/
+1
*
|
scripted-diff: Use ArgsManager::DEBUG_ONLY flag
Hennadii Stepanov
2019-07-27
1
-5
/
+5
*
|
scripted-diff: Use Flags enum in AddArg()
Hennadii Stepanov
2019-07-27
1
-3
/
+3
*
|
Add Flags enum to ArgsManager
Hennadii Stepanov
2019-07-27
1
-1
/
+1
*
|
Refactor InterpretNegatedOption() function
Hennadii Stepanov
2019-07-27
1
-23
/
+13
*
|
refactoring: Check IsArgKnown() early
Hennadii Stepanov
2019-07-27
1
-19
/
+25
*
|
scripted-diff: Make translation bilingual
Hennadii Stepanov
2019-07-24
1
-1
/
+1
*
|
Refactor out translation.h
Hennadii Stepanov
2019-07-24
1
-0
/
+1
|
/
*
Merge #16291: gui: Stop translating PACKAGE_NAME
MarcoFalke
2019-07-08
1
-3
/
+4
|
\
|
*
util: No translation of `Bitcoin Core` in the copyright
MarcoFalke
2019-06-27
1
-3
/
+4
*
|
[build]: use #if HAVE_SYSTEM instead of defined(HAVE_SYSTEM)
Sjors Provoost
2019-07-05
1
-1
/
+1
*
|
Merge #15457: Check std::system for -[alert|block|wallet]notify
Wladimir J. van der Laan
2019-07-05
1
-0
/
+2
|
\
\
|
*
|
[build]: check std::system for -[alert|block|wallet]notify
Sjors Provoost
2019-06-06
1
-0
/
+2
*
|
|
util: Explain why the path is cached
MarcoFalke
2019-06-27
1
-14
/
+8
|
|
/
|
/
|
*
|
scripted-diff: Replace fprintf with tfm::format
MarcoFalke
2019-06-13
1
-2
/
+2
*
|
Make reasoning about dependencies easier by not including unused dependencies
practicalswift
2019-06-02
1
-2
/
+0
|
/
*
Merge #15650: Handle the result of posix_fallocate system call
MarcoFalke
2019-05-02
1
-3
/
+4
|
\
|
*
Handle the result of posix_fallocate system call
Luca Venturini
2019-03-23
1
-3
/
+4
*
|
threads: introduce util/threadnames, refactor thread naming
James O'Beirne
2019-04-29
1
-20
/
+0
|
/
*
Merge #15118: Refactor block file logic
Wladimir J. van der Laan
2019-03-02
1
-0
/
+8
|
\
|
*
Style cleanup.
Jim Posen
2019-02-22
1
-4
/
+4
|
*
util: Move CheckDiskSpace to util.
Jim Posen
2019-02-22
1
-0
/
+8
*
|
Merge #15335: Fix lack of warning of unrecognized section names
MarcoFalke
2019-03-02
1
-17
/
+13
|
\
\
|
|
/
|
/
|
|
*
Fix lack of warning of unrecognized section names
Akio Nakamura
2019-02-19
1
-17
/
+13
*
|
Merge #15278: Improve PID file error handling
Wladimir J. van der Laan
2019-02-21
1
-18
/
+0
|
\
\
|
|
/
|
/
|
|
*
Move all PID file stuff to init.cpp
Hennadii Stepanov
2019-02-14
1
-8
/
+0
|
*
Make PID file creating errors fatal
Hennadii Stepanov
2019-02-02
1
-10
/
+0
*
|
util: Add SetupHelpOptions()
MarcoFalke
2019-02-06
1
-0
/
+6
*
|
Merge #15297: wallet: Releases dangling files on BerkeleyEnvironment::Close
MeshCollider
2019-02-06
1
-0
/
+6
|
\
\
|
*
|
wallet: Close wallet env lock file
João Barbosa
2019-02-04
1
-0
/
+6
|
|
/
*
/
windows: Set _WIN32_WINNT to 0x0601 (Windows 7)
Chun Kuan Lee
2019-01-23
1
-5
/
+0
|
/
*
Merge #14955: Switch all RNG code to the built-in PRNG
Wladimir J. van der Laan
2019-01-21
1
-51
/
+0
|
\
|
*
Integrate util/system's CInit into RNGState
Pieter Wuille
2019-01-16
1
-51
/
+0
*
|
Merge #14839: [rebase] threads: fix unitialized members in sched_param
Wladimir J. van der Laan
2019-01-16
1
-1
/
+1
|
\
\
|
*
|
threads: fix unitialized members in sched_param
Cory Fields
2018-12-09
1
-1
/
+1
|
|
/
*
|
Merge #14409: utils and libraries: Make 'blocksdir' always net specific
Wladimir J. van der Laan
2019-01-16
1
-6
/
+3
|
\
\
|
*
|
Make blockdir always net specific
Hennadii Stepanov
2018-11-05
1
-6
/
+3
*
|
|
Merge #14599: Use functions guaranteed to be locale independent (IsDigit, ToL...
Wladimir J. van der Laan
2019-01-09
1
-1
/
+1
|
\
\
\
|
*
|
|
Use ToLower(...) instead of std::tolower
practicalswift
2018-11-06
1
-1
/
+1
|
|
/
/
*
|
/
Error if rpcpassword contains hash in conf sections
MeshCollider
2019-01-09
1
-1
/
+1
|
|
/
|
/
|
*
|
Warn unrecognized sections in the config file
Akio Nakamura
2018-11-20
1
-7
/
+35
*
|
Remove unreferenced boost headers
Murray Nesbitt
2018-11-16
1
-1
/
+0
*
|
Error if rpcpassword in conf contains a hash character
MeshCollider
2018-11-06
1
-0
/
+6
|
/
[prev]
[next]