Age | Commit message (Expand) | Author |
2020-08-12 | [addrman] Specify max addresses and pct when calling GetAddresses() | John Newbery |
2020-04-17 | test: Move boost/stdlib includes last | MarcoFalke |
2020-04-16 | scripted-diff: Bump copyright headers | MarcoFalke |
2020-04-16 | scripted-diff: Sort test includes | MarcoFalke |
2020-03-14 | Replace std::to_string with locale-independent alternative | Ben Woosley |
2020-01-29 | Merge #16702: p2p: supplying and using asmap to improve IP bucketing in addrman | Wladimir J. van der Laan |
2020-01-08 | tests: Avoid using C-style NUL-terminated strings as arguments | practicalswift |
2019-12-25 | Integrate ASN bucketing in Addrman and add tests | Gleb Naumenko |
2019-11-06 | scripted-diff: test: Move setup_common to test library | MarcoFalke |
2019-07-18 | test: remove redundant setup in addrman_tests | zenosage |
2019-04-11 | scripted-diff: Bump copyright headers in test, bench | MarcoFalke |
2019-04-11 | scripted-diff: Rename test_bitcoin to test/setup_common | MarcoFalke |
2019-01-05 | Use C++11 default member initializers | MarcoFalke |
2018-12-14 | Merge #14935: tests: Test for expected return values when calling functions r... | MarcoFalke |
2018-12-13 | tests: Test for expected return values when calling functions returning a suc... | practicalswift |
2018-12-12 | Make addrman use its local RNG exclusively | Pieter Wuille |
2018-11-30 | Merge #13258: uint256: Remove unnecessary crypto/common.h dependency | Wladimir J. van der Laan |
2018-10-09 | Merge #13115: addrman: Add Clang thread safety annotations for variables guar... | MarcoFalke |
2018-10-08 | Add missing locks and locking annotations for CAddrMan | practicalswift |
2018-09-18 | uint256: Remove unnecessary crypto/common.h use | Karl-Johan Alm |
2018-07-27 | Update copyright headers to 2018 | DrahtBot |
2018-04-11 | test: Fix sign for expected values | Karl-Johan Alm |
2018-03-21 | Fix typos | Dimitris Apostolou |
2018-03-06 | Add test-before-evict discipline to addrman | Ethan Heilman |
2018-01-03 | Increment MIT Licence copyright header year on files modified in 2017 | Akira Takizawa |
2017-11-16 | scripted-diff: Replace #include "" with #include <> (ryanofsky) | MeshCollider |
2017-08-22 | Add recommendation: By default, declare single-argument constructors `explicit` | practicalswift |
2017-08-14 | Merge #10483: scripted-diff: Use the C++11 keyword nullptr to denote the poin... | Wladimir J. van der Laan |
2017-08-07 | scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in... | practicalswift |
2017-07-17 | Tests: address placement should be deterministic by default | René Nyffenegger |
2017-06-28 | Use the override specifier (C++11) where we expect to be overriding the virtu... | practicalswift |
2017-05-19 | tests: fix spurious addrman test failure | Cory Fields |
2017-05-09 | [tests] Clean up addrman_tests.cpp | Jimmy Song |
2017-05-02 | [tests] Update Unit Test for addrman.h/addrman.cpp | Jimmy Song |
2017-03-29 | Switch FastRandomContext to ChaCha20 | Pieter Wuille |
2017-03-21 | [trivial] Fix typos in comments | practicalswift |
2017-01-14 | [test] Avoid potential NULL pointer dereference in addrman_tests.cpp | practicalswift |
2017-01-05 | Merge #9281: Refactor: Remove using namespace <xxx> from bench/ & test/ sources | MarcoFalke |
2017-01-02 | Refactoring: Removed using namespace <xxx> from bench/ and test/ source files. | Karl-Johan Alm |
2016-12-31 | Increment MIT Licence copyright header year on files modified in 2016 | isle2983 |
2016-10-17 | Kill insecure_random and associated global state | Wladimir J. van der Laan |
2016-09-22 | [test] Remove redundant print in addrman_tests | MarcoFalke |
2016-07-31 | net: narrow include scope after moving to netaddress | Cory Fields |
2016-07-31 | net: Split resolving out of CService | Cory Fields |
2016-07-31 | net: Split resolving out of CNetAddr | Cory Fields |
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 |
2015-12-13 | Bump copyright headers to 2015 | MarcoFalke |
2015-09-24 | Creates unittests for addrman, makes addrman testable. | EthanHeilman |