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.h
Age
Commit message (
Expand
)
Author
2013-06-14
fixed: don't use thread::sleep_for where it's known to be broken
theuni
2013-06-13
fixed: include boost header as necessary
theuni
2013-06-10
changes to thread code (directly use boost::thread)
Philip Kaufmann
2013-06-01
remove GetBoolArg() fDefault parameter defaulting to false
Philip Kaufmann
2013-05-30
Merge pull request #2552 from Diapolo/win-typedef
Jeff Garzik
2013-05-30
Make CPubKey statically allocated
Pieter Wuille
2013-05-24
Explicitly #include stdarg.h, for access to va_list
Robert Backhaus
2013-04-29
Try to increase file descriptor rlimit if necessary
Pieter Wuille
2013-04-23
remove obsolete and unused typedef for Windows
Philip Kaufmann
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
LoopForever and ThreadTrace helpers
Gavin Andresen
2013-04-03
Rename util.h Sleep --> MilliSleep
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-11
Add timeoffset to getinfo RPC call
Peter Todd
2013-01-01
OutputDebugStringF code cleanup
Gavin Andresen
2012-12-18
Split off hash.h from util.h
Pieter Wuille
2012-12-12
Merge pull request #2059 from sipa/benchmark
Gavin Andresen
2012-12-06
Allow lengthy block reconnections to be interrupted
Pieter Wuille
2012-12-05
Add GetTimeMicros() for ore accurate benchmarking
Pieter Wuille
2012-11-29
Add GetTempPath() to util
Pieter Wuille
2012-10-20
Pre-allocate block and undo files in chunks
Pieter Wuille
2012-10-01
Extend printf warnings to error()
Wladimir J. van der Laan
2012-09-30
harmonize printf format characters
Philip Kaufmann
2012-09-28
Remove stack randomization
Pieter Wuille
2012-09-25
Merge pull request #1807 from laanwj/2012_09_printf_warnings
Wladimir J. van der Laan
2012-09-18
Trim trailing whitespace for src/*.{h,cpp}
Jeff Garzik
2012-09-10
Add format characters for (s)size_t and ptrdiff_t
Wladimir J. van der Laan
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-02
fix further spelling errors / remove a tab in the source
Philip Kaufmann
2012-08-01
Bugfix: Fix a variety of misspellings
Luke Dashjr
2012-07-17
Give threads a recognisable name to aid in debugging
Giel van Schijndel
2012-07-07
CHashWriter that does SHA256 in-place during serialization
Pieter Wuille
2012-06-23
Merge pull request #1174 from sipa/torhs
Gregory Maxwell
2012-06-22
Merge pull request #1458 from jgarzik/tracenet
Jeff Garzik
2012-06-22
Introduce -debugnet option, thereby quieting some redundant debug messages
Jeff Garzik
2012-06-22
Base32 encoding/decoding
Pieter Wuille
2012-06-18
Merge branch 'signbugs' of https://github.com/wizeman/bitcoin
Gavin Andresen
2012-06-07
Move NOINLINE definition to test where it's used.
Ricardo M. Correia
2012-06-07
Don't overflow integer on 32-bit machines.
Ricardo M. Correia
2012-05-31
Fix noinline definition so that it works for more compilers.
Ricardo M. Correia
[prev]
[next]