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
/
addrman.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[addrman] Specify max addresses and pct when calling GetAddresses()
John Newbery
2020-08-12
1
-4
/
+8
*
Merge #18512: Improve asmap checks and add sanity check
Wladimir J. van der Laan
2020-05-06
1
-0
/
+4
|
\
|
*
Add asmap sanity checker
Pieter Wuille
2020-04-08
1
-0
/
+4
*
|
scripted-diff: Bump copyright headers
MarcoFalke
2020-04-16
1
-1
/
+1
|
/
*
logging: asmap logging and #include fixups
Jon Atack
2020-03-04
1
-5
/
+5
*
Merge #16702: p2p: supplying and using asmap to improve IP bucketing in addrman
Wladimir J. van der Laan
2020-01-29
1
-14
/
+44
|
\
|
*
Add extra logging of asmap use and bucketing
Gleb Naumenko
2020-01-23
1
-2
/
+9
|
*
Integrate ASN bucketing in Addrman and add tests
Gleb Naumenko
2019-12-25
1
-12
/
+35
*
|
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-12-30
1
-1
/
+1
|
/
*
Make reasoning about dependencies easier by not including unused dependencies
practicalswift
2019-06-02
1
-1
/
+0
*
[addrman] Improve collision logging and address nits
Suhas Daftuar
2019-03-01
1
-2
/
+2
*
[addrman] Ensure collisions eventually get resolved
Suhas Daftuar
2019-02-27
1
-0
/
+7
*
[addrman] Improve tried table collision logging
Suhas Daftuar
2019-02-26
1
-1
/
+3
*
Make addrman use its local RNG exclusively
Pieter Wuille
2018-12-12
1
-15
/
+11
*
uint256: Remove unnecessary crypto/common.h use
Karl-Johan Alm
2018-09-18
1
-5
/
+5
*
Update copyright headers to 2018
DrahtBot
2018-07-27
1
-1
/
+1
*
scripted-diff: Remove trailing whitespaces
João Barbosa
2018-07-24
1
-1
/
+1
*
net: Correct addrman logging
Wladimir J. van der Laan
2018-03-06
1
-2
/
+2
*
Add test-before-evict discipline to addrman
Ethan Heilman
2018-03-06
1
-4
/
+95
*
Merge #11577: Fix warnings (-Wsign-compare) when building with DEBUG_ADDRMAN
Wladimir J. van der Laan
2018-01-29
1
-4
/
+4
|
\
|
*
Fix warnings when building with DEBUG_ADDRMAN
practicalswift
2017-10-30
1
-4
/
+4
*
|
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2018-01-03
1
-1
/
+1
*
|
Merge #10493: Use range-based for loops (C++11) when looping over map elements
MarcoFalke
2017-11-30
1
-3
/
+3
|
\
\
|
*
|
Use range-based for loops (C++11) when looping over map elements
practicalswift
2017-10-09
1
-3
/
+3
|
|
/
*
/
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-16
1
-4
/
+4
|
/
*
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...
practicalswift
2017-08-07
1
-2
/
+2
*
Merge #9792: FastRandomContext improvements and switch to ChaCha20
Wladimir J. van der Laan
2017-04-24
1
-4
/
+4
|
\
|
*
Switch FastRandomContext to ChaCha20
Pieter Wuille
2017-03-29
1
-4
/
+4
*
|
Change LogAcceptCategory to use uint32_t rather than sets of strings.
Gregory Maxwell
2017-04-01
1
-1
/
+1
|
/
*
Use z = std::max(x - y, 0); instead of z = x - y; if (z < 0) z = 0;
practicalswift
2017-02-07
1
-5
/
+1
*
Merge #9532: Remove unused variables
Wladimir J. van der Laan
2017-02-07
1
-3
/
+0
|
\
|
*
Remove unused int64_t nSinceLastSeen
practicalswift
2017-01-13
1
-3
/
+0
*
|
[trivial] Fix typos in comments
practicalswift
2017-01-27
1
-1
/
+1
|
/
*
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
-4
/
+4
*
Do not set an addr time penalty when a peer advertises itself.
Gregory Maxwell
2016-09-03
1
-0
/
+5
*
Introduce enum ServiceFlags for service flags
Pieter Wuille
2016-06-13
1
-2
/
+2
*
Keep addrman's nService bits consistent with outbound observations
Pieter Wuille
2016-06-13
1
-0
/
+18
*
Do not increment nAttempts by more than one for every Good connection.
Gregory Maxwell
2016-05-26
1
-1
/
+7
*
Avoid counting failed connect attempts when probably offline.
Gregory Maxwell
2016-05-26
1
-2
/
+2
*
Merge #7212: Adds unittests for CAddrMan and CAddrinfo, removes source of non...
Wladimir J. van der Laan
2016-01-28
1
-10
/
+14
|
\
|
*
Increase test coverage for addrman and addrinfo
Ethan Heilman
2016-01-27
1
-10
/
+14
*
|
Add missing copyright headers
MarcoFalke
2016-01-05
1
-0
/
+1
|
/
*
Creates unittests for addrman, makes addrman testable.
EthanHeilman
2015-09-24
1
-2
/
+6
*
Improve addrman Select() performance when buckets are nearly empty
Pieter Wuille
2015-08-26
1
-4
/
+8
*
remove using namespace std from addrman.cpp
Philip Kaufmann
2015-06-15
1
-5
/
+3
*
Merge pull request #6028
Wladimir J. van der Laan
2015-04-24
1
-2
/
+2
|
\
|
*
nLastTry is only used for addrman entries
Pieter Wuille
2015-04-19
1
-2
/
+2
*
|
Cap nAttempts penalty at 8 and switch to pow instead of a division loop.
Gregory Maxwell
2015-04-19
1
-3
/
+2
|
/
*
Always use a 50% chance to choose between tried and new entries
Pieter Wuille
2015-03-23
1
-4
/
+3
[next]