index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
addrman.h
Age
Commit message (
Expand
)
Author
2023-03-17
doc: clarify new_only param for Select function
Amiti Uttarwar
2023-03-17
addrman: add functionality to select by network
Amiti Uttarwar
2023-03-17
scripted-diff: rename local variables to match modern conventions
Amiti Uttarwar
2023-02-01
addrman: Use std::nullopt instead of {}
Martin Zumsande
2023-01-26
addrman, refactor: combine two size functions
Amiti Uttarwar
2023-01-26
addrman: add function to return size by network and table
Martin Zumsande
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-07-30
addrman: Use system time instead of adjusted network time
MarcoFalke
2022-07-26
refactor: Use type-safe std::chrono for addrman time
MarcoFalke
2022-07-26
scripted-diff: Rename addrman time symbols
MarcoFalke
2022-04-20
[net] Move asmap into NetGroupManager
John Newbery
2022-02-25
p2p: Avoid InitError when downgrading peers.dat
junderw
2022-01-04
Merge bitcoin/bitcoin#23826: test: Make AddrMan unit tests use public interfa...
fanquake
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-12-28
addrman: Introduce a test-only function to lookup addresses
Amiti Uttarwar
2021-12-14
refactor: make AddrMan::Good return bool
josibake
2021-11-09
[addrman] Remove AddrMan friends
John Newbery
2021-10-28
[addrman] Add Add_() inner function, fix Add() return semantics
John 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-28
scripted-diff: Rename CAddrMan to AddrMan
Amiti Uttarwar
2021-09-28
[includes] Fix up included files
Amiti Uttarwar
2021-09-28
[doc] Update comments
Amiti Uttarwar
2021-09-28
[move-only] Move constants to test-only header
Amiti Uttarwar
2021-09-28
[move-only] Move CAddrInfo to test-only header file
Amiti Uttarwar
2021-09-28
[net, addrman] Remove external dependencies on CAddrInfo objects
Amiti 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 definitions
Amiti Uttarwar
2021-09-28
[move-only] Move CAddrMan function definitions to cpp
Amiti Uttarwar
2021-09-21
Refactor: Turn the internal addrman check helper into a forced check
MarcoFalke
2021-09-21
move-only: Move CAddrMan::Check to cpp file
MarcoFalke
2021-09-10
Merge bitcoin/bitcoin#22911: [net] Minor cleanups to asmap
fanquake
2021-09-07
[asmap] Make DecodeAsmap() a utility function
John Newbery
2021-09-07
Move addrman includes from .h to .cpp
MarcoFalke
2021-09-06
Merge bitcoin/bitcoin#22791: init: Fix asmap/addrman initialization order bug
MarcoFalke
2021-08-27
[addrman] Make m_asmap private
John Newbery
2021-08-27
[addrman] Set m_asmap in CAddrMan initializer list
John Newbery
2021-08-26
[refactor] [addrman] Update constant comments
John Newbery
2021-08-26
[move-only] Extract constants from addrman .h to .cpp
Amiti Uttarwar
2021-08-26
[addrman] Change addrman #define constants to be constexprs
Amiti Uttarwar
2021-08-26
[addrman] Move CAddrMan::Unserialize to cpp file
John Newbery
2021-08-26
[addrman] Move CAddrMan::Serialize to cpp file
John Newbery
2021-08-19
[addrman] Clean up ctor
John Newbery
2021-08-19
[addrman] inline Clear() into CAddrMan ctor
John Newbery
2021-08-19
[addrman] Remove all public uses of CAddrMan.Clear() from the tests
John Newbery
2021-08-15
[addrman] Merge the two Add() functions
Amiti Uttarwar
2021-08-12
[addrman] Make addrman consistency checks a runtime option
John Newbery
2021-08-05
[tests] Make deterministic addrman use nKey = 1
John Newbery
2021-08-05
[addrman] Add deterministic argument to CAddrMan ctor
John Newbery
2021-08-05
Add missing const to CAddrMan::Check_()
MarcoFalke
[next]