aboutsummaryrefslogtreecommitdiff
path: root/src/test/util_tests.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Integrate @JoelKatz's optimized ToHex (#562) into current HexStr functionWladimir J. van der Laan2012-04-211-0/+11
* Use scoped locks instead of CRITICAL_BLOCKPieter Wuille2012-04-091-3/+4
* Replace OP_EVAL (BIP 12) with Pay-to-script-hash (BIP 16).Gavin Andresen2012-01-131-0/+15
* Revert "Use standard C99 (and Qt) types for 64-bit integers"Wladimir J. van der Laan2011-12-211-3/+1
* Use standard C99 (and Qt) types for 64-bit integersLuke Dashjr2011-12-201-1/+3
* Rework unit tests so test_bitcoin.cpp does not #include them allGavin Andresen2011-12-191-1/+3
* Added simple critical section test cases.Clark Gaebel2011-11-021-0/+19
* Declare integer constant LLGavin Andresen2011-10-031-1/+1
* remove possibility of 63 bit overflow in ParseMoneyWladimir J. van der Laan2011-10-011-7/+185
* use median filter for peer-reported reported number of blocksWladimir J. van der Laan2011-09-281-0/+36