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-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
2012-08-01
Bugfix: Correct English grammar regarding "'s"
Luke Dashjr
2012-08-01
Update Warning-strings to use a standard-format
Philip Kaufmann
2012-07-21
fix OpenSSL not written as proper noun in some comments
Philip Kaufmann
2012-07-16
Teach RenameThread to work on OSX
Gavin Andresen
2012-07-17
Don't check for __linux__ specifically, check for PR_SET_NAME feature instead
Giel van Schijndel
2012-07-17
Add support for renaming FreeBSD and OpenBSD threads
Giel van Schijndel
2012-07-17
Give threads a recognisable name to aid in debugging
Giel van Schijndel
2012-06-29
Fix a few typos
fanquake
2012-06-23
Merge pull request #1174 from sipa/torhs
Gregory Maxwell
2012-06-23
Node support for Tor hidden services
Pieter Wuille
2012-06-22
Introduce -debugnet option, thereby quieting some redundant debug messages
Jeff Garzik
[prev]
[next]