aboutsummaryrefslogtreecommitdiff
path: root/src/util.cpp
AgeCommit message (Expand)Author
2018-04-23Add logging and error handling for file syncingWladimir J. van der Laan
2018-04-18MOVEONLY: Move logging code from util.{h,cpp} to new files.Jim Posen
2018-04-17Print to console by default when not run with -daemonEvan Klitzke
2018-04-11ArgsManager: special handling for -regtest and -testnetAnthony Towns
2018-04-11ArgsManager: Warn when ignoring network-specific config settingAnthony Towns
2018-04-11ArgsManager: limit some options to only apply on mainnet when in default sectionAnthony Towns
2018-04-11ArgsManager: support config file sectionsAnthony Towns
2018-04-11ArgsManager: drop m_negated_argsAnthony Towns
2018-04-11ArgsManager: keep command line and config file arguments separateAnthony Towns
2018-04-09util: Remove designator initializer from ScheduleBatchPriorityWladimir J. van der Laan
2018-04-09util: Pass pthread_self() to pthread_setschedparam instead of 0Wladimir J. van der Laan
2018-04-08Merge #12878: [refactor] Config handling refactoring in preparation for netwo...Jonas Schnelli
2018-04-07Merge #12618: Set SCHED_BATCH priority on the loadblk thread.Wladimir J. van der Laan
2018-04-06ReadConfigStream: assume the stream is goodAnthony Towns
2018-04-06Separate out ReadConfigStream from ReadConfigFileAnthony Towns
2018-04-06Move ChainNameFromCommandLine into ArgsManager and rename to GetChainNameAnthony Towns
2018-04-02[moveonly] Extract HelpRequested to dry up the help options testingBen Woosley
2018-03-27Track negated arguments in the argument paser.Evan Klitzke
2018-03-27Merge #12653: Allow to optional specify the directory for the blocks storageWladimir J. van der Laan
2018-03-26Set SCHED_BATCH priority on the loadblk thread.Evan Klitzke
2018-03-22Merge #12630: Provide useful error message if datadir is not writable.Wladimir J. van der Laan
2018-03-21Replace boost::call_once with std::call_oncedonaloconnor
2018-03-16Merge #12542: Remove redundant includes. Conform to header include guidelines.Pieter Wuille
2018-03-14Provide relevant error message if datadir is not writable.murrayn
2018-03-11Allow to optional specify the directory for the blocks storageJonas Schnelli
2018-03-09Format timestamps using ISO 8601 formatting (e.g. "2018-02-28T12:34:56Z")practicalswift
2018-03-06Merge #10271: Use std::thread::hardware_concurrency, instead of Boost, to det...Wladimir J. van der Laan
2018-02-27Remove redundant includes. Conform to header include guidelines.practicalswift
2018-02-15test: Add unit test for LockDirectoryWladimir J. van der Laan
2018-02-15util: Fix multiple use of LockDirectoryWladimir J. van der Laan
2018-02-05Add AbsPathForConfigVal to consolidate datadir prefixing for path argsJames O'Beirne
2018-01-16Abstract directory locking into util.cppMeshCollider
2018-01-03Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa
2017-12-15Use std::thread::hardware_concurrency, instead of Boost, to determine availab...fanquake
2017-12-12Merge #10574: Remove includes in .cpp files for things the corresponding .h f...Wladimir J. van der Laan
2017-12-06Test datadir in conf file existsMeshCollider
2017-11-30Add `-debuglogfile` optionWladimir J. van der Laan
2017-11-30Merge #11191: RPC: Improve help text and behavior of RPC-logging.Wladimir J. van der Laan
2017-11-20Improve help text and behavior of RPC-loggingAkio Nakamura
2017-11-18Create walletdir if datadir doesn't exist and fix testsMeshCollider
2017-11-16Remove includes in .cpp files for things the corresponding .h file already in...practicalswift
2017-11-16scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider
2017-10-04Merge #10939: [init] Check non-emptiness of -blocknotify command prior to exe...Wladimir J. van der Laan
2017-08-16Merge #10901: Fix constness of ArgsManager methodsMarcoFalke
2017-08-14Skip sys::system(...) call in case of empty commandpracticalswift
2017-08-14remove unused gArgs wrappersMarko Bencun
2017-08-07scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...practicalswift
2017-07-24Fix constness of ArgsManager methodsJoão Barbosa
2017-06-27Merge #10118: Util: Remove redundant calls to argsGlobal.IsArgSet()Wladimir J. van der Laan
2017-06-27Util: Remove redundant calls to gArgs.IsArgSet()Jorge Timón