340 Commits (5e40e64face29169ef355856dc0db46a98061046)

Author SHA1 Message Date
MeshCollider 2f3bd47d44 Abstract directory locking into util.cpp 7 years ago
Akira Takizawa 595a7bab23 Increment MIT Licence copyright header year on files modified in 2017 7 years ago
MeshCollider 529b866759 Test datadir in conf file exists 7 years ago
Wladimir J. van der Laan cf5f432c69 Add `-debuglogfile` option 7 years ago
Akio Nakamura c60c49b679 Improve help text and behavior of RPC-logging 7 years ago
MeshCollider 8263f6a5ac Create walletdir if datadir doesn't exist and fix tests 7 years ago
practicalswift a720b928c8 Remove includes in .cpp files for things the corresponding .h file already included 7 years ago
MeshCollider 1a445343f6 scripted-diff: Replace #include "" with #include <> (ryanofsky) 7 years ago
practicalswift cffe85f975 Skip sys::system(...) call in case of empty command 7 years ago
Marko Bencun fcbde9091e remove unused gArgs wrappers 7 years ago
practicalswift 90d4d89230 scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal instead of the macro NULL 7 years ago
João Barbosa a622a17683 Fix constness of ArgsManager methods 7 years ago
Jorge Timón 506b700dcb
Util: Remove redundant calls to gArgs.IsArgSet() 8 years ago
Ricardo Velhote c07475294a
[RPC] Add an uptime command that displays the amount of time that bitcoind has been running 8 years ago
Marko Bencun 1d1ea9f096 Turn TryCreateDirectory() into TryCreateDirectories() 8 years ago
practicalswift 49de096c2a Remove unused Boost includes 8 years ago
Luke Dashjr 74e8738961 Bugfix: ForceSetArg should replace entr(ies) in mapMultiArgs, not append 8 years ago
John Newbery 761392db3a [logging] log system time and mock time 8 years ago
Jorge Timón 52922456b8
Util: Put mapMultiArgs inside ArgsManager 8 years ago
Jorge Timón f2957ce6cd
Util: Create ArgsManager class... 8 years ago
fanquake 93dbb15954
Remove Clang workaround for Boost 1.46 8 years ago
John Newbery 7fd50c3b70 allow libevent logging to be updated during runtime 8 years ago
John Newbery 5255aca3f4 [rpc] Add logging RPC 8 years ago
Wladimir J. van der Laan f110272dc9 Remove `namespace fs=fs` 8 years ago
Wladimir J. van der Laan 2a5f574762 Use fsbridge for fopen and freopen 8 years ago
Wladimir J. van der Laan bac5c9cf64 Replace uses of boost::filesystem with fs 8 years ago
Wladimir J. van der Laan 7d5172d354 Replace includes of boost/filesystem.h with fs.h 8 years ago
Gregory Maxwell 6b3bb3d9ba Change LogAcceptCategory to use uint32_t rather than sets of strings. 8 years ago
Wladimir J. van der Laan 625488ace5 util: Work around (virtual) memory exhaustion on 32-bit w/ glibc 8 years ago
Thomas Snider 6d5dd60c88 No need to use OpenSSL malloc/free 8 years ago
practicalswift 53a2ba351a [util] Remove redundant call to get() on smart pointer (thread_specific_ptr) 8 years ago
Karl-Johan Alm a57845c20e
Refactor: Remove using namespace <xxx> from util* 8 years ago
kirit93 40f11f8872 Fix for issue #9775. Added check for open() returning a NULL pointer. 8 years ago
Alex Morcos 29fb311858 Increase minimum debug.log size to 10MB after shrink. 8 years ago
isle2983 27765b6403 Increment MIT Licence copyright header year on files modified in 2016 8 years ago
Matt Corallo c2f61bebb1 Add a ForceSetArg method for testing 8 years ago
Matt Corallo 4e048142a5 Lock mapArgs/mapMultiArgs access in util 8 years ago
Matt Corallo 4cd373aea8 Un-expose mapArgs from utils.h 8 years ago
Matt Corallo 0cf86a6678 Introduce (and use) an IsArgSet accessor method 8 years ago
Matt Corallo 2b5f085ad1 Fix non-const mapMultiArgs[] access after init. 8 years ago
Matt Corallo c8042a48f0 Remove arguments to ParseConfigFile 8 years ago
Karl-Johan Alm 8c1dbc5e9d Refactor: Removed begin/end_ptr functions. 8 years ago
Gregory Maxwell 749be013f5 Move GetWarnings() into its own file. 8 years ago
Gregory Maxwell e3ba0ef956 Eliminate data races for strMiscWarning and fLargeWork*Found. 8 years ago
Gregory Maxwell c63198f1c7 Make QT runawayException call GetWarnings instead of directly access strMiscWarning. 8 years ago
Wladimir J. van der Laan deec83fd2c init: Get rid of fServer flag 8 years ago
Matt Corallo 8b22efb6f7 Make fStartedNewLine an std::atomic_bool 8 years ago
Jorge Timón 3450c18a12
Globals: Decouple GetConfigFile and ReadConfigFile from global mapArgs 8 years ago
mruddy ff2ed7a5bc trivial: remove unnecessary variable fDaemon 8 years ago
Pavel Janík 7c069a7093 Do not shadow global variable 8 years ago