271 Commits (4ed818060ecf4a38a02c8cb48f6cbc78d2ee7708)

Author SHA1 Message Date
practicalswift 86179897e2 Add MakeUnique (substitute for C++14 std::make_unique) 7 years ago
MarcoFalke fd86f998fc Squashed 'src/secp256k1/' changes from 84973d393..0b7024185 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
practicalswift 2c2e90d1d4 Fix incorrect Doxygen tag (@ince@since). Make Doxygen parameter names match actual parameter names. 7 years ago
Ricardo Velhote c07475294a
[RPC] Add an uptime command that displays the amount of time that bitcoind has been running 7 years ago
John Newbery 7810993335 [trivial] fix indentation for ArgsManager class 7 years ago
Marko Bencun 1d1ea9f096 Turn TryCreateDirectory() into TryCreateDirectories() 7 years ago
practicalswift 49de096c2a Remove unused Boost includes 7 years ago
Andrew Chow c8914b9dbb Have `make cov` optionally include branch coverage statistics 7 years ago
John Newbery 42a83e5455 [trivial] Fix comment for ForceSetArg() 7 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
Pieter Wuille e7c1b4490f Squashed 'src/secp256k1/' changes from 8225239..84973d3 8 years ago
John Newbery 5255aca3f4 [rpc] Add logging RPC 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
Pavol Rusnak 9350e13396
util: rename variable to avoid shadowing 8 years ago
Wladimir J. van der Laan b651270cd6 util: Throw tinyformat::format_error on formatting error 8 years ago
Wladimir J. van der Laan 3b092bd9b6 util: Properly handle errors during log message formatting 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 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
Pieter Wuille 407cdd6cb8 Do not evaluate hidden LogPrint arguments 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
Jorge Timón 3450c18a12
Globals: Decouple GetConfigFile and ReadConfigFile from global mapArgs 8 years ago
Pavel Janík 7c069a7093 Do not shadow global variable 8 years ago
Wladimir J. van der Laan a5072a7730 util: Remove zero-argument versions of LogPrint and error 8 years ago
Pieter Wuille a886dbf8e7 Use std::atomic for fRequestShutdown and fReopenDebugLog 8 years ago
Pieter Wuille 16cf85fa2c Revert "Include signal.h for sig_atomic_t in WIN32" 8 years ago
Pieter Wuille 88f14b999c Include signal.h for sig_atomic_t in WIN32 8 years ago
Chirag Davé 326231611b fReopenDebugLog and fRequestShutdown should be type sig_atomic_t 9 years ago
Kaz Wesley e53e7c5473 don't run ThreadMessageHandler at lowered priority 9 years ago
Wladimir J. van der Laan 08d7b563e9 util: switch LogPrint and error to variadic templates 9 years ago
Mustafa 2fdaa25529 Move GetTempPath() to testutil. 9 years ago
Luke Dashjr 027fdb83b4 When/if the copyright line does not mention Bitcoin Core developers, add a second line to copyrights in -version, About dialog, and splash screen 9 years ago
Luke Dashjr 917b1d03cf Set copyright holders displayed in notices separately from the package name 9 years ago
MarcoFalke fa24439ff3 Bump copyright headers to 2015 9 years ago
MarcoFalke fa41d4c8c6 [qt] Move GUI related HelpMessage() part downstream 9 years ago
MarcoFalke faf93f37fe [trivial] Reuse translation and cleanup DEFAULT_* values 9 years ago
Luke Dashjr b966aa836a Constrain constant values to a single location in code 9 years ago
Pieter Wuille 1d84107924 Squashed 'src/secp256k1/' changes from 22f60a6..2bfb82b 9 years ago