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_impl.h
Age
Commit message (
Expand
)
Author
2021-12-28
test: Remove unused AddrManTest class
Martin Zumsande
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-10
Merge bitcoin/bitcoin#22872: log: improve checkaddrman logging with duration ...
MarcoFalke
2021-11-01
Merge bitcoin/bitcoin#23380: addrman: Fix AddrMan::Add() return semantics and...
fanquake
2021-10-28
[MOVEONLY] reorder functions in addrman_impl.h and addrman.cpp
John Newbery
2021-10-28
[addrman] Add Add_() inner function, fix Add() return semantics
John Newbery
2021-10-28
[addrman] Rename Add_() to AddSingle()
John Newbery
2021-10-25
Introduce new V4 format addrman
Pieter Wuille
2021-10-22
Make AddrMan support multiple ports per IP
Pieter Wuille
2021-10-05
p2p: improve checkaddrman logging with duration in milliseconds
Jon Atack
2021-09-28
[style] Run changed files through clang formatter.
Amiti Uttarwar
2021-09-28
scripted-diff: Rename CAddrInfo to AddrInfo
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
[refactor] Update GetAddr_() function signature
Amiti Uttarwar
2021-09-28
[move-only] Move constants to test-only header
Amiti Uttarwar
2021-09-28
[addrman] Change CAddrInfo access
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