aboutsummaryrefslogtreecommitdiff
path: root/src/util.h
Commit message (Expand)AuthorAgeFilesLines
* really s/doge/dis/g this timeTomo Ueda2021-09-021-1/+1
* Introduce basic Dogecoin brandingRoss Nicoll2019-03-251-1/+1
* Merge #9417: Do not evaluate hidden LogPrint argumentsWladimir J. van der Laan2017-01-051-8/+9
|\
| * Do not evaluate hidden LogPrint argumentsPieter Wuille2016-12-231-8/+9
* | Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
* | Add a ForceSetArg method for testingMatt Corallo2016-12-271-0/+3
* | Un-expose mapArgs from utils.hMatt Corallo2016-12-241-1/+0
* | Introduce (and use) an IsArgSet accessor methodMatt Corallo2016-12-231-0/+8
* | Fix non-const mapMultiArgs[] access after init.Matt Corallo2016-12-231-1/+1
* | Remove arguments to ParseConfigFileMatt Corallo2016-12-231-1/+1
|/
* Move GetWarnings() into its own file.Gregory Maxwell2016-12-031-9/+0
* Eliminate data races for strMiscWarning and fLargeWork*Found.Gregory Maxwell2016-12-031-3/+5
* Make QT runawayException call GetWarnings instead of directly access strMiscW...Gregory Maxwell2016-12-031-0/+7
* init: Get rid of fServer flagWladimir J. van der Laan2016-11-291-1/+0
* Globals: Decouple GetConfigFile and ReadConfigFile from global mapArgsJorge Timón2016-10-011-2/+2
* Do not shadow global variablePavel Janík2016-09-021-1/+1
* util: Remove zero-argument versions of LogPrint and errorWladimir J. van der Laan2016-06-271-22/+6
* Use std::atomic for fRequestShutdown and fReopenDebugLogPieter Wuille2016-06-011-5/+2
* Revert "Include signal.h for sig_atomic_t in WIN32"Pieter Wuille2016-06-011-0/+2
* Include signal.h for sig_atomic_t in WIN32Pieter Wuille2016-05-271-2/+0
* Merge #8004: signal handling: fReopenDebugLog and fRequestShutdown should be ...Wladimir J. van der Laan2016-05-121-1/+5
|\
| * fReopenDebugLog and fRequestShutdown should be type sig_atomic_tChirag Davé2016-05-091-1/+5
* | don't run ThreadMessageHandler at lowered priorityKaz Wesley2016-05-051-1/+0
* | util: switch LogPrint and error to variadic templatesWladimir J. van der Laan2016-05-041-25/+18
|/
* Move GetTempPath() to testutil.Mustafa2016-03-111-1/+0
* Merge branch 'master' into single_prodnameLuke Dashjr2016-02-031-1/+6
|\
| * Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
| * [qt] Move GUI related HelpMessage() part downstreamMarcoFalke2015-11-281-4/+0
| * [trivial] Reuse translation and cleanup DEFAULT_* valuesMarcoFalke2015-11-281-0/+2
| * Constrain constant values to a single location in codeLuke Dashjr2015-11-281-0/+7
* | When/if the copyright line does not mention Bitcoin Core developers, add a se...Luke Dashjr2016-02-031-1/+1
* | Set copyright holders displayed in notices separately from the package nameLuke Dashjr2015-12-221-0/+2
|/
* Add option for microsecond precision in debug.logSuhas Daftuar2015-10-261-0/+3
* Move windows socket init to utility functionWladimir J. van der Laan2015-09-031-0/+1
* Buffer log messages and explicitly open logsAdam Weiss2015-07-061-0/+1
* Use real number of cores for default -par, ignore virtual coresWladimir J. van der Laan2015-07-011-0/+7
* use const references where appropriatePhilip Kaufmann2015-06-041-1/+1
* Use CScheduler for net's DumpAddressesGavin Andresen2015-05-141-37/+0
* Separate CTranslationInterface from CClientUIInterfaceJorge Timón2015-04-161-0/+20
* Help messages correctly formatted (79 chars)Luca Venturini2015-03-101-0/+17
* Reinitialize state in between individual unit tests.Pieter Wuille2015-03-031-0/+1
* Added "Core" to copyright headerssandakersmann2014-12-191-1/+1
* make all catch() arguments constPhilip Kaufmann2014-12-171-5/+5
* Update comments in util to be doxygen compatibleMichael Ford2014-11-171-15/+22
* amount.h: update license, add header end comment + rem from util.hPhilip Kaufmann2014-10-021-1/+0
* Use a typedef for monetary valuesMark Friedenbach2014-09-261-0/+1
* Also create pid file in non-daemon modeWladimir J. van der Laan2014-09-201-1/+1
* header include cleanupPhilip Kaufmann2014-09-141-1/+1
* add missing header end commentsPhilip Kaufmann2014-08-281-1/+1
* Split up util.cpp/hWladimir J. van der Laan2014-08-261-170/+6