aboutsummaryrefslogtreecommitdiff
path: root/src/util.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Use C99 printf statements in mingwWladimir J. van der Laan2013-11-131-4/+0
* Refactor: pull alert string sanitization into utilGavin Andresen2013-11-111-0/+13
* Cleanup code using forward declarations.Brandon Dahler2013-11-101-69/+85
* Merge pull request #3076 from lano1106/uint256_utilWladimir J. van der Laan2013-11-041-5/+5
|\
| * Make util phexdigit array reusableOlivier Langlois2013-10-271-5/+5
* | Merge pull request #3114Pieter Wuille2013-11-011-1/+4
|\ \
| * | Give peer time-adjustment data an own lockPieter Wuille2013-10-261-1/+4
* | | re-work -debug switch handlingPhilip Kaufmann2013-10-301-4/+13
|/ /
* | Merge pull request #3046 from sarchar/lockedpage-changeGavin Andresen2013-10-201-2/+0
|\ \
| * | Changing LockedPageManager to use a managed instanceChuck2013-10-201-2/+0
* | | Bump Year Number to 2013super32013-10-201-1/+1
|/ /
* / make fCommandLine a local variable in AppInit()Philip Kaufmann2013-10-081-1/+0
|/
* fix some printf -> LogPrintf leftoversPhilip Kaufmann2013-09-201-10/+2
* Replace printf with LogPrintf / LogPrintGavin Andresen2013-09-181-13/+13
* Refactor: OutputDebugStringF -> LogPrint(category, ...)Gavin Andresen2013-09-181-1/+9
* More fixes for blockchain corruption on OSX.Gregory Maxwell2013-09-151-0/+2
* GetDataDir(): cache paths for each network separatelyGavin Andresen2013-08-221-11/+18
* 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-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
| |/