Commit Graph

276 Commits (176db6147421c3888076ab8be762a23d9b1bc0c5)

Author SHA1 Message Date
Wladimir J. van der Laan 37ffa16933
Merge #11583: Do not make it trivial for inbound peers to generate log entries
7 years ago
Wladimir J. van der Laan cf5f432c69 Add `-debuglogfile` option
7 years ago
Thomas Snider bba9bd0d9d Switched sync.{cpp,h} to std threading primitives.
7 years ago
MeshCollider 1a445343f6 scripted-diff: Replace #include "" with #include <> (ryanofsky)
7 years ago
Matt Corallo be9f38c613 Do not make it trivial for inbound peers to generate log entries
7 years ago
practicalswift 86179897e2 Add MakeUnique (substitute for C++14 std::make_unique)
7 years ago
MarcoFalke 22e301a3d5
Merge #10901: Fix constness of ArgsManager methods
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
8 years ago
Wladimir J. van der Laan 8c2098ad12
Merge #10565: [coverage] Remove subtrees and benchmarks from coverage report
8 years ago
John Newbery 7810993335 [trivial] fix indentation for ArgsManager class
8 years ago
Wladimir J. van der Laan 228c319a94
Merge #9895: Turn TryCreateDirectory() into TryCreateDirectories()
8 years ago
Marko Bencun 1d1ea9f096 Turn TryCreateDirectory() into TryCreateDirectories()
8 years ago
practicalswift 49de096c2a Remove unused Boost includes
8 years ago
Andrew Chow c8914b9dbb Have `make cov` optionally include branch coverage statistics
8 years ago
John Newbery 42a83e5455 [trivial] Fix comment for ForceSetArg()
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
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
Wladimir J. van der Laan c4b7d4f79c
Merge #9417: Do not evaluate hidden LogPrint arguments
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
9 years ago
Pieter Wuille a886dbf8e7 Use std::atomic for fRequestShutdown and fReopenDebugLog
9 years ago
Pieter Wuille 16cf85fa2c Revert "Include signal.h for sig_atomic_t in WIN32"
9 years ago
Pieter Wuille 88f14b999c Include signal.h for sig_atomic_t in WIN32
9 years ago
Wladimir J. van der Laan 2efe38b832
Merge #8004: signal handling: fReopenDebugLog and fRequestShutdown should be type sig_atomic_t
9 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