aboutsummaryrefslogtreecommitdiff
path: root/src/util.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move `COIN` and `CENT` to core.hWladimir J. van der Laan2014-08-261-3/+0
* Move `*Version()` functions to version.h/cppWladimir J. van der Laan2014-08-261-2/+0
* Move `S_I*` constants and `MSG_NOSIGNAL` to compat.hWladimir J. van der Laan2014-08-261-14/+0
* Move SetThreadPriority implementation to util.cpp instead of the headerWladimir J. van der Laan2014-08-261-28/+1
* Remove unused function `ByteReverse` from util.hWladimir J. van der Laan2014-08-261-6/+0
* Remove unused `alignup` function from util.hWladimir J. van der Laan2014-08-261-14/+0
* Move CMedianFilter to timedata.cppWladimir J. van der Laan2014-08-261-56/+0
* Move strprintf define to tinyformat.hWladimir J. van der Laan2014-08-201-1/+0
* move rand functions from util to new random.h/.cppPhilip Kaufmann2014-07-091-51/+0
* add GetRandBytes() as wrapper for RAND_bytes()Philip Kaufmann2014-07-091-0/+1
* Show nodeid instead of addresses (for anonymity) unless otherwise requested.R E Broadley2014-07-041-0/+1
* Move non-trivial uint256.h methods to uint256.cppPieter Wuille2014-06-281-0/+1
* Move network-time related functions to timedata.cpp/hWladimir J. van der Laan2014-06-251-4/+0
* build: fix build weirdness after 54372482.Cory Fields2014-06-231-1/+1
* util: Add function FormatParagraph to format paragraph to fixed-widthWladimir J. van der Laan2014-06-111-0/+5
* Remove unused Print/PrintHex functionsWladimir J. van der Laan2014-06-101-11/+0