aboutsummaryrefslogtreecommitdiff
path: root/src/addrman.h
AgeCommit message (Expand)Author
2022-02-25p2p: Avoid InitError when downgrading peers.datjunderw
2022-01-04Merge bitcoin/bitcoin#23826: test: Make AddrMan unit tests use public interfa...fanquake
2021-12-30scripted-diff: Bump copyright headersHennadii Stepanov
2021-12-28addrman: Introduce a test-only function to lookup addressesAmiti Uttarwar
2021-12-14refactor: make AddrMan::Good return booljosibake
2021-11-09[addrman] Remove AddrMan friendsJohn Newbery
2021-10-28[addrman] Add Add_() inner function, fix Add() return semanticsJohn Newbery
2021-10-28[addrman] Add doxygen comment to AddrMan::Add()John Newbery
2021-09-28[style] Run changed files through clang formatter.Amiti Uttarwar
2021-09-28scripted-diff: Rename CAddrMan to AddrManAmiti Uttarwar
2021-09-28[includes] Fix up included filesAmiti Uttarwar
2021-09-28[doc] Update commentsAmiti Uttarwar
2021-09-28[move-only] Move constants to test-only headerAmiti Uttarwar
2021-09-28[move-only] Move CAddrInfo to test-only header fileAmiti Uttarwar
2021-09-28[net, addrman] Remove external dependencies on CAddrInfo objectsAmiti Uttarwar
2021-09-28[addrman] Introduce CAddrMan::Impl to encapsulate addrman implementation.Amiti Uttarwar
2021-09-28[move-only] Match ordering of CAddrMan declarations and definitionsAmiti Uttarwar
2021-09-28[move-only] Move CAddrMan function definitions to cppAmiti Uttarwar
2021-09-21Refactor: Turn the internal addrman check helper into a forced checkMarcoFalke
2021-09-21move-only: Move CAddrMan::Check to cpp fileMarcoFalke
2021-09-10Merge bitcoin/bitcoin#22911: [net] Minor cleanups to asmapfanquake
2021-09-07[asmap] Make DecodeAsmap() a utility functionJohn Newbery
2021-09-07Move addrman includes from .h to .cppMarcoFalke
2021-09-06Merge bitcoin/bitcoin#22791: init: Fix asmap/addrman initialization order bugMarcoFalke
2021-08-27[addrman] Make m_asmap privateJohn Newbery
2021-08-27[addrman] Set m_asmap in CAddrMan initializer listJohn Newbery
2021-08-26[refactor] [addrman] Update constant commentsJohn Newbery
2021-08-26[move-only] Extract constants from addrman .h to .cppAmiti Uttarwar
2021-08-26[addrman] Change addrman #define constants to be constexprsAmiti Uttarwar
2021-08-26[addrman] Move CAddrMan::Unserialize to cpp fileJohn Newbery
2021-08-26[addrman] Move CAddrMan::Serialize to cpp fileJohn Newbery
2021-08-19[addrman] Clean up ctorJohn Newbery
2021-08-19[addrman] inline Clear() into CAddrMan ctorJohn Newbery
2021-08-19[addrman] Remove all public uses of CAddrMan.Clear() from the testsJohn Newbery
2021-08-15[addrman] Merge the two Add() functionsAmiti Uttarwar
2021-08-12[addrman] Make addrman consistency checks a runtime optionJohn Newbery
2021-08-05[tests] Make deterministic addrman use nKey = 1John Newbery
2021-08-05[addrman] Add deterministic argument to CAddrMan ctorJohn Newbery
2021-08-05Add missing const to CAddrMan::Check_()MarcoFalke
2021-08-05Merge bitcoin/bitcoin#21129: fuzz: check that ser+unser produces the same Add...MarcoFalke
2021-08-04fuzz: check that ser+unser produces the same AddrManVasil Dimov
2021-08-04Merge bitcoin/bitcoin#22576: doc: Update high-level addrman descriptionfanquake
2021-08-03Merge bitcoin/bitcoin#22496: addrman: Remove addrman hotfixesfanquake
2021-08-02doc: Correct description of CAddrMan::Create()Amiti Uttarwar
2021-08-02doc: Update high-level addrman descriptionMartin Zumsande
2021-07-23Add missing GUARDED_BY to CAddrMan::insecure_randMarcoFalke
2021-07-21refactor: Mark CAddrMan::GetAddr constMarcoFalke
2021-07-21refactor: Mark CAddrMan::Select constMarcoFalke
2021-07-20[addrman] Remove unused test_before_evict argument from Good()John Newbery
2021-07-20[addrman] Remove RemoveInvalid()John Newbery