aboutsummaryrefslogtreecommitdiff
path: root/src/addrman.cpp
Commit message (Expand)AuthorAgeFilesLines
* [addrman] Specify max addresses and pct when calling GetAddresses()John Newbery2020-08-121-4/+8
* Merge #18512: Improve asmap checks and add sanity checkWladimir J. van der Laan2020-05-061-0/+4
|\
| * Add asmap sanity checkerPieter Wuille2020-04-081-0/+4
* | scripted-diff: Bump copyright headersMarcoFalke2020-04-161-1/+1
|/
* logging: asmap logging and #include fixupsJon Atack2020-03-041-5/+5
* Merge #16702: p2p: supplying and using asmap to improve IP bucketing in addrmanWladimir J. van der Laan2020-01-291-14/+44
|\
| * Add extra logging of asmap use and bucketingGleb Naumenko2020-01-231-2/+9
| * Integrate ASN bucketing in Addrman and add testsGleb Naumenko2019-12-251-12/+35
* | scripted-diff: Bump copyright of files changed in 2019MarcoFalke2019-12-301-1/+1
|/
* Make reasoning about dependencies easier by not including unused dependenciespracticalswift2019-06-021-1/+0
* [addrman] Improve collision logging and address nitsSuhas Daftuar2019-03-011-2/+2
* [addrman] Ensure collisions eventually get resolvedSuhas Daftuar2019-02-271-0/+7
* [addrman] Improve tried table collision loggingSuhas Daftuar2019-02-261-1/+3
* Make addrman use its local RNG exclusivelyPieter Wuille2018-12-121-15/+11
* uint256: Remove unnecessary crypto/common.h useKarl-Johan Alm2018-09-181-5/+5
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* scripted-diff: Remove trailing whitespacesJoão Barbosa2018-07-241-1/+1
* net: Correct addrman loggingWladimir J. van der Laan2018-03-061-2/+2
* Add test-before-evict discipline to addrmanEthan Heilman2018-03-061-4/+95
* Merge #11577: Fix warnings (-Wsign-compare) when building with DEBUG_ADDRMANWladimir J. van der Laan2018-01-291-4/+4
|\
| * Fix warnings when building with DEBUG_ADDRMANpracticalswift2017-10-301-4/+4
* | Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
* | Merge #10493: Use range-based for loops (C++11) when looping over map elementsMarcoFalke2017-11-301-3/+3
|\ \
| * | Use range-based for loops (C++11) when looping over map elementspracticalswift2017-10-091-3/+3
| |/
* / scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-4/+4
|/
* scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...practicalswift2017-08-071-2/+2
* Merge #9792: FastRandomContext improvements and switch to ChaCha20Wladimir J. van der Laan2017-04-241-4/+4
|\
| * Switch FastRandomContext to ChaCha20Pieter Wuille2017-03-291-4/+4
* | Change LogAcceptCategory to use uint32_t rather than sets of strings.Gregory Maxwell2017-04-011-1/+1
|/
* Use z = std::max(x - y, 0); instead of z = x - y; if (z < 0) z = 0;practicalswift2017-02-071-5/+1
* Merge #9532: Remove unused variablesWladimir J. van der Laan2017-02-071-3/+0
|\
| * Remove unused int64_t nSinceLastSeenpracticalswift2017-01-131-3/+0
* | [trivial] Fix typos in commentspracticalswift2017-01-271-1/+1
|/
* Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
* Kill insecure_random and associated global stateWladimir J. van der Laan2016-10-171-4/+4
* Do not set an addr time penalty when a peer advertises itself.Gregory Maxwell2016-09-031-0/+5
* Introduce enum ServiceFlags for service flagsPieter Wuille2016-06-131-2/+2
* Keep addrman's nService bits consistent with outbound observationsPieter Wuille2016-06-131-0/+18
* Do not increment nAttempts by more than one for every Good connection.Gregory Maxwell2016-05-261-1/+7
* Avoid counting failed connect attempts when probably offline.Gregory Maxwell2016-05-261-2/+2
* Merge #7212: Adds unittests for CAddrMan and CAddrinfo, removes source of non...Wladimir J. van der Laan2016-01-281-10/+14
|\
| * Increase test coverage for addrman and addrinfoEthan Heilman2016-01-271-10/+14
* | Add missing copyright headersMarcoFalke2016-01-051-0/+1
|/
* Creates unittests for addrman, makes addrman testable.EthanHeilman2015-09-241-2/+6
* Improve addrman Select() performance when buckets are nearly emptyPieter Wuille2015-08-261-4/+8
* remove using namespace std from addrman.cppPhilip Kaufmann2015-06-151-5/+3
* Merge pull request #6028Wladimir J. van der Laan2015-04-241-2/+2
|\
| * nLastTry is only used for addrman entriesPieter Wuille2015-04-191-2/+2
* | Cap nAttempts penalty at 8 and switch to pow instead of a division loop.Gregory Maxwell2015-04-191-3/+2
|/
* Always use a 50% chance to choose between tried and new entriesPieter Wuille2015-03-231-4/+3