aboutsummaryrefslogtreecommitdiff
path: root/src/util.h
Commit message (Expand)AuthorAgeFilesLines
* [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
* 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
* rename fNoListen to fListen and move to netPhilip Kaufmann2014-05-291-1/+0
* Merge pull request #4183Wladimir J. van der Laan2014-05-251-2/+0
|\
| * remove LogException( ) which is never usedKamil Domanski2014-05-201-2/+0
* | Replace non-threadsafe gmtime and setlocaleWladimir J. van der Laan2014-05-231-8/+1
|/
* Merge pull request #4174Wladimir J. van der Laan2014-05-191-0/+1
|\
| * SetupEnvironment() - clean commitStuart Cardall2014-05-131-0/+1
* | remove ParseString(...) which is never usedKamil Domanski2014-05-131-1/+0
|/
* Merge pull request #4138Wladimir J. van der Laan2014-05-121-12/+0
|\
| * Remove dummy PRIszX macros for formattingWladimir J. van der Laan2014-05-061-12/+0
* | Remove unused function WildcardMatchWladimir J. van der Laan2014-05-091-9/+0
* | util: add parseint32 function with strict error reportingWladimir J. van der Laan2014-05-091-0/+7
|/
* Wrap create_directory calls in try...catch blocks.Brandon Dahler2014-03-311-0/+1
* replace custom GetFilesize() with boost::filesystem::file_size()Philip Kaufmann2014-03-031-1/+0