aboutsummaryrefslogtreecommitdiff
path: root/src/util.h
AgeCommit message (Expand)Author
2016-01-05Bump copyright headers to 2015MarcoFalke
2015-11-28[qt] Move GUI related HelpMessage() part downstreamMarcoFalke
2015-11-28[trivial] Reuse translation and cleanup DEFAULT_* valuesMarcoFalke
2015-11-28Constrain constant values to a single location in codeLuke Dashjr
2015-10-26Add option for microsecond precision in debug.logSuhas Daftuar
2015-09-03Move windows socket init to utility functionWladimir J. van der Laan
2015-07-06Buffer log messages and explicitly open logsAdam Weiss
2015-07-01Use real number of cores for default -par, ignore virtual coresWladimir J. van der Laan
2015-06-04use const references where appropriatePhilip Kaufmann
2015-05-14Use CScheduler for net's DumpAddressesGavin Andresen
2015-04-16Separate CTranslationInterface from CClientUIInterfaceJorge Timón
2015-03-10Help messages correctly formatted (79 chars)Luca Venturini
2015-03-03Reinitialize state in between individual unit tests.Pieter Wuille
2014-12-19Added "Core" to copyright headerssandakersmann
2014-12-17make all catch() arguments constPhilip Kaufmann
2014-11-17Update comments in util to be doxygen compatibleMichael Ford
2014-10-02amount.h: update license, add header end comment + rem from util.hPhilip Kaufmann
2014-09-26Use a typedef for monetary valuesMark Friedenbach
2014-09-20Also create pid file in non-daemon modeWladimir J. van der Laan
2014-09-14header include cleanupPhilip Kaufmann
2014-08-28add missing header end commentsPhilip Kaufmann
2014-08-26Split up util.cpp/hWladimir J. van der Laan
2014-08-26Move `COIN` and `CENT` to core.hWladimir J. van der Laan
2014-08-26Move `*Version()` functions to version.h/cppWladimir J. van der Laan
2014-08-26Move `S_I*` constants and `MSG_NOSIGNAL` to compat.hWladimir J. van der Laan
2014-08-26Move SetThreadPriority implementation to util.cpp instead of the headerWladimir J. van der Laan
2014-08-26Remove unused function `ByteReverse` from util.hWladimir J. van der Laan
2014-08-26Remove unused `alignup` function from util.hWladimir J. van der Laan
2014-08-26Move CMedianFilter to timedata.cppWladimir J. van der Laan
2014-08-20Move strprintf define to tinyformat.hWladimir J. van der Laan
2014-07-09move rand functions from util to new random.h/.cppPhilip Kaufmann
2014-07-09add GetRandBytes() as wrapper for RAND_bytes()Philip Kaufmann
2014-07-04Show nodeid instead of addresses (for anonymity) unless otherwise requested.R E Broadley
2014-06-28Move non-trivial uint256.h methods to uint256.cppPieter Wuille
2014-06-25Move network-time related functions to timedata.cpp/hWladimir J. van der Laan
2014-06-23build: fix build weirdness after 54372482.Cory Fields
2014-06-11util: Add function FormatParagraph to format paragraph to fixed-widthWladimir J. van der Laan
2014-06-10Remove unused Print/PrintHex functionsWladimir J. van der Laan
2014-05-29rename fNoListen to fListen and move to netPhilip Kaufmann
2014-05-25Merge pull request #4183Wladimir J. van der Laan
2014-05-23Replace non-threadsafe gmtime and setlocaleWladimir J. van der Laan
2014-05-20remove LogException( ) which is never usedKamil Domanski
2014-05-19Merge pull request #4174Wladimir J. van der Laan
2014-05-13SetupEnvironment() - clean commitStuart Cardall
2014-05-13remove ParseString(...) which is never usedKamil Domanski
2014-05-12Merge pull request #4138Wladimir J. van der Laan
2014-05-09Remove unused function WildcardMatchWladimir J. van der Laan
2014-05-09util: add parseint32 function with strict error reportingWladimir J. van der Laan
2014-05-06Remove dummy PRIszX macros for formattingWladimir J. van der Laan
2014-03-31Wrap create_directory calls in try...catch blocks.Brandon Dahler