Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-06-13 | Introduce enum ServiceFlags for service flags | Pieter Wuille | |
2016-06-13 | Don't require services in -addnode | Pieter Wuille | |
2016-01-27 | Increase test coverage for addrman and addrinfo | Ethan Heilman | |
Adds several unittests for CAddrMan and CAddrInfo. Increases the accuracy of addrman tests. Removes non-determinism in tests by overriding the random number generator. Extracts testing code from addrman class to test class. | |||
2015-12-13 | Bump copyright headers to 2015 | MarcoFalke | |
2015-09-24 | Creates unittests for addrman, makes addrman testable. | EthanHeilman | |
Adds several unittests for addrman to verify it works as expected. Makes small modifications to addrman to allow deterministic and targeted tests. |