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-12-20
Allow `-noserver` with bitcoind
Wladimir J. van der Laan
2013-12-15
Remove -logtodebugger
Wladimir J. van der Laan
2013-11-13
Use C99 printf statements in mingw
Wladimir J. van der Laan
2013-11-11
misc small changes to polish after include cleanup
Philip Kaufmann
2013-11-11
Refactor: pull alert string sanitization into util
Gavin Andresen
2013-11-10
Cleanup code using forward declarations.
Brandon Dahler
2013-10-30
re-work -debug switch handling
Philip Kaufmann
2013-10-20
Bump Year Number to 2013
super3
2013-10-08
make fCommandLine a local variable in AppInit()
Philip Kaufmann
2013-09-18
Replace printf with LogPrintf / LogPrint
Gavin Andresen
2013-09-18
Refactor: OutputDebugStringF -> LogPrint(category, ...)
Gavin Andresen
2013-09-09
fix some cosmetic glitches in the codebase
Philip Kaufmann
2013-09-05
autotools: switch to autotools buildsystem
Cory Fields
2013-08-24
Merge pull request #2618 from fcicq/solaris-support
Jeff Garzik
2013-08-08
Make RPC password resistant to timing attacks
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-07-17
Add missing constant for solaris
fcicq
2013-06-24
Dump addresses every 15 minutes instead of 10 seconds
Pieter Wuille
2013-06-19
Introduce a CChainParameters singleton class and regtest mode.
Mike Hearn
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
[prev]
[next]