Replace INT_MAX with INT32_MAX to avoid compile err
[novacoin.git] / src / test / util_tests.cpp
2013-04-15 alexhzupdate to 0.4 preview
2012-04-21 Wladimir J. van... Integrate @JoelKatz's optimized ToHex (#562) into curre...
2012-04-08 Pieter WuilleUse scoped locks instead of CRITICAL_BLOCK
2012-01-13 Gavin AndresenReplace OP_EVAL (BIP 12) with Pay-to-script-hash (BIP...
2011-12-21 Wladimir J. van... Revert "Use standard C99 (and Qt) types for 64-bit...
2011-12-20 Luke DashjrUse standard C99 (and Qt) types for 64-bit integers
2011-12-19 Gavin AndresenRework unit tests so test_bitcoin.cpp does not #include...
2011-11-02 Clark GaebelAdded simple critical section test cases.
2011-10-03 Gavin AndresenDeclare integer constant LL
2011-10-01 Wladimir J. van... remove possibility of 63 bit overflow in ParseMoney
2011-09-28 Wladimir J. van... use median filter for peer-reported reported number...