index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
addrman_tests.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[addrman] Specify max addresses and pct when calling GetAddresses()
John Newbery
2020-08-12
1
-5
/
+7
*
test: Move boost/stdlib includes last
MarcoFalke
2020-04-17
1
-3
/
+4
*
scripted-diff: Bump copyright headers
MarcoFalke
2020-04-16
1
-1
/
+1
*
scripted-diff: Sort test includes
MarcoFalke
2020-04-16
1
-3
/
+3
*
Replace std::to_string with locale-independent alternative
Ben Woosley
2020-03-14
1
-25
/
+26
*
Merge #16702: p2p: supplying and using asmap to improve IP bucketing in addrman
Wladimir J. van der Laan
2020-01-29
1
-21
/
+280
|
\
|
*
Integrate ASN bucketing in Addrman and add tests
Gleb Naumenko
2019-12-25
1
-21
/
+280
*
|
tests: Avoid using C-style NUL-terminated strings as arguments
practicalswift
2020-01-08
1
-11
/
+2
|
/
*
scripted-diff: test: Move setup_common to test library
MarcoFalke
2019-11-06
1
-1
/
+1
*
test: remove redundant setup in addrman_tests
zenosage
2019-07-18
1
-9
/
+0
*
scripted-diff: Bump copyright headers in test, bench
MarcoFalke
2019-04-11
1
-1
/
+1
*
scripted-diff: Rename test_bitcoin to test/setup_common
MarcoFalke
2019-04-11
1
-1
/
+1
*
Use C++11 default member initializers
MarcoFalke
2019-01-05
1
-4
/
+0
*
Merge #14935: tests: Test for expected return values when calling functions r...
MarcoFalke
2018-12-14
1
-33
/
+33
|
\
|
*
tests: Test for expected return values when calling functions returning a suc...
practicalswift
2018-12-13
1
-33
/
+33
*
|
Make addrman use its local RNG exclusively
Pieter Wuille
2018-12-12
1
-6
/
+0
|
/
*
Merge #13258: uint256: Remove unnecessary crypto/common.h dependency
Wladimir J. van der Laan
2018-11-30
1
-1
/
+1
|
\
|
*
uint256: Remove unnecessary crypto/common.h use
Karl-Johan Alm
2018-09-18
1
-1
/
+1
*
|
Merge #13115: addrman: Add Clang thread safety annotations for variables guar...
MarcoFalke
2018-10-09
1
-0
/
+4
|
\
\
|
|
/
|
/
|
|
*
Add missing locks and locking annotations for CAddrMan
practicalswift
2018-10-08
1
-0
/
+4
*
|
Update copyright headers to 2018
DrahtBot
2018-07-27
1
-1
/
+1
|
/
*
test: Fix sign for expected values
Karl-Johan Alm
2018-04-11
1
-33
/
+33
*
Fix typos
Dimitris Apostolou
2018-03-21
1
-1
/
+1
*
Add test-before-evict discipline to addrman
Ethan Heilman
2018-03-06
1
-11
/
+176
*
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2018-01-03
1
-1
/
+1
*
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-16
1
-5
/
+5
*
Add recommendation: By default, declare single-argument constructors `explicit`
practicalswift
2017-08-22
1
-1
/
+1
*
Merge #10483: scripted-diff: Use the C++11 keyword nullptr to denote the poin...
Wladimir J. van der Laan
2017-08-14
1
-3
/
+3
|
\
|
*
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...
practicalswift
2017-08-07
1
-3
/
+3
*
|
Tests: address placement should be deterministic by default
René Nyffenegger
2017-07-17
1
-34
/
+6
|
/
*
Use the override specifier (C++11) where we expect to be overriding the virtu...
practicalswift
2017-06-28
1
-1
/
+1
*
tests: fix spurious addrman test failure
Cory Fields
2017-05-19
1
-3
/
+7
*
[tests] Clean up addrman_tests.cpp
Jimmy Song
2017-05-09
1
-90
/
+87
*
[tests] Update Unit Test for addrman.h/addrman.cpp
Jimmy Song
2017-05-02
1
-9
/
+17
*
Switch FastRandomContext to ChaCha20
Pieter Wuille
2017-03-29
1
-4
/
+5
*
[trivial] Fix typos in comments
practicalswift
2017-03-21
1
-1
/
+1
*
[test] Avoid potential NULL pointer dereference in addrman_tests.cpp
practicalswift
2017-01-14
1
-1
/
+1
*
Merge #9281: Refactor: Remove using namespace <xxx> from bench/ & test/ sources
MarcoFalke
2017-01-05
1
-7
/
+5
|
\
|
*
Refactoring: Removed using namespace <xxx> from bench/ and test/ source files.
Karl-Johan Alm
2017-01-02
1
-7
/
+5
*
|
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-31
1
-1
/
+1
|
/
*
Kill insecure_random and associated global state
Wladimir J. van der Laan
2016-10-17
1
-1
/
+1
*
[test] Remove redundant print in addrman_tests
MarcoFalke
2016-09-22
1
-3
/
+2
*
net: narrow include scope after moving to netaddress
Cory Fields
2016-07-31
1
-0
/
+1
*
net: Split resolving out of CService
Cory Fields
2016-07-31
1
-44
/
+56
*
net: Split resolving out of CNetAddr
Cory Fields
2016-07-31
1
-25
/
+37
*
Introduce enum ServiceFlags for service flags
Pieter Wuille
2016-06-13
1
-46
/
+46
*
Don't require services in -addnode
Pieter Wuille
2016-06-13
1
-46
/
+46
*
Increase test coverage for addrman and addrinfo
Ethan Heilman
2016-01-27
1
-31
/
+372
*
Bump copyright headers to 2015
MarcoFalke
2015-12-13
1
-1
/
+1
*
Creates unittests for addrman, makes addrman testable.
EthanHeilman
2015-09-24
1
-0
/
+180