| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | 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 | ||||||