aboutsummaryrefslogtreecommitdiff
path: root/src/test/mruset_tests.cpp
AgeCommit message (Collapse)Author
2014-07-09move rand functions from util to new random.h/.cppPhilip Kaufmann
2014-03-18Add licenses for tests and test dataWladimir J. van der Laan
- Add license headers to source files (years based on commit dates) in `src/test` as well as `qa` - Add `README.md` to `src/test/data` specifying MIT license Fixes #3848
2013-11-10Cleanup code using forward declarations.Brandon Dahler
Use misc methods of avoiding unnecesary header includes. Replace int typedefs with int##_t from stdint.h. Replace PRI64[xdu] with PRI[xdu]64 from inttypes.h. Normalize QT_VERSION ifs where possible. Resolve some indirect dependencies as direct ones. Remove extern declarations from .cpp files.
2012-06-30Fix a couple more typosfanquake
2012-02-27Add mruset and use it for setInventoryKnownPieter Wuille