aboutsummaryrefslogtreecommitdiff
path: root/src/util.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * Move ChainNameFromCommandLine into ArgsManager and rename to GetChainNameAnthony Towns2018-04-061-0/+14
* | Merge #12618: Set SCHED_BATCH priority on the loadblk thread.Wladimir J. van der Laan2018-04-071-0/+15
|\ \ | |/ |/|
| * Set SCHED_BATCH priority on the loadblk thread.Evan Klitzke2018-03-261-0/+15
* | [moveonly] Extract HelpRequested to dry up the help options testingBen Woosley2018-04-021-1/+4
* | Track negated arguments in the argument paser.Evan Klitzke2018-03-271-31/+68
* | Merge #12653: Allow to optional specify the directory for the blocks storageWladimir J. van der Laan2018-03-271-0/+33
|\ \ | |/ |/|
| * Allow to optional specify the directory for the blocks storageJonas Schnelli2018-03-111-0/+33
* | Merge #12630: Provide useful error message if datadir is not writable.Wladimir J. van der Laan2018-03-221-0/+13
|\ \
| * | Provide relevant error message if datadir is not writable.murrayn2018-03-141-0/+13
* | | Replace boost::call_once with std::call_oncedonaloconnor2018-03-211-8/+8
* | | Merge #12542: Remove redundant includes. Conform to header include guidelines.Pieter Wuille2018-03-161-1/+0
|\ \ \
| * | | Remove redundant includes. Conform to header include guidelines.practicalswift2018-02-271-1/+0
| | |/ | |/|
* | | Format timestamps using ISO 8601 formatting (e.g. "2018-02-28T12:34:56Z")practicalswift2018-03-091-4/+6
| |/ |/|
* | Merge #10271: Use std::thread::hardware_concurrency, instead of Boost, to det...Wladimir J. van der Laan2018-03-061-5/+2
|\ \ | |/ |/|
| * Use std::thread::hardware_concurrency, instead of Boost, to determine availab...fanquake2017-12-151-5/+2
* | test: Add unit test for LockDirectoryWladimir J. van der Laan2018-02-151-9/+18
* | util: Fix multiple use of LockDirectoryWladimir J. van der Laan2018-02-151-6/+20
* | Add AbsPathForConfigVal to consolidate datadir prefixing for path argsJames O'Beirne2018-02-051-13/+9
* | Abstract directory locking into util.cppMeshCollider2018-01-161-0/+22
* | Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
|/
* Merge #10574: Remove includes in .cpp files for things the corresponding .h f...Wladimir J. van der Laan2017-12-121-6/+0
|\
| * Remove includes in .cpp files for things the corresponding .h file already in...practicalswift2017-11-161-6/+0
* | Test datadir in conf file existsMeshCollider2017-12-061-0/+3
* | Add `-debuglogfile` optionWladimir J. van der Laan2017-11-301-11/+26
* | Merge #11191: RPC: Improve help text and behavior of RPC-logging.Wladimir J. van der Laan2017-11-301-0/+1
|\ \
| * | Improve help text and behavior of RPC-loggingAkio Nakamura2017-11-201-0/+1
* | | Create walletdir if datadir doesn't exist and fix testsMeshCollider2017-11-181-1/+4
| |/ |/|
* | scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-8/+8
* | Merge #10939: [init] Check non-emptiness of -blocknotify command prior to exe...Wladimir J. van der Laan2017-10-041-0/+1
|\ \ | |/ |/|
| * Skip sys::system(...) call in case of empty commandpracticalswift2017-08-141-0/+1
* | Merge #10901: Fix constness of ArgsManager methodsMarcoFalke2017-08-161-17/+15
|\ \ | |/ |/|
| * Fix constness of ArgsManager methodsJoão Barbosa2017-07-241-17/+15
* | remove unused gArgs wrappersMarko Bencun2017-08-141-3/+3
* | scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...practicalswift2017-08-071-14/+14
|/
* Merge #10118: Util: Remove redundant calls to argsGlobal.IsArgSet()Wladimir J. van der Laan2017-06-271-1/+3
|\
| * Util: Remove redundant calls to gArgs.IsArgSet()Jorge Timón2017-06-271-1/+3
* | [RPC] Add an uptime command that displays the amount of time that bitcoind ha...Ricardo Velhote2017-06-251-0/+8
|/
* Merge #9895: Turn TryCreateDirectory() into TryCreateDirectories()Wladimir J. van der Laan2017-06-141-4/+4
|\
| * Turn TryCreateDirectory() into TryCreateDirectories()Marko Bencun2017-06-141-4/+4
* | Merge #8694: Basic multiwallet supportWladimir J. van der Laan2017-06-121-0/+1
|\ \
| * | Bugfix: ForceSetArg should replace entr(ies) in mapMultiArgs, not appendLuke Dashjr2017-06-051-0/+1
| |/
* / Remove unused Boost includespracticalswift2017-06-091-3/+0
|/
* Merge #10383: [logging] log system time and mock timeWladimir J. van der Laan2017-05-161-1/+5
|\
| * [logging] log system time and mock timeJohn Newbery2017-05-101-1/+5
* | Util: Put mapMultiArgs inside ArgsManagerJorge Timón2017-05-091-6/+5
* | Util: Create ArgsManager class...Jorge Timón2017-05-091-12/+16
|/
* Remove Clang workaround for Boost 1.46fanquake2017-04-251-13/+0
* allow libevent logging to be updated during runtimeJohn Newbery2017-04-101-1/+1
* [rpc] Add logging RPCJohn Newbery2017-04-101-1/+16
* Remove `namespace fs=fs`Wladimir J. van der Laan2017-04-031-4/+0