index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
util.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Prevent prevent file descriptor leak in ShrinkDebugFile()
Tariq Bashir
2013-04-27
1
-0
/
+2
*
small indentation, space, formatting fixes (no code changes)
Philip Kaufmann
2013-04-06
1
-9
/
+9
*
Clean up shutdown process
Gavin Andresen
2013-04-03
1
-2
/
+0
*
Shutdown cleanup prep-work
Gavin Andresen
2013-04-03
1
-3
/
+6
*
Merge pull request #2229 from sipa/prealloc
Gavin Andresen
2013-02-22
1
-0
/
+47
|
\
|
*
Drop padding in blk* when finalizing file
Pieter Wuille
2013-01-30
1
-0
/
+8
|
*
Native versions for AllocateFileRange()
Pieter Wuille
2013-01-30
1
-0
/
+39
*
|
Merge pull request #2312 from gmaxwell/random_random
Gavin Andresen
2013-02-22
1
-6
/
+20
|
\
\
|
*
|
Internal RNG for approximateBestSubset to prevent degenerate behavior.
Gregory Maxwell
2013-02-18
1
-6
/
+20
|
|
/
*
|
Merge pull request #2160 from petertodd/add-adjustedtime-to-rpc-getinfo
Gavin Andresen
2013-02-22
1
-1
/
+6
|
\
\
|
|
/
|
/
|
|
*
Add timeoffset to getinfo RPC call
Peter Todd
2013-01-11
1
-1
/
+6
*
|
OutputDebugStringF code cleanup
Gavin Andresen
2013-01-01
1
-41
/
+56
|
/
*
Remove 'T' from debug log timestamps
Jeff Garzik
2012-12-30
1
-1
/
+1
*
Merge pull request #2096 from 94m3k1n9/fix-time-formats
Pieter Wuille
2012-12-13
1
-1
/
+1
|
\
|
*
Change timestamps to use ISO8601 formatting
Richard Schwab
2012-12-12
1
-1
/
+1
*
|
Allow lengthy block reconnections to be interrupted
Pieter Wuille
2012-12-06
1
-1
/
+1
|
/
*
Add GetTempPath() to util
Pieter Wuille
2012-11-29
1
-0
/
+22
*
update CClientUIInterface and remove orphan Wx stuff
Philip Kaufmann
2012-11-26
1
-1
/
+1
*
don't use memset() in privacy/security relevant code parts
Philip Kaufmann
2012-11-09
1
-1
/
+1
*
Pre-allocate block and undo files in chunks
Pieter Wuille
2012-10-20
1
-0
/
+14
*
Merge pull request #1879 from sipa/fdatasync
Wladimir J. van der Laan
2012-10-11
1
-0
/
+4
|
\
|
*
Use fdatasync instead of fsync on supported platforms
Pieter Wuille
2012-10-07
1
-0
/
+4
*
|
Merge pull request #1901 from laanwj/2012_10_remove_strlcpy
Wladimir J. van der Laan
2012-10-11
1
-15
/
+16
|
\
\
|
*
|
get rid of strlcpy.h
Wladimir J. van der Laan
2012-10-07
1
-15
/
+16
|
|
/
*
/
Avoid crashes at shutdown due to printf() in global destructors.
Gavin Andresen
2012-10-04
1
-2
/
+8
|
/
*
fix -Wformat warnings all over the source
Philip Kaufmann
2012-10-01
1
-1
/
+1
*
HexStr: don't build a vector<char> first
Wladimir J. van der Laan
2012-09-10
1
-1
/
+1
*
Cleanup some unused macros from util.h
Wladimir J. van der Laan
2012-09-09
1
-0
/
+4
*
Add printf-style warnings to strprintf() and OutputDebugStringF()
Wladimir J. van der Laan
2012-09-09
1
-3
/
+12
*
Rename CreateThread to NewThread
Wladimir J. van der Laan
2012-08-29
1
-1
/
+1
*
implement CreateThread with boost::thread
Wladimir J. van der Laan
2012-08-29
1
-0
/
+12
*
Handle locked pages more robustly (Fixes issue #1462)
Wladimir J. van der Laan
2012-08-23
1
-0
/
+2
*
Restore OSX 10.5 compatibility (do not use pthread_setname_np)
Gavin Andresen
2012-08-21
1
-2
/
+5
*
Suppress output when running unit tests.
Gavin Andresen
2012-08-20
1
-1
/
+1
*
Merge pull request #1632 from luke-jr/spelling
Jeff Garzik
2012-08-01
1
-1
/
+1
|
\
|
*
Bugfix: Correct English grammar regarding "'s"
Luke Dashjr
2012-08-01
1
-1
/
+1
*
|
Update Warning-strings to use a standard-format
Philip Kaufmann
2012-08-01
1
-1
/
+1
|
/
*
fix OpenSSL not written as proper noun in some comments
Philip Kaufmann
2012-07-21
1
-3
/
+3
*
Teach RenameThread to work on OSX
Gavin Andresen
2012-07-16
1
-0
/
+2
*
Don't check for __linux__ specifically, check for PR_SET_NAME feature instead
Giel van Schijndel
2012-07-17
1
-1
/
+1
*
Add support for renaming FreeBSD and OpenBSD threads
Giel van Schijndel
2012-07-17
1
-0
/
+5
*
Give threads a recognisable name to aid in debugging
Giel van Schijndel
2012-07-17
1
-0
/
+12
*
Fix a few typos
fanquake
2012-06-29
1
-1
/
+1
*
Merge pull request #1174 from sipa/torhs
Gregory Maxwell
2012-06-23
1
-0
/
+187
|
\
|
*
Node support for Tor hidden services
Pieter Wuille
2012-06-23
1
-1
/
+1
|
*
Base32 encoding/decoding
Pieter Wuille
2012-06-22
1
-0
/
+187
*
|
Introduce -debugnet option, thereby quieting some redundant debug messages
Jeff Garzik
2012-06-22
1
-0
/
+1
|
/
*
Testnet, Mark III
Gavin Andresen
2012-05-25
1
-1
/
+1
*
Refactor: move runCommand() to util.cpp
Jeff Garzik
2012-05-23
1
-0
/
+8
*
Merge branch 'optimize'
Gavin Andresen
2012-05-22
1
-0
/
+6
|
\
[prev]
[next]