aboutsummaryrefslogtreecommitdiff
path: root/src/test/addrman_tests.cpp
Commit message (Expand)AuthorAgeFilesLines
* [addrman] Specify max addresses and pct when calling GetAddresses()John Newbery2020-08-121-5/+7
* test: Move boost/stdlib includes lastMarcoFalke2020-04-171-3/+4
* scripted-diff: Bump copyright headersMarcoFalke2020-04-161-1/+1
* scripted-diff: Sort test includesMarcoFalke2020-04-161-3/+3
* Replace std::to_string with locale-independent alternativeBen Woosley2020-03-141-25/+26
* Merge #16702: p2p: supplying and using asmap to improve IP bucketing in addrmanWladimir J. van der Laan2020-01-291-21/+280
|\
| * Integrate ASN bucketing in Addrman and add testsGleb Naumenko2019-12-251-21/+280
* | tests: Avoid using C-style NUL-terminated strings as argumentspracticalswift2020-01-081-11/+2
|/
* scripted-diff: test: Move setup_common to test libraryMarcoFalke2019-11-061-1/+1
* test: remove redundant setup in addrman_testszenosage2019-07-181-9/+0
* scripted-diff: Bump copyright headers in test, benchMarcoFalke2019-04-111-1/+1
* scripted-diff: Rename test_bitcoin to test/setup_commonMarcoFalke2019-04-111-1/+1
* Use C++11 default member initializersMarcoFalke2019-01-051-4/+0
* Merge #14935: tests: Test for expected return values when calling functions r...MarcoFalke2018-12-141-33/+33
|\
| * tests: Test for expected return values when calling functions returning a suc...practicalswift2018-12-131-33/+33
* | Make addrman use its local RNG exclusivelyPieter Wuille2018-12-121-6/+0
|/
* Merge #13258: uint256: Remove unnecessary crypto/common.h dependencyWladimir J. van der Laan2018-11-301-1/+1
|\
| * uint256: Remove unnecessary crypto/common.h useKarl-Johan Alm2018-09-181-1/+1
* | Merge #13115: addrman: Add Clang thread safety annotations for variables guar...MarcoFalke2018-10-091-0/+4
|\ \ | |/ |/|
| * Add missing locks and locking annotations for CAddrManpracticalswift2018-10-081-0/+4
* | 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