256 Commits (b3cbd554d90815725988f3810929f2450702a717)

Author SHA1 Message Date
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
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
Suhas Daftuar 7bbc7c314f Add option for microsecond precision in debug.log 9 years ago
Wladimir J. van der Laan 26c9b83677 Move windows socket init to utility function 9 years ago
Adam Weiss 27d7605804 Buffer log messages and explicitly open logs 9 years ago
Wladimir J. van der Laan 47162673c7 Use real number of cores for default -par, ignore virtual cores 9 years ago
Philip Kaufmann a9ac95c1bc use const references where appropriate 9 years ago
Gavin Andresen 9a1dcea2df
Use CScheduler for net's DumpAddresses 10 years ago
Jorge Timón b74dcb3b4a Separate CTranslationInterface from CClientUIInterface 10 years ago
Pieter Wuille 9d09322b41 Squashed 'src/secp256k1/' changes from 50cc6ab..1897b8e 10 years ago
Luca Venturini 1fdb9fa3f9 Help messages correctly formatted (79 chars) 10 years ago
Pieter Wuille 51598b2631 Reinitialize state in between individual unit tests. 10 years ago
sandakersmann f914f1a746
Added "Core" to copyright headers 10 years ago
Philip Kaufmann 27df4123c4 make all catch() arguments const 10 years ago
Pieter Wuille ecae2acb06 Squashed 'src/secp256k1/' changes from b0210a9..bccaf86 10 years ago
Pieter Wuille 87bddb7a3a Squashed 'src/secp256k1/' changes from ad2028f..b0210a9 10 years ago