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
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
2021-07-09
addrman: reset I2P ports to 0 when loading from disk
Vasil Dimov
2021-07-08
Merge bitcoin/bitcoin#22179: Torv2 removal followups
W. J. van der Laan
2021-06-14
test: Drop excessive locking in CAddrManTest::SimConnFail
Hennadii Stepanov
2021-06-07
addrman: remove invalid addresses when unserializing
Vasil Dimov
2021-05-19
p2p: allow CAddrMan::GetAddr() by network, add doxygen
Jon Atack
2021-03-16
p2p, refactor: pass and use uint16_t CService::port as uint16_t
Jon Atack
2020-12-06
Don't make "in" parameters look like "out"/"in-out" parameters: pass by ref t...
practicalswift
2020-08-12
[addrman] Specify max addresses and pct when calling GetAddresses()
John Newbery
2020-04-17
test: Move boost/stdlib includes last
MarcoFalke
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-04-16
scripted-diff: Sort test includes
MarcoFalke
2020-03-14
Replace std::to_string with locale-independent alternative
Ben Woosley
2020-01-29
Merge #16702: p2p: supplying and using asmap to improve IP bucketing in addrman
Wladimir J. van der Laan
2020-01-08
tests: Avoid using C-style NUL-terminated strings as arguments
practicalswift
2019-12-25
Integrate ASN bucketing in Addrman and add tests
Gleb Naumenko
2019-11-06
scripted-diff: test: Move setup_common to test library
MarcoFalke
2019-07-18
test: remove redundant setup in addrman_tests
zenosage
2019-04-11
scripted-diff: Bump copyright headers in test, bench
MarcoFalke
2019-04-11
scripted-diff: Rename test_bitcoin to test/setup_common
MarcoFalke
2019-01-05
Use C++11 default member initializers
MarcoFalke
2018-12-14
Merge #14935: tests: Test for expected return values when calling functions r...
MarcoFalke
2018-12-13
tests: Test for expected return values when calling functions returning a suc...
practicalswift
2018-12-12
Make addrman use its local RNG exclusively
Pieter Wuille
2018-11-30
Merge #13258: uint256: Remove unnecessary crypto/common.h dependency
Wladimir J. van der Laan
2018-10-09
Merge #13115: addrman: Add Clang thread safety annotations for variables guar...
MarcoFalke
[next]