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
2021-05-19
p2p: pull time call out of loop in CAddrMan::GetAddr_()
João Barbosa
2021-05-19
p2p: enable CAddrMan::GetAddr_() by network, add doxygen
Jon Atack
2021-01-29
refactor: remove boost::thread_group usage
fanquake
2020-12-06
Don't declare de facto const reference variables as non-const
practicalswift
2020-08-12
[addrman] Specify max addresses and pct when calling GetAddresses()
John Newbery
2020-05-06
Merge #18512: Improve asmap checks and add sanity check
Wladimir J. van der Laan
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-04-08
Add asmap sanity checker
Pieter Wuille
2020-03-04
logging: asmap logging and #include fixups
Jon Atack
2020-01-29
Merge #16702: p2p: supplying and using asmap to improve IP bucketing in addrman
Wladimir J. van der Laan
2020-01-23
Add extra logging of asmap use and bucketing
Gleb Naumenko
2019-12-30
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-12-25
Integrate ASN bucketing in Addrman and add tests
Gleb Naumenko
2019-06-02
Make reasoning about dependencies easier by not including unused dependencies
practicalswift
2019-03-01
[addrman] Improve collision logging and address nits
Suhas Daftuar
2019-02-27
[addrman] Ensure collisions eventually get resolved
Suhas Daftuar
2019-02-26
[addrman] Improve tried table collision logging
Suhas Daftuar
2018-12-12
Make addrman use its local RNG exclusively
Pieter Wuille
2018-09-18
uint256: Remove unnecessary crypto/common.h use
Karl-Johan Alm
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
[next]