aboutsummaryrefslogtreecommitdiff
path: root/src/addrman.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Do not bias outgoing connections towards fresh addressesPieter Wuille2015-03-231-2/+0
* Simplify hashing codePieter Wuille2015-03-231-21/+5
* Make addrman's bucket placement deterministic.Pieter Wuille2015-03-231-146/+124
* Switch addrman key from vector to uint256Pieter Wuille2015-03-231-6/+8
* Reduce fingerprinting through timestamps in 'addr' messages.Pieter Wuille2015-03-171-1/+2
* Replace GetLow64 with GetCheapHashWladimir J. van der Laan2015-01-051-4/+4
* Merge pull request #5119Pieter Wuille2014-10-271-0/+1
|\
| * boost: split stream classes out of serialize.hCory Fields2014-10-221-0/+1
* | Update comments in addrman to be doxygen compatibleMichael Ford2014-10-241-4/+4
|/
* Apply clang-format on some infrequently-updated filesPieter Wuille2014-09-191-115/+110
* Improve readability of CAddrInfo::IsTerribleTeran McKinney2014-09-051-3/+3
* addrman: Do not propagate obviously poor addresses onto the networkJeff Garzik2014-08-181-4/+10
* Remove redundant .c_str()sWladimir J. van der Laan2014-01-231-1/+1
* Changed Get64(.) to GetLow64()Thomas Holenstein2013-12-251-4/+4
* Cleanup code using forward declarations.Brandon Dahler2013-11-101-17/+19