aboutsummaryrefslogtreecommitdiff
path: root/src/addrman.h
Commit message (Expand)AuthorAgeFilesLines
* [addrman] Ensure collisions eventually get resolvedSuhas Daftuar2019-03-091-0/+3
* Use C++11 default member initializersMarcoFalke2019-01-051-23/+7
* Make addrman use its local RNG exclusivelyPieter Wuille2018-12-121-4/+1
* scripted-diff: Move util files to separate directory.Jim Posen2018-11-041-1/+1
* Merge #13115: addrman: Add Clang thread safety annotations for variables guar...MarcoFalke2018-10-091-26/+27
|\
| * Add missing locks and locking annotations for CAddrManpracticalswift2018-10-081-26/+27
* | Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* | scripted-diff: Remove trailing whitespacesJoão Barbosa2018-07-241-2/+2
|/
* Merge #12731: Support serialization as another type without castingWladimir J. van der Laan2018-04-101-1/+1
|\
| * Support serialization as another type without castingPieter Wuille2018-03-201-1/+1
* | Fix typospracticalswift2018-03-211-1/+1
|/
* Add test-before-evict discipline to addrmanEthan Heilman2018-03-061-3/+40
* Merge #10498: Use static_cast instead of C-style casts for non-fundamental typesMarcoFalke2018-02-071-1/+1
|\
| * Use static_cast instead of C-style casts for non-fundamental typespracticalswift2017-09-221-1/+1
* | 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-5/+5
|\ \
| * | Use range-based for loops (C++11) when looping over map elementspracticalswift2017-10-091-5/+5
| |/
* | scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-6/+6
* | addrman: Add missing lock in Clear() (CAddrMan)practicalswift2017-10-311-0/+1
|/
* when clearing addrman clear mapInfo and mapAddrGregory Sanders2017-09-051-0/+2
* 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-3/+8
|\
| * Switch FastRandomContext to ChaCha20Pieter Wuille2017-03-291-3/+8
* | Change LogAcceptCategory to use uint32_t rather than sets of strings.Gregory Maxwell2017-04-011-5/+7
|/
* Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
* Remove double brackets in addrmanMatt Corallo2016-11-261-18/+12
* Fix AddrMan lockingMatt Corallo2016-11-261-13/+10
* Get rid of nType and nVersionPieter Wuille2016-11-071-3/+3
* Make GetSerializeSize a wrapper on top of CSizeComputerPieter Wuille2016-11-071-5/+0
* Kill insecure_random and associated global stateWladimir J. van der Laan2016-10-171-0/+3
* net: narrow include scope after moving to netaddressCory Fields2016-07-311-1/+1
* Introduce enum ServiceFlags for service flagsPieter Wuille2016-06-131-2/+2
* Keep addrman's nService bits consistent with outbound observationsPieter Wuille2016-06-131-0/+11
* Do not increment nAttempts by more than one for every Good connection.Gregory Maxwell2016-05-261-0/+8
* Avoid counting failed connect attempts when probably offline.Gregory Maxwell2016-05-261-3/+3
* CAddrMan::Deserialize handle corrupt serializations better.Patrick Strateman2016-04-241-0/+8
* Merge #7212: Adds unittests for CAddrMan and CAddrinfo, removes source of non...Wladimir J. van der Laan2016-01-281-8/+5
|\
| * Increase test coverage for addrman and addrinfoEthan Heilman2016-01-271-8/+5
* | Add missing copyright headersMarcoFalke2016-01-051-0/+1
|/
* Creates unittests for addrman, makes addrman testable.EthanHeilman2015-09-241-4/+12
* typofixes (found by misspell_fixer)Veres Lajos2015-08-101-1/+1
* make CAddrMan::size() return the correct type of size_tPhilip Kaufmann2015-06-151-1/+1
* Comment edits and cleanupBitcoinPRReadingGroup2015-05-141-3/+3
* addrman: update commentsPavel Vasin2015-05-141-2/+0
* Non-grammatical language improvementsLuke Dashjr2015-05-021-1/+1
* Bugfix: Grammar fixesCorinne Dashjr2015-05-011-3/+3
* nLastTry is only used for addrman entriesPieter Wuille2015-04-191-6/+7
* Scale up addrmanPieter Wuille2015-03-231-10/+10
* Always use a 50% chance to choose between tried and new entriesPieter Wuille2015-03-231-3/+3
* Make addrman's bucket placement deterministic.Pieter Wuille2015-03-231-60/+107