aboutsummaryrefslogtreecommitdiff
path: root/src/util.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge pull request #3749Wladimir J. van der Laan2014-02-261-5/+8
|\
| * Replace PrintException with PrintExceptionContinue + throwWladimir J. van der Laan2014-02-261-5/+8
* | Remove definition of PRI?64 in util.hWladimir J. van der Laan2014-02-241-11/+3
* | Get rid of C99 PRI?64 usage in source filesWladimir J. van der Laan2014-02-241-1/+1
|/
* Don't use PRIx64 formatting derives from inttypes.hWladimir J. van der Laan2014-02-221-8/+19
* Copyright header updates s/2013/2014 on files whose last git commit was done ...gubatron2014-02-091-1/+1
* Re-add newline to error() messagesWladimir J. van der Laan2014-01-291-2/+2
* Typesafe strprintf/error/LogPrint functionsWladimir J. van der Laan2014-01-231-32/+40
* Allow `-noserver` with bitcoindWladimir J. van der Laan2013-12-201-1/+0
* Remove -logtodebuggerWladimir J. van der Laan2013-12-151-1/+1
* Use C99 printf statements in mingwWladimir J. van der Laan2013-11-131-21/+8
* misc small changes to polish after include cleanupPhilip Kaufmann2013-11-111-3/+1
* Refactor: pull alert string sanitization into utilGavin Andresen2013-11-111-0/+1
* Cleanup code using forward declarations.Brandon Dahler2013-11-101-57/+51
* re-work -debug switch handlingPhilip Kaufmann2013-10-301-1/+0
* Bump Year Number to 2013super32013-10-201-1/+1
* make fCommandLine a local variable in AppInit()Philip Kaufmann2013-10-081-1/+0
* Replace printf with LogPrintf / LogPrintGavin Andresen2013-09-181-15/+8
* Refactor: OutputDebugStringF -> LogPrint(category, ...)Gavin Andresen2013-09-181-2/+4