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
/
test
/
addrman_tests.cpp
Age
Commit message (
Expand
)
Author
2022-04-20
[netgroupman] Add GetMappedAS() and GetGroup()
John Newbery
2022-04-20
[net] Move asmap into NetGroupManager
John Newbery
2022-01-11
test: addrman unit tests: override-able check ratio
Vasil Dimov
2022-01-04
Merge bitcoin/bitcoin#23826: test: Make AddrMan unit tests use public interfa...
fanquake
2022-01-03
test: Cover eviction by timeout in addrman_evictionworks
Martin Zumsande
2022-01-03
test: Add test for multiplicity in addrman new tables
Martin Zumsande
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-12-28
test: Add test for updating addrman entries
Martin Zumsande
2021-12-28
test: introduce utility function to retrieve an addrman
Martin Zumsande
2021-12-28
test: Remove unused AddrManTest class
Martin Zumsande
2021-12-28
test: Remove tests for internal helper functions
Martin Zumsande
2021-12-28
test: use AddrMan instead of AddrManTest where possible
Martin Zumsande
2021-12-28
test: Inline SimConnFail function
Martin Zumsande
2021-12-28
test: delete unused GetBucketAndEntry function
Amiti Uttarwar
2021-12-28
test: Update addrman_serialization unit test to use AddrMan's interface
Amiti Uttarwar
2021-12-15
refactor: addrman_select test
josibake
2021-12-15
refactor: addrman_evictionworks test
josibake
2021-12-15
refactor: addrman_noevict test
josibake
2021-12-15
refactor: addrman_selecttriedcollisions test
josibake
2021-12-14
refactor: remove dependence on AddrManTest
josibake
2021-12-14
refactor: check Good() in tried_collisions test
josibake
2021-11-19
scripted-diff: Use clang-tidy syntax for C++ named arguments
MarcoFalke
2021-11-12
style: Use 4 spaces for indentation, not 5
MarcoFalke
2021-11-12
test: Remove unused CDataStream copy
MarcoFalke
2021-11-09
[addrman] [tests] Remove AddrManUncorrupted subclass
John Newbery
2021-11-09
[addrman] [tests] Remove AddrManCorrupted subclass
John Newbery
2021-11-09
[addrman] [tests] Tidy up unused arguments in addrman test functions
John Newbery
2021-11-09
[addrman] [tests] Remove deterministic argument and member from AddrManTest
John Newbery
2021-10-28
[addrman] Add Add_() inner function, fix Add() return semantics
John Newbery
2021-10-22
Make AddrMan support multiple ports per IP
Pieter Wuille
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
[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-09
Raise InitError when peers.dat is invalid or corrupted
MarcoFalke
2021-09-07
Remove confusing CAddrDB
MarcoFalke
2021-09-07
Move addrman includes from .h to .cpp
MarcoFalke
2021-08-27
[addrman] Set m_asmap in CAddrMan initializer list
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-18
[tests] Remove CAddrMan.Clear() call from CAddrDB::Read()
John Newbery
2021-08-17
[MOVEONLY] [tests] Move addrman ser/deser tests to addrman_tests.cpp
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-07-23
Add missing GUARDED_BY to CAddrMan::insecure_rand
MarcoFalke
2021-07-20
[addrman] Remove unused test_before_evict argument from Good()
John Newbery
2021-07-19
scripted-diff: remove ResetI2PPorts() (revert e0a2b390c14)
Vasil Dimov
[next]