aboutsummaryrefslogtreecommitdiff
path: root/src/util.h
Commit message (Expand)AuthorAgeFilesLines
...
* 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
|\
| * Drop padding in blk* when finalizing filePieter Wuille2013-01-301-0/+1
* | Merge pull request #2312 from gmaxwell/random_randomGavin Andresen2013-02-221-6/+20
|\ \
| * | Internal RNG for approximateBestSubset to prevent degenerate behavior.Gregory Maxwell2013-02-181-6/+20
| |/
* | Merge pull request #2160 from petertodd/add-adjustedtime-to-rpc-getinfoGavin Andresen2013-02-221-0/+1
|\ \ | |/ |/|
| * Add timeoffset to getinfo RPC callPeter Todd2013-01-111-0/+1
* | OutputDebugStringF code cleanupGavin Andresen2013-01-011-1/+1
|/
* Split off hash.h from util.hPieter Wuille2012-12-181-106/+0
* Merge pull request #2059 from sipa/benchmarkGavin Andresen2012-12-121-0/+6
|\
| * Add GetTimeMicros() for ore accurate benchmarkingPieter Wuille2012-12-051-0/+6
* | Allow lengthy block reconnections to be interruptedPieter Wuille2012-12-061-1/+1
|/
* Add GetTempPath() to utilPieter Wuille2012-11-291-0/+1
* Pre-allocate block and undo files in chunksPieter Wuille2012-10-201-0/+1
* Extend printf warnings to error()Wladimir J. van der Laan2012-10-011-2/+12
* harmonize printf format charactersPhilip Kaufmann2012-09-301-6/+6
* Remove stack randomizationPieter Wuille2012-09-281-14/+0
* Merge pull request #1807 from laanwj/2012_09_printf_warningsWladimir J. van der Laan2012-09-251-15/+45
|\
| * Add format characters for (s)size_t and ptrdiff_tWladimir J. van der Laan2012-09-101-0/+11
| * HexStr: don't build a vector<char> firstWladimir J. van der Laan2012-09-101-4/+4
| * Cleanup some unused macros from util.hWladimir J. van der Laan2012-09-091-5/+0
| * Add printf-style warnings to strprintf() and OutputDebugStringF()Wladimir J. van der Laan2012-09-091-6/+30
* | Trim trailing whitespace for src/*.{h,cpp}Jeff Garzik2012-09-181-2/+2
|/
* Rename CreateThread to NewThreadWladimir J. van der Laan2012-08-291-1/+1
* implement CreateThread with boost::threadWladimir J. van der Laan2012-08-291-52/+1
* fix further spelling errors / remove a tab in the sourcePhilip Kaufmann2012-08-021-1/+1
* Bugfix: Fix a variety of misspellingsLuke Dashjr2012-08-011-1/+1
* Give threads a recognisable name to aid in debuggingGiel van Schijndel2012-07-171-3/+1
* CHashWriter that does SHA256 in-place during serializationPieter Wuille2012-07-071-6/+42