index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
util.cpp
Age
Commit message (
Expand
)
Author
2013-10-08
make fCommandLine a local variable in AppInit()
Philip Kaufmann
2013-09-20
fix some printf -> LogPrintf leftovers
Philip Kaufmann
2013-09-18
Replace printf with LogPrintf / LogPrint
Gavin Andresen
2013-09-18
Refactor: OutputDebugStringF -> LogPrint(category, ...)
Gavin Andresen
2013-09-15
More fixes for blockchain corruption on OSX.
Gregory Maxwell
2013-08-22
GetDataDir(): cache paths for each network separately
Gavin Andresen
2013-08-05
Merge pull request #2855 from Diapolo/guard_CreatePidFile
Gavin Andresen
2013-07-31
Remove #define loop from util.h
Gavin Andresen
2013-07-24
exclude CreatePidFile() function on WIN32 as it is unused
Philip Kaufmann
2013-06-19
Introduce a CChainParameters singleton class and regtest mode.
Mike Hearn
2013-06-10
changes to thread code (directly use boost::thread)
Philip Kaufmann
2013-06-08
Create parent directories if needed in GetDataDir
Wladimir J. van der Laan
2013-06-01
remove GetBoolArg() fDefault parameter defaulting to false
Philip Kaufmann
2013-05-02
clear path cache after getting a proper config file (fixes #2605)
Jonas Schnelli
2013-04-29
Try to increase file descriptor rlimit if necessary
Pieter Wuille
2013-04-27
Prevent prevent file descriptor leak in ShrinkDebugFile()
Tariq Bashir
2013-04-06
small indentation, space, formatting fixes (no code changes)
Philip Kaufmann
2013-04-03
Clean up shutdown process
Gavin Andresen
2013-04-03
Shutdown cleanup prep-work
Gavin Andresen
2013-02-22
Merge pull request #2229 from sipa/prealloc
Gavin Andresen
2013-02-22
Merge pull request #2312 from gmaxwell/random_random
Gavin Andresen
2013-02-22
Merge pull request #2160 from petertodd/add-adjustedtime-to-rpc-getinfo
Gavin Andresen
2013-02-18
Internal RNG for approximateBestSubset to prevent degenerate behavior.
Gregory Maxwell
2013-01-30
Drop padding in blk* when finalizing file
Pieter Wuille
2013-01-30
Native versions for AllocateFileRange()
Pieter Wuille
2013-01-11
Add timeoffset to getinfo RPC call
Peter Todd
2013-01-01
OutputDebugStringF code cleanup
Gavin Andresen
2012-12-30
Remove 'T' from debug log timestamps
Jeff Garzik
2012-12-13
Merge pull request #2096 from 94m3k1n9/fix-time-formats
Pieter Wuille
2012-12-12
Change timestamps to use ISO8601 formatting
Richard Schwab
2012-12-06
Allow lengthy block reconnections to be interrupted
Pieter Wuille
2012-11-29
Add GetTempPath() to util
Pieter Wuille
2012-11-26
update CClientUIInterface and remove orphan Wx stuff
Philip Kaufmann
2012-11-09
don't use memset() in privacy/security relevant code parts
Philip Kaufmann
2012-10-20
Pre-allocate block and undo files in chunks
Pieter Wuille
2012-10-11
Merge pull request #1879 from sipa/fdatasync
Wladimir J. van der Laan
2012-10-11
Merge pull request #1901 from laanwj/2012_10_remove_strlcpy
Wladimir J. van der Laan
2012-10-07
Use fdatasync instead of fsync on supported platforms
Pieter Wuille
2012-10-07
get rid of strlcpy.h
Wladimir J. van der Laan
2012-10-04
Avoid crashes at shutdown due to printf() in global destructors.
Gavin Andresen
2012-10-01
fix -Wformat warnings all over the source
Philip Kaufmann
2012-09-10
HexStr: don't build a vector<char> first
Wladimir J. van der Laan
2012-09-09
Cleanup some unused macros from util.h
Wladimir J. van der Laan
2012-09-09
Add printf-style warnings to strprintf() and OutputDebugStringF()
Wladimir J. van der Laan
2012-08-29
Rename CreateThread to NewThread
Wladimir J. van der Laan
2012-08-29
implement CreateThread with boost::thread
Wladimir J. van der Laan
2012-08-23
Handle locked pages more robustly (Fixes issue #1462)
Wladimir J. van der Laan
2012-08-21
Restore OSX 10.5 compatibility (do not use pthread_setname_np)
Gavin Andresen
2012-08-20
Suppress output when running unit tests.
Gavin Andresen
2012-08-01
Merge pull request #1632 from luke-jr/spelling
Jeff Garzik
[prev]
[next]