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
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
2011-11-02
Added simple critical section test cases.
Clark Gaebel
2011-10-03
Declare integer constant LL
Gavin Andresen
2011-10-01
remove possibility of 63 bit overflow in ParseMoney
Wladimir J. van der Laan
2011-09-28
use median filter for peer-reported reported number of blocks
Wladimir J. van der Laan