aboutsummaryrefslogtreecommitdiff
path: root/src/util.h
Commit message (Expand)AuthorAgeFilesLines
* Replace non-threadsafe gmtime and setlocaleWladimir J. van der Laan2014-05-231-8/+1
* remove ParseString(...) which is never usedKamil Domanski2014-05-211-1/+0
* SetupEnvironment() - clean commitStuart Cardall2014-05-191-0/+1
* Remove dummy PRIszX macros for formattingWladimir J. van der Laan2014-05-121-12/+0
* 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
* fix some cosmetic glitches in the codebasePhilip Kaufmann2013-09-091-1/+1
* autotools: switch to autotools buildsystemCory Fields2013-09-051-4/+5
* Merge pull request #2618 from fcicq/solaris-supportJeff Garzik2013-08-241-0/+8
|\
| * Add missing constant for solarisfcicq2013-07-171-0/+8
* | Make RPC password resistant to timing attacksGavin Andresen2013-08-081-0/+15
* | Merge pull request #2855 from Diapolo/guard_CreatePidFileGavin Andresen2013-08-051-0/+2
|\ \
| * | exclude CreatePidFile() function on WIN32 as it is unusedPhilip Kaufmann2013-07-241-0/+2
| |/
* / Remove #define loop from util.hGavin Andresen2013-07-311-1/+0
|/
* Dump addresses every 15 minutes instead of 10 secondsPieter Wuille2013-06-241-2/+2
* Introduce a CChainParameters singleton class and regtest mode.Mike Hearn2013-06-191-1/+0
* fixed: don't use thread::sleep_for where it's known to be brokentheuni2013-06-141-1/+5
* fixed: include boost header as necessarytheuni2013-06-131-0/+1
* changes to thread code (directly use boost::thread)Philip Kaufmann2013-06-101-8/+1
* remove GetBoolArg() fDefault parameter defaulting to falsePhilip Kaufmann2013-06-011-1/+1
* Merge pull request #2552 from Diapolo/win-typedefJeff Garzik2013-05-301-2/+0
|\
| * remove obsolete and unused typedef for WindowsPhilip Kaufmann2013-04-231-2/+0
* | Make CPubKey statically allocatedPieter Wuille2013-05-301-1/+2
* | Explicitly #include stdarg.h, for access to va_listRobert Backhaus2013-05-241-0/+2
* | Try to increase file descriptor rlimit if necessaryPieter Wuille2013-04-291-0/+1
|/
* small indentation, space, formatting fixes (no code changes)Philip Kaufmann2013-04-061-3/+3
* Clean up shutdown processGavin Andresen2013-04-031-2/+0
* LoopForever and ThreadTrace helpersGavin Andresen2013-04-031-0/+56
* Rename util.h Sleep --> MilliSleepGavin Andresen2013-04-031-5/+8
* Shutdown cleanup prep-workGavin Andresen2013-04-031-1/+2
* Merge pull request #2229 from sipa/preallocGavin Andresen2013-02-221-0/+1
|\