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
2014-09-20
Also create pid file in non-daemon mode
Wladimir J. van der Laan
2014-09-14
header include cleanup
Philip Kaufmann
2014-08-28
add missing header end comments
Philip Kaufmann
2014-08-26
Split up util.cpp/h
Wladimir J. van der Laan
2014-08-26
Move `COIN` and `CENT` to core.h
Wladimir J. van der Laan
2014-08-26
Move `*Version()` functions to version.h/cpp
Wladimir J. van der Laan
2014-08-26
Move `S_I*` constants and `MSG_NOSIGNAL` to compat.h
Wladimir J. van der Laan
2014-08-26
Move SetThreadPriority implementation to util.cpp instead of the header
Wladimir J. van der Laan
2014-08-26
Remove unused function `ByteReverse` from util.h
Wladimir J. van der Laan
2014-08-26
Remove unused `alignup` function from util.h
Wladimir J. van der Laan
2014-08-26
Move CMedianFilter to timedata.cpp
Wladimir J. van der Laan
2014-08-20
Move strprintf define to tinyformat.h
Wladimir J. van der Laan
2014-07-09
move rand functions from util to new random.h/.cpp
Philip Kaufmann
2014-07-09
add GetRandBytes() as wrapper for RAND_bytes()
Philip Kaufmann
2014-07-04
Show nodeid instead of addresses (for anonymity) unless otherwise requested.
R E Broadley
2014-06-28
Move non-trivial uint256.h methods to uint256.cpp
Pieter Wuille
2014-06-25
Move network-time related functions to timedata.cpp/h
Wladimir J. van der Laan
2014-06-23
build: fix build weirdness after 54372482.
Cory Fields
2014-06-11
util: Add function FormatParagraph to format paragraph to fixed-width
Wladimir J. van der Laan
2014-06-10
Remove unused Print/PrintHex functions
Wladimir J. van der Laan
2014-05-29
rename fNoListen to fListen and move to net
Philip Kaufmann
2014-05-25
Merge pull request #4183
Wladimir J. van der Laan
2014-05-23
Replace non-threadsafe gmtime and setlocale
Wladimir J. van der Laan
2014-05-20
remove LogException( ) which is never used
Kamil Domanski
2014-05-19
Merge pull request #4174
Wladimir J. van der Laan
2014-05-13
SetupEnvironment() - clean commit
Stuart Cardall
2014-05-13
remove ParseString(...) which is never used
Kamil Domanski
2014-05-12
Merge pull request #4138
Wladimir J. van der Laan
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-05-06
Remove dummy PRIszX macros for formatting
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
Remove definition of PRI?64 in util.h
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-22
Don't use PRIx64 formatting derives from inttypes.h
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
Re-add newline to error() messages
Wladimir J. van der Laan
2014-01-23
Typesafe strprintf/error/LogPrint functions
Wladimir J. van der Laan
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
[next]