aboutsummaryrefslogtreecommitdiff
path: root/src/bench/addrman.cpp
AgeCommit message (Expand)Author
2023-05-26p2p, refactor: return `std::optional<CNetAddr>` in `LookupHost`brunoerg
2023-05-26p2p, refactor: return vector/optional<CService> in `Lookup`brunoerg
2023-03-17bench: test select for a new table with only one addressAmiti Uttarwar
2023-03-17bench: add coverage for addrman select with network parameterAmiti Uttarwar
2022-12-24scripted-diff: Bump copyright headersHennadii Stepanov
2022-10-20bench: explicitly make all current benchmarks "high" priorityfurszy
2022-07-30addrman: Use system time instead of adjusted network timeMarcoFalke
2022-07-26refactor: Use type-safe std::chrono for addrman timeMarcoFalke
2022-04-20[net] Move asmap into NetGroupManagerJohn Newbery
2022-04-04refactor: fix clang-tidy named args usagefanquake
2022-01-11bench: put addrman check ratio in a variableVasil Dimov
2021-12-30scripted-diff: Bump copyright headersHennadii Stepanov
2021-09-28scripted-diff: Rename CAddrMan to AddrManAmiti Uttarwar
2021-09-28[net, addrman] Remove external dependencies on CAddrInfo objectsAmiti Uttarwar
2021-09-21bench: change AddrManGood to AddrManAddThenGoodMartin Ankerl
2021-09-09bench: Fix 32-bit compilation failure in addrman benchMarcoFalke
2021-08-27[addrman] Set m_asmap in CAddrMan initializer listJohn Newbery
2021-08-19[addrman] Remove all public uses of CAddrMan.Clear() from the testsJohn Newbery
2021-08-12[addrman] Make addrman consistency checks a runtime optionJohn Newbery
2021-08-05[addrman] Add deterministic argument to CAddrMan ctorJohn Newbery
2021-05-19p2p: allow CAddrMan::GetAddr() by network, add doxygenJon Atack
2020-08-12[addrman] Specify max addresses and pct when calling GetAddresses()John Newbery
2020-06-13Replace current benchmarking framework with nanobenchMartin Ankerl
2020-04-21bench: add CAddrMan benchmarksVasil Dimov