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
/
test
/
util_tests.cpp
Age
Commit message (
Expand
)
Author
2016-02-15
test: test leading space for ParseHex
Wladimir J. van der Laan
2016-02-03
Merge branch 'master' into single_prodname
Luke Dashjr
2016-02-03
Rewrite FormatParagraph to handle newlines within input strings correctly
Luke Dashjr
2015-12-13
Bump copyright headers to 2015
MarcoFalke
2015-09-23
SanitizeString: Allow hypen char
MarcoFalke
2015-09-16
[uacomment] Sanitize per BIP-0014
MarcoFalke
2015-07-10
rpc: Accept scientific notation for monetary amounts in JSON
Wladimir J. van der Laan
2015-06-09
Merge pull request #6239
Wladimir J. van der Laan
2015-06-06
fix util_tests.cpp clang warnings
Jonas Schnelli
2015-06-06
Get rid of fPlus argument to FormatMoney
Wladimir J. van der Laan
2015-06-04
util: Add ParseInt64 and ParseDouble functions
Wladimir J. van der Laan
2015-03-12
tests: add a BasicTestingSetup and apply to all tests
Wladimir J. van der Laan
2015-02-03
c++11: These look like user-defined literals.
Cory Fields
2014-12-16
Remove references to X11 licence
Michael Ford
2014-12-06
Add a new test for FormatParagraph (string longer than the default width).
Pavel JanÃk
2014-12-03
MOVEONLY: core/ -> primitives/
Luke Dashjr
2014-10-29
Separate protocol versioning from clientversion
Cory Fields
2014-10-27
MOVEONLY: Separate CTransaction and dependencies from core
jtimon
2014-10-15
boost: drop boost dependency in version.cpp.
Cory Fields
2014-09-26
Use a typedef for monetary values
Mark Friedenbach
2014-08-26
Split up util.cpp/h
Wladimir J. van der Laan
2014-08-26
Move CMedianFilter to timedata.cpp
Wladimir J. van der Laan
2014-07-09
move rand functions from util to new random.h/.cpp
Philip Kaufmann
2014-06-11
util: Add function FormatParagraph to format paragraph to fixed-width
Wladimir J. van der Laan
2014-05-23
Replace non-threadsafe gmtime and setlocale
Wladimir J. van der Laan
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-18
Add licenses for tests and test data
Wladimir J. van der Laan
2014-02-24
Get rid of C99 PRI?64 usage in source files
Wladimir J. van der Laan
2014-01-09
Add test for GetTime()
Wladimir J. van der Laan
2013-11-13
tests: add testcases for strprintf
Wladimir J. van der Laan
2013-11-10
Cleanup code using forward declarations.
Brandon Dahler
2013-08-08
Make RPC password resistant to timing attacks
Gavin Andresen
2013-07-07
Make the rand tests determinstic. (fixes #2714)
Gregory Maxwell
2013-06-01
remove GetBoolArg() fDefault parameter defaulting to false
Philip Kaufmann
2013-05-03
Remove flaky util thread unit tests
Gavin Andresen
2013-04-03
LoopForever and ThreadTrace helpers
Gavin Andresen
2013-02-18
Internal RNG for approximateBestSubset to prevent degenerate behavior.
Gregory Maxwell
2013-01-01
test/util_tests.cpp: one more DateTimeStrFormat 'T' removal
Jeff Garzik
2012-12-12
Change timestamps to use ISO8601 formatting
Richard Schwab
2012-08-17
Remove useless non-cross-platform tests.
Matt Corallo
2012-05-18
change strings to Bitcoin (uppercase), where it is used as a noun and update ...
Philip Kaufmann
2012-04-21
Integrate @JoelKatz's optimized ToHex (#562) into current HexStr function
Wladimir J. van der Laan
2012-04-09
Use scoped locks instead of CRITICAL_BLOCK
Pieter Wuille
2012-01-13
Replace OP_EVAL (BIP 12) with Pay-to-script-hash (BIP 16).
Gavin Andresen
2011-12-21
Revert "Use standard C99 (and Qt) types for 64-bit integers"
Wladimir J. van der Laan
2011-12-20
Use standard C99 (and Qt) types for 64-bit integers
Luke Dashjr
2011-12-19
Rework unit tests so test_bitcoin.cpp does not #include them all
Gavin Andresen
[next]