aboutsummaryrefslogtreecommitdiff
path: root/src/util.cpp
AgeCommit message (Expand)Author
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
2017-06-25[RPC] Add an uptime command that displays the amount of time that bitcoind ha...Ricardo Velhote
2017-06-14Merge #9895: Turn TryCreateDirectory() into TryCreateDirectories()Wladimir J. van der Laan
2017-06-14Turn TryCreateDirectory() into TryCreateDirectories()Marko Bencun
2017-06-12Merge #8694: Basic multiwallet supportWladimir J. van der Laan
2017-06-09Remove unused Boost includespracticalswift
2017-06-05Bugfix: ForceSetArg should replace entr(ies) in mapMultiArgs, not appendLuke Dashjr
2017-05-16Merge #10383: [logging] log system time and mock timeWladimir J. van der Laan
2017-05-10[logging] log system time and mock timeJohn Newbery
2017-05-09Util: Put mapMultiArgs inside ArgsManagerJorge Timón
2017-05-09Util: Create ArgsManager class...Jorge Timón
2017-04-25Remove Clang workaround for Boost 1.46fanquake
2017-04-10allow libevent logging to be updated during runtimeJohn Newbery
2017-04-10[rpc] Add logging RPCJohn Newbery
2017-04-03Remove `namespace fs=fs`Wladimir J. van der Laan
2017-04-03Use fsbridge for fopen and freopenWladimir J. van der Laan
2017-04-03Replace uses of boost::filesystem with fsWladimir J. van der Laan
2017-04-03Replace includes of boost/filesystem.h with fs.hWladimir J. van der Laan
2017-04-03Merge #10058: No need to use OpenSSL malloc/freeWladimir J. van der Laan
2017-04-01Change LogAcceptCategory to use uint32_t rather than sets of strings.Gregory Maxwell
2017-03-30util: Work around (virtual) memory exhaustion on 32-bit w/ glibcWladimir J. van der Laan
2017-03-28No need to use OpenSSL malloc/freeThomas Snider
2017-03-09[util] Remove redundant call to get() on smart pointer (thread_specific_ptr)practicalswift
2017-03-08Refactor: Remove using namespace <xxx> from util*Karl-Johan Alm
2017-02-20Fix for issue #9775. Added check for open() returning a NULL pointer.kirit93
2017-01-24Increase minimum debug.log size to 10MB after shrink.Alex Morcos
2016-12-31Increment MIT Licence copyright header year on files modified in 2016isle2983
2016-12-27Add a ForceSetArg method for testingMatt Corallo
2016-12-24Lock mapArgs/mapMultiArgs access in utilMatt Corallo
2016-12-24Un-expose mapArgs from utils.hMatt Corallo
2016-12-23Introduce (and use) an IsArgSet accessor methodMatt Corallo
2016-12-23Fix non-const mapMultiArgs[] access after init.Matt Corallo
2016-12-23Remove arguments to ParseConfigFileMatt Corallo