aboutsummaryrefslogtreecommitdiff
path: root/src/util.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | Remove #define loop from util.hGavin Andresen2013-07-311-4/+4
|/
* Introduce a CChainParameters singleton class and regtest mode.Mike Hearn2013-06-191-3/+3
* changes to thread code (directly use boost::thread)Philip Kaufmann2013-06-101-12/+0
* Create parent directories if needed in GetDataDirWladimir J. van der Laan2013-06-081-1/+1
* remove GetBoolArg() fDefault parameter defaulting to falsePhilip Kaufmann2013-06-011-4/+3
* clear path cache after getting a proper config file (fixes #2605)Jonas Schnelli2013-05-021-3/+6
* Try to increase file descriptor rlimit if necessaryPieter Wuille2013-04-291-0/+23
* Prevent prevent file descriptor leak in ShrinkDebugFile()Tariq Bashir2013-04-271-0/+2
* small indentation, space, formatting fixes (no code changes)Philip Kaufmann2013-04-061-9/+9
* Clean up shutdown processGavin Andresen2013-04-031-2/+0
* Shutdown cleanup prep-workGavin Andresen2013-04-031-3/+6
* Merge pull request #2229 from sipa/preallocGavin Andresen2013-02-221-0/+47
|\
| * Drop padding in blk* when finalizing filePieter Wuille2013-01-301-0/+8
| * Native versions for AllocateFileRange()Pieter Wuille2013-01-301-0/+39
* | 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-1/+6
|\ \ | |/ |/|
| * Add timeoffset to getinfo RPC callPeter Todd2013-01-111-1/+6
* | OutputDebugStringF code cleanupGavin Andresen2013-01-011-41/+56
|/
* Remove 'T' from debug log timestampsJeff Garzik2012-12-301-1/+1
* Merge pull request #2096 from 94m3k1n9/fix-time-formatsPieter Wuille2012-12-131-1/+1
|\
| * Change timestamps to use ISO8601 formattingRichard Schwab2012-12-121-1/+1
* | Allow lengthy block reconnections to be interruptedPieter Wuille2012-12-061-1/+1
|/
* Add GetTempPath() to utilPieter Wuille2012-11-291-0/+22
* update CClientUIInterface and remove orphan Wx stuffPhilip Kaufmann2012-11-261-1/+1
* don't use memset() in privacy/security relevant code partsPhilip Kaufmann2012-11-091-1/+1
* Pre-allocate block and undo files in chunksPieter Wuille2012-10-201-0/+14
* Merge pull request #1879 from sipa/fdatasyncWladimir J. van der Laan2012-10-111-0/+4
|\
| * Use fdatasync instead of fsync on supported platformsPieter Wuille2012-10-071-0/+4
* | Merge pull request #1901 from laanwj/2012_10_remove_strlcpyWladimir J. van der Laan2012-10-111-15/+16
|\ \
| * | get rid of strlcpy.hWladimir J. van der Laan2012-10-071-15/+16
| |/
* / Avoid crashes at shutdown due to printf() in global destructors.Gavin Andresen2012-10-041-2/+8
|/
* fix -Wformat warnings all over the sourcePhilip Kaufmann2012-10-011-1/+1
* HexStr: don't build a vector<char> firstWladimir J. van der Laan2012-09-101-1/+1
* Cleanup some unused macros from util.hWladimir J. van der Laan2012-09-091-0/+4
* Add printf-style warnings to strprintf() and OutputDebugStringF()Wladimir J. van der Laan2012-09-091-3/+12
* Rename CreateThread to NewThreadWladimir J. van der Laan2012-08-291-1/+1
* implement CreateThread with boost::threadWladimir J. van der Laan2012-08-291-0/+12
* Handle locked pages more robustly (Fixes issue #1462)Wladimir J. van der Laan2012-08-231-0/+2
* Restore OSX 10.5 compatibility (do not use pthread_setname_np)Gavin Andresen2012-08-211-2/+5
* Suppress output when running unit tests.Gavin Andresen2012-08-201-1/+1
* Merge pull request #1632 from luke-jr/spellingJeff Garzik2012-08-011-1/+1
|\
| * Bugfix: Correct English grammar regarding "'s"Luke Dashjr2012-08-011-1/+1
* | Update Warning-strings to use a standard-formatPhilip Kaufmann2012-08-011-1/+1
|/
* fix OpenSSL not written as proper noun in some commentsPhilip Kaufmann2012-07-211-3/+3
* Teach RenameThread to work on OSXGavin Andresen2012-07-161-0/+2
* Don't check for __linux__ specifically, check for PR_SET_NAME feature insteadGiel van Schijndel2012-07-171-1/+1
* Add support for renaming FreeBSD and OpenBSD threadsGiel van Schijndel2012-07-171-0/+5
* Give threads a recognisable name to aid in debuggingGiel van Schijndel2012-07-171-0/+12
* Fix a few typosfanquake2012-06-291-1/+1