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
*
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
*
Replace printf with LogPrintf / LogPrint
Gavin Andresen
2013-09-18
1
-4
/
+1
*
Split off hash.h from util.h
Pieter Wuille
2012-12-18
1
-0
/
+1
*
Trim trailing whitespace for src/*.{h,cpp}
Jeff Garzik
2012-09-18
1
-2
/
+2
*
fix a comment in addrman.cpp
Philip Kaufmann
2012-08-18
1
-1
/
+1
*
Update License in File Headers
Fordy
2012-05-18
1
-1
/
+1
*
Clean up warnings
Pieter Wuille
2012-05-09
1
-3
/
+2
*
Fix addrman crashes
Pieter Wuille
2012-05-05
1
-2
/
+5
*
Add extra asserts to addrman
Pieter Wuille
2012-05-05
1
-0
/
+19
*
Further reduce header dependencies
Pieter Wuille
2012-04-17
1
-4
/
+4
*
Fix loop index var types, fixing many minor sign comparison warnings
Jeff Garzik
2012-04-15
1
-2
/
+2
*
fix warnings: '&&' within '||' [-Wlogical-op-parentheses]
Wladimir J. van der Laan
2012-04-15
1
-1
/
+1
*
CAddrMan: stochastic address manager
Pieter Wuille
2012-02-24
1
-0
/
+506