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
2014-05-09
Remove unused function WildcardMatch
Wladimir J. van der Laan
2014-05-09
util: add parseint32 function with strict error reporting
Wladimir J. van der Laan
2014-03-31
Wrap create_directory calls in try...catch blocks.
Brandon Dahler
2014-03-03
replace custom GetFilesize() with boost::filesystem::file_size()
Philip Kaufmann
2014-02-26
Merge pull request #3749
Wladimir J. van der Laan
2014-02-26
Replace PrintException with PrintExceptionContinue + throw
Wladimir J. van der Laan
2014-02-24
Get rid of C99 PRI?64 usage in source files
Wladimir J. van der Laan
2014-02-09
Copyright header updates s/2013/2014 on files whose last git commit was done ...
gubatron
2014-01-29
Merge pull request #3450
Wladimir J. van der Laan
2014-01-23
Remove redundant .c_str()s
Wladimir J. van der Laan
2014-01-23
Typesafe strprintf/error/LogPrint functions
Wladimir J. van der Laan
2013-12-20
Win32: use a more modern API call in FileCommit()
Philip Kaufmann
2013-12-15
Remove -logtodebugger
Wladimir J. van der Laan
2013-12-10
Use thread-local storage for LogPrint(category...)
Gavin Andresen
2013-12-10
Fix infinite loop with LogPrint on Windows
Gavin Andresen
2013-12-03
bitcoin-cli: remove unneeded dependencies (only code movement)
Wladimir J. van der Laan
2013-11-15
core: remove includes in .cpp, if header is already in .h
Philip Kaufmann
2013-11-13
Use C99 printf statements in mingw
Wladimir J. van der Laan
2013-11-11
Refactor: pull alert string sanitization into util
Gavin Andresen
2013-11-10
Cleanup code using forward declarations.
Brandon Dahler
2013-11-04
Merge pull request #3076 from lano1106/uint256_util
Wladimir J. van der Laan
2013-11-01
Merge pull request #3114
Pieter Wuille
2013-10-30
re-work -debug switch handling
Philip Kaufmann
2013-10-27
Make util phexdigit array reusable
Olivier Langlois
2013-10-26
Give peer time-adjustment data an own lock
Pieter Wuille
2013-10-20
Merge pull request #3046 from sarchar/lockedpage-change
Gavin Andresen
2013-10-20
Bump Year Number to 2013
super3
2013-10-20
Changing LockedPageManager to use a managed instance
Chuck
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
[next]