aboutsummaryrefslogtreecommitdiff
path: root/src/addrman.h
AgeCommit message (Expand)Author
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
2021-07-20Merge bitcoin/bitcoin#22497: scripted-diff: remove ResetI2PPorts() (revert e0...fanquake
2021-07-19scripted-diff: remove ResetI2PPorts() (revert e0a2b390c14)Vasil Dimov
2021-07-15addrman: detect on-disk corrupted nNew and nTried during unserializationVasil Dimov
2021-07-09addrman: reset I2P ports to 0 when loading from diskVasil Dimov
2021-07-08Merge bitcoin/bitcoin#22179: Torv2 removal followupsW. J. van der Laan
2021-06-14refactor: Make CAddrMan::cs non-recursiveHennadii Stepanov
2021-06-14Add thread safety annotations to CAddrMan public functionsHennadii Stepanov
2021-06-14refactor: Avoid recursive locking in CAddrMan::ClearHennadii Stepanov