aboutsummaryrefslogtreecommitdiff
path: root/src/util.h
AgeCommit message (Expand)Author
2014-05-23Replace non-threadsafe gmtime and setlocaleWladimir J. van der Laan
2014-05-21remove ParseString(...) which is never usedKamil Domanski
2014-05-19SetupEnvironment() - clean commitStuart Cardall
2014-05-12Remove dummy PRIszX macros for formattingWladimir J. van der Laan
2014-03-31Wrap create_directory calls in try...catch blocks.Brandon Dahler
2014-03-03replace custom GetFilesize() with boost::filesystem::file_size()Philip Kaufmann
2014-02-26Merge pull request #3749Wladimir J. van der Laan
2014-02-26Replace PrintException with PrintExceptionContinue + throwWladimir J. van der Laan
2014-02-24Remove definition of PRI?64 in util.hWladimir J. van der Laan
2014-02-24Get rid of C99 PRI?64 usage in source filesWladimir J. van der Laan
2014-02-22Don't use PRIx64 formatting derives from inttypes.hWladimir J. van der Laan
2014-02-09Copyright header updates s/2013/2014 on files whose last git commit was done ...gubatron
2014-01-29Re-add newline to error() messagesWladimir J. van der Laan
2014-01-23Typesafe strprintf/error/LogPrint functionsWladimir J. van der Laan
2013-12-20Allow `-noserver` with bitcoindWladimir J. van der Laan
2013-12-15Remove -logtodebuggerWladimir J. van der Laan
2013-11-13Use C99 printf statements in mingwWladimir J. van der Laan
2013-11-11misc small changes to polish after include cleanupPhilip Kaufmann
2013-11-11Refactor: pull alert string sanitization into utilGavin Andresen
2013-11-10Cleanup code using forward declarations.Brandon Dahler
2013-10-30re-work -debug switch handlingPhilip Kaufmann
2013-10-20Bump Year Number to 2013super3
2013-10-08make fCommandLine a local variable in AppInit()Philip Kaufmann
2013-09-18Replace printf with LogPrintf / LogPrintGavin Andresen
2013-09-18Refactor: OutputDebugStringF -> LogPrint(category, ...)Gavin Andresen
2013-09-09fix some cosmetic glitches in the codebasePhilip Kaufmann
2013-09-05autotools: switch to autotools buildsystemCory Fields
2013-08-24Merge pull request #2618 from fcicq/solaris-supportJeff Garzik
2013-08-08Make RPC password resistant to timing attacksGavin Andresen
2013-08-05Merge pull request #2855 from Diapolo/guard_CreatePidFileGavin Andresen
2013-07-31Remove #define loop from util.hGavin Andresen
2013-07-24exclude CreatePidFile() function on WIN32 as it is unusedPhilip Kaufmann
2013-07-17Add missing constant for solarisfcicq
2013-06-24Dump addresses every 15 minutes instead of 10 secondsPieter Wuille
2013-06-19Introduce a CChainParameters singleton class and regtest mode.Mike Hearn
2013-06-14fixed: don't use thread::sleep_for where it's known to be brokentheuni
2013-06-13fixed: include boost header as necessarytheuni
2013-06-10changes to thread code (directly use boost::thread)Philip Kaufmann
2013-06-01remove GetBoolArg() fDefault parameter defaulting to falsePhilip Kaufmann
2013-05-30Merge pull request #2552 from Diapolo/win-typedefJeff Garzik
2013-05-30Make CPubKey statically allocatedPieter Wuille
2013-05-24Explicitly #include stdarg.h, for access to va_listRobert Backhaus
2013-04-29Try to increase file descriptor rlimit if necessaryPieter Wuille
2013-04-23remove obsolete and unused typedef for WindowsPhilip Kaufmann
2013-04-06small indentation, space, formatting fixes (no code changes)Philip Kaufmann
2013-04-03Clean up shutdown processGavin Andresen
2013-04-03LoopForever and ThreadTrace helpersGavin Andresen
2013-04-03Rename util.h Sleep --> MilliSleepGavin Andresen
2013-04-03Shutdown cleanup prep-workGavin Andresen
2013-02-22Merge pull request #2229 from sipa/preallocGavin Andresen