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
/
addrman.cpp
Age
Commit message (
Expand
)
Author
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-07-24
scripted-diff: Remove trailing whitespaces
João Barbosa
2018-03-06
net: Correct addrman logging
Wladimir J. van der Laan
2018-03-06
Add test-before-evict discipline to addrman
Ethan Heilman
2018-01-29
Merge #11577: Fix warnings (-Wsign-compare) when building with DEBUG_ADDRMAN
Wladimir J. van der Laan
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-11-30
Merge #10493: Use range-based for loops (C++11) when looping over map elements
MarcoFalke
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-10-30
Fix warnings when building with DEBUG_ADDRMAN
practicalswift
2017-10-09
Use range-based for loops (C++11) when looping over map elements
practicalswift
2017-08-07
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...
practicalswift
2017-04-24
Merge #9792: FastRandomContext improvements and switch to ChaCha20
Wladimir J. van der Laan
2017-04-01
Change LogAcceptCategory to use uint32_t rather than sets of strings.
Gregory Maxwell
2017-03-29
Switch FastRandomContext to ChaCha20
Pieter Wuille
2017-02-07
Use z = std::max(x - y, 0); instead of z = x - y; if (z < 0) z = 0;
practicalswift
2017-02-07
Merge #9532: Remove unused variables
Wladimir J. van der Laan
2017-01-27
[trivial] Fix typos in comments
practicalswift
2017-01-13
Remove unused int64_t nSinceLastSeen
practicalswift
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-10-17
Kill insecure_random and associated global state
Wladimir J. van der Laan
2016-09-03
Do not set an addr time penalty when a peer advertises itself.
Gregory Maxwell
2016-06-13
Introduce enum ServiceFlags for service flags
Pieter Wuille
2016-06-13
Keep addrman's nService bits consistent with outbound observations
Pieter Wuille
2016-05-26
Do not increment nAttempts by more than one for every Good connection.
Gregory Maxwell
2016-05-26
Avoid counting failed connect attempts when probably offline.
Gregory Maxwell
2016-01-28
Merge #7212: Adds unittests for CAddrMan and CAddrinfo, removes source of non...
Wladimir J. van der Laan
2016-01-27
Increase test coverage for addrman and addrinfo
Ethan Heilman
2016-01-05
Add missing copyright headers
MarcoFalke
2015-09-24
Creates unittests for addrman, makes addrman testable.
EthanHeilman
2015-08-26
Improve addrman Select() performance when buckets are nearly empty
Pieter Wuille
2015-06-15
remove using namespace std from addrman.cpp
Philip Kaufmann
2015-04-24
Merge pull request #6028
Wladimir J. van der Laan
2015-04-19
Cap nAttempts penalty at 8 and switch to pow instead of a division loop.
Gregory Maxwell
2015-04-19
nLastTry is only used for addrman entries
Pieter Wuille
2015-03-23
Always use a 50% chance to choose between tried and new entries
Pieter Wuille
2015-03-23
Do not bias outgoing connections towards fresh addresses
Pieter Wuille
2015-03-23
Simplify hashing code
Pieter Wuille
2015-03-23
Make addrman's bucket placement deterministic.
Pieter Wuille
2015-03-23
Switch addrman key from vector to uint256
Pieter Wuille
2015-03-17
Reduce fingerprinting through timestamps in 'addr' messages.
Pieter Wuille
2015-01-05
Replace GetLow64 with GetCheapHash
Wladimir J. van der Laan
2014-10-27
Merge pull request #5119
Pieter Wuille
2014-10-24
Update comments in addrman to be doxygen compatible
Michael Ford
2014-10-22
boost: split stream classes out of serialize.h
Cory Fields
2014-09-19
Apply clang-format on some infrequently-updated files
Pieter Wuille
2014-09-05
Improve readability of CAddrInfo::IsTerrible
Teran McKinney
2014-08-18
addrman: Do not propagate obviously poor addresses onto the network
Jeff Garzik
2014-01-23
Remove redundant .c_str()s
Wladimir J. van der Laan
2013-12-25
Changed Get64(.) to GetLow64()
Thomas Holenstein
2013-11-10
Cleanup code using forward declarations.
Brandon Dahler
[next]