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
*
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
*
Do not bias outgoing connections towards fresh addresses
Pieter Wuille
2015-03-23
1
-2
/
+0
*
Simplify hashing code
Pieter Wuille
2015-03-23
1
-21
/
+5
*
Make addrman's bucket placement deterministic.
Pieter Wuille
2015-03-23
1
-146
/
+124
*
Switch addrman key from vector to uint256
Pieter Wuille
2015-03-23
1
-6
/
+8
*
Reduce fingerprinting through timestamps in 'addr' messages.
Pieter Wuille
2015-03-17
1
-1
/
+2
*
Replace GetLow64 with GetCheapHash
Wladimir J. van der Laan
2015-01-05
1
-4
/
+4
*
Merge pull request #5119
Pieter Wuille
2014-10-27
1
-0
/
+1
|
\
|
*
boost: split stream classes out of serialize.h
Cory Fields
2014-10-22
1
-0
/
+1
*
|
Update comments in addrman to be doxygen compatible
Michael Ford
2014-10-24
1
-4
/
+4
|
/
*
Apply clang-format on some infrequently-updated files
Pieter Wuille
2014-09-19
1
-115
/
+110
*
Improve readability of CAddrInfo::IsTerrible
Teran McKinney
2014-09-05
1
-3
/
+3
*
addrman: Do not propagate obviously poor addresses onto the network
Jeff Garzik
2014-08-18
1
-4
/
+10
*
Remove redundant .c_str()s
Wladimir J. van der Laan
2014-01-23
1
-1
/
+1
*
Changed Get64(.) to GetLow64()
Thomas Holenstein
2013-12-25
1
-4
/
+4
*
Cleanup code using forward declarations.
Brandon Dahler
2013-11-10
1
-17
/
+19
[next]