| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Integrate @JoelKatz's optimized ToHex (#562) into current HexStr function | Wladimir J. van der Laan | 2012-04-21 | 1 | -0/+11 |
| | | |||||
| * | Use scoped locks instead of CRITICAL_BLOCK | Pieter Wuille | 2012-04-09 | 1 | -3/+4 |
| | | |||||
| * | Replace OP_EVAL (BIP 12) with Pay-to-script-hash (BIP 16). | Gavin Andresen | 2012-01-13 | 1 | -0/+15 |
| | | |||||
| * | Revert "Use standard C99 (and Qt) types for 64-bit integers" | Wladimir J. van der Laan | 2011-12-21 | 1 | -3/+1 |
| | | | | | This reverts commit 21d9f36781604e4ca9fc35dc65265593423b73e9. | ||||
| * | Use standard C99 (and Qt) types for 64-bit integers | Luke Dashjr | 2011-12-20 | 1 | -1/+3 |
| | | |||||
| * | Rework unit tests so test_bitcoin.cpp does not #include them all | Gavin Andresen | 2011-12-19 | 1 | -1/+3 |
| | | |||||
| * | Added simple critical section test cases. | Clark Gaebel | 2011-11-02 | 1 | -0/+19 |
| | | |||||
| * | Declare integer constant LL | Gavin Andresen | 2011-10-03 | 1 | -1/+1 |
| | | |||||
| * | remove possibility of 63 bit overflow in ParseMoney | Wladimir J. van der Laan | 2011-10-01 | 1 | -7/+185 |
| | | | | | - also, add unit tests for various functions in util.cpp/util.h | ||||
| * | use median filter for peer-reported reported number of blocks | Wladimir J. van der Laan | 2011-09-28 | 1 | -0/+36 |
| - fixes problem that one misconfigured or malicious node can mess up progress bar - implementation in src/util.h - testcase in src/test/util_tests.cpp | |||||