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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Move ChainNameFromCommandLine into ArgsManager and rename to GetChainName
Anthony Towns
2018-04-06
1
-0
/
+14
*
|
Merge #12618: Set SCHED_BATCH priority on the loadblk thread.
Wladimir J. van der Laan
2018-04-07
1
-0
/
+15
|
\
\
|
|
/
|
/
|
|
*
Set SCHED_BATCH priority on the loadblk thread.
Evan Klitzke
2018-03-26
1
-0
/
+15
*
|
[moveonly] Extract HelpRequested to dry up the help options testing
Ben Woosley
2018-04-02
1
-1
/
+4
*
|
Track negated arguments in the argument paser.
Evan Klitzke
2018-03-27
1
-31
/
+68
*
|
Merge #12653: Allow to optional specify the directory for the blocks storage
Wladimir J. van der Laan
2018-03-27
1
-0
/
+33
|
\
\
|
|
/
|
/
|
|
*
Allow to optional specify the directory for the blocks storage
Jonas Schnelli
2018-03-11
1
-0
/
+33
*
|
Merge #12630: Provide useful error message if datadir is not writable.
Wladimir J. van der Laan
2018-03-22
1
-0
/
+13
|
\
\
|
*
|
Provide relevant error message if datadir is not writable.
murrayn
2018-03-14
1
-0
/
+13
*
|
|
Replace boost::call_once with std::call_once
donaloconnor
2018-03-21
1
-8
/
+8
*
|
|
Merge #12542: Remove redundant includes. Conform to header include guidelines.
Pieter Wuille
2018-03-16
1
-1
/
+0
|
\
\
\
|
*
|
|
Remove redundant includes. Conform to header include guidelines.
practicalswift
2018-02-27
1
-1
/
+0
|
|
|
/
|
|
/
|
*
|
|
Format timestamps using ISO 8601 formatting (e.g. "2018-02-28T12:34:56Z")
practicalswift
2018-03-09
1
-4
/
+6
|
|
/
|
/
|
*
|
Merge #10271: Use std::thread::hardware_concurrency, instead of Boost, to det...
Wladimir J. van der Laan
2018-03-06
1
-5
/
+2
|
\
\
|
|
/
|
/
|
|
*
Use std::thread::hardware_concurrency, instead of Boost, to determine availab...
fanquake
2017-12-15
1
-5
/
+2
*
|
test: Add unit test for LockDirectory
Wladimir J. van der Laan
2018-02-15
1
-9
/
+18
*
|
util: Fix multiple use of LockDirectory
Wladimir J. van der Laan
2018-02-15
1
-6
/
+20
*
|
Add AbsPathForConfigVal to consolidate datadir prefixing for path args
James O'Beirne
2018-02-05
1
-13
/
+9
*
|
Abstract directory locking into util.cpp
MeshCollider
2018-01-16
1
-0
/
+22
*
|
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2018-01-03
1
-1
/
+1
|
/
*
Merge #10574: Remove includes in .cpp files for things the corresponding .h f...
Wladimir J. van der Laan
2017-12-12
1
-6
/
+0
|
\
|
*
Remove includes in .cpp files for things the corresponding .h file already in...
practicalswift
2017-11-16
1
-6
/
+0
*
|
Test datadir in conf file exists
MeshCollider
2017-12-06
1
-0
/
+3
*
|
Add `-debuglogfile` option
Wladimir J. van der Laan
2017-11-30
1
-11
/
+26
*
|
Merge #11191: RPC: Improve help text and behavior of RPC-logging.
Wladimir J. van der Laan
2017-11-30
1
-0
/
+1
|
\
\
|
*
|
Improve help text and behavior of RPC-logging
Akio Nakamura
2017-11-20
1
-0
/
+1
*
|
|
Create walletdir if datadir doesn't exist and fix tests
MeshCollider
2017-11-18
1
-1
/
+4
|
|
/
|
/
|
*
|
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-16
1
-8
/
+8
*
|
Merge #10939: [init] Check non-emptiness of -blocknotify command prior to exe...
Wladimir J. van der Laan
2017-10-04
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
Skip sys::system(...) call in case of empty command
practicalswift
2017-08-14
1
-0
/
+1
*
|
Merge #10901: Fix constness of ArgsManager methods
MarcoFalke
2017-08-16
1
-17
/
+15
|
\
\
|
|
/
|
/
|
|
*
Fix constness of ArgsManager methods
João Barbosa
2017-07-24
1
-17
/
+15
*
|
remove unused gArgs wrappers
Marko Bencun
2017-08-14
1
-3
/
+3
*
|
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...
practicalswift
2017-08-07
1
-14
/
+14
|
/
*
Merge #10118: Util: Remove redundant calls to argsGlobal.IsArgSet()
Wladimir J. van der Laan
2017-06-27
1
-1
/
+3
|
\
|
*
Util: Remove redundant calls to gArgs.IsArgSet()
Jorge Timón
2017-06-27
1
-1
/
+3
*
|
[RPC] Add an uptime command that displays the amount of time that bitcoind ha...
Ricardo Velhote
2017-06-25
1
-0
/
+8
|
/
*
Merge #9895: Turn TryCreateDirectory() into TryCreateDirectories()
Wladimir J. van der Laan
2017-06-14
1
-4
/
+4
|
\
|
*
Turn TryCreateDirectory() into TryCreateDirectories()
Marko Bencun
2017-06-14
1
-4
/
+4
*
|
Merge #8694: Basic multiwallet support
Wladimir J. van der Laan
2017-06-12
1
-0
/
+1
|
\
\
|
*
|
Bugfix: ForceSetArg should replace entr(ies) in mapMultiArgs, not append
Luke Dashjr
2017-06-05
1
-0
/
+1
|
|
/
*
/
Remove unused Boost includes
practicalswift
2017-06-09
1
-3
/
+0
|
/
*
Merge #10383: [logging] log system time and mock time
Wladimir J. van der Laan
2017-05-16
1
-1
/
+5
|
\
|
*
[logging] log system time and mock time
John Newbery
2017-05-10
1
-1
/
+5
*
|
Util: Put mapMultiArgs inside ArgsManager
Jorge Timón
2017-05-09
1
-6
/
+5
*
|
Util: Create ArgsManager class...
Jorge Timón
2017-05-09
1
-12
/
+16
|
/
*
Remove Clang workaround for Boost 1.46
fanquake
2017-04-25
1
-13
/
+0
*
allow libevent logging to be updated during runtime
John Newbery
2017-04-10
1
-1
/
+1
*
[rpc] Add logging RPC
John Newbery
2017-04-10
1
-1
/
+16
*
Remove `namespace fs=fs`
Wladimir J. van der Laan
2017-04-03
1
-4
/
+0
[prev]
[next]