aboutsummaryrefslogtreecommitdiff
path: root/src/test/addrman_tests.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* test: Fix sign for expected valuesKarl-Johan Alm2018-04-111-33/+33
* Fix typosDimitris Apostolou2018-03-211-1/+1
* Add test-before-evict discipline to addrmanEthan Heilman2018-03-061-11/+176
* Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
* scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-5/+5
* Add recommendation: By default, declare single-argument constructors `explicit`practicalswift2017-08-221-1/+1
* Merge #10483: scripted-diff: Use the C++11 keyword nullptr to denote the poin...Wladimir J. van der Laan2017-08-141-3/+3
|\
| * scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...practicalswift2017-08-071-3/+3
* | Tests: address placement should be deterministic by defaultRené Nyffenegger2017-07-171-34/+6
|/
* Use the override specifier (C++11) where we expect to be overriding the virtu...practicalswift2017-06-281-1/+1
* tests: fix spurious addrman test failureCory Fields2017-05-191-3/+7
* [tests] Clean up addrman_tests.cppJimmy Song2017-05-091-90/+87
* [tests] Update Unit Test for addrman.h/addrman.cppJimmy Song2017-05-021-9/+17
* Switch FastRandomContext to ChaCha20Pieter Wuille2017-03-291-4/+5
* [trivial] Fix typos in commentspracticalswift2017-03-211-1/+1
* [test] Avoid potential NULL pointer dereference in addrman_tests.cpppracticalswift2017-01-141-1/+1
* Merge #9281: Refactor: Remove using namespace <xxx> from bench/ & test/ sourcesMarcoFalke2017-01-051-7/+5
|\
| * Refactoring: Removed using namespace <xxx> from bench/ and test/ source files.Karl-Johan Alm2017-01-021-7/+5
* | Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
|/
* Kill insecure_random and associated global stateWladimir J. van der Laan2016-10-171-1/+1
* [test] Remove redundant print in addrman_testsMarcoFalke2016-09-221-3/+2
* net: narrow include scope after moving to netaddressCory Fields2016-07-311-0/+1
* net: Split resolving out of CServiceCory Fields2016-07-311-44/+56
* net: Split resolving out of CNetAddrCory Fields2016-07-311-25/+37
* Introduce enum ServiceFlags for service flagsPieter Wuille2016-06-131-46/+46
* Don't require services in -addnodePieter Wuille2016-06-131-46/+46
* Increase test coverage for addrman and addrinfoEthan Heilman2016-01-271-31/+372
* Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
* Creates unittests for addrman, makes addrman testable.EthanHeilman2015-09-241-0/+180