aboutsummaryrefslogtreecommitdiff
path: root/src/addrman.cpp
AgeCommit message (Expand)Author
2015-04-20Cap nAttempts penalty at 8 and switch to pow instead of a division loop.Gregory Maxwell
2015-04-01Always use a 50% chance to choose between tried and new entriesPieter Wuille
2015-04-01Do not bias outgoing connections towards fresh addressesPieter Wuille
2015-04-01Simplify hashing codePieter Wuille
2015-04-01Make addrman's bucket placement deterministic.Pieter Wuille
2015-04-01Switch addrman key from vector to uint256Pieter Wuille
2015-03-17Reduce fingerprinting through timestamps in 'addr' messages.Pieter Wuille
2014-10-27Merge pull request #5119Pieter Wuille
2014-10-24Update comments in addrman to be doxygen compatibleMichael Ford
2014-10-22boost: split stream classes out of serialize.hCory Fields
2014-09-19Apply clang-format on some infrequently-updated filesPieter Wuille
2014-09-05Improve readability of CAddrInfo::IsTerribleTeran McKinney
2014-08-18addrman: Do not propagate obviously poor addresses onto the networkJeff Garzik
2014-01-23Remove redundant .c_str()sWladimir J. van der Laan
2013-12-25Changed Get64(.) to GetLow64()Thomas Holenstein
2013-11-10Cleanup code using forward declarations.Brandon Dahler
2013-09-18Replace printf with LogPrintf / LogPrintGavin Andresen
2012-12-18Split off hash.h from util.hPieter Wuille
2012-09-18Trim trailing whitespace for src/*.{h,cpp}Jeff Garzik
2012-08-18fix a comment in addrman.cppPhilip Kaufmann
2012-05-18Update License in File HeadersFordy
2012-05-09Clean up warningsPieter Wuille
2012-05-05Fix addrman crashesPieter Wuille
2012-05-05Add extra asserts to addrmanPieter Wuille
2012-04-17Further reduce header dependenciesPieter Wuille
2012-04-15Fix loop index var types, fixing many minor sign comparison warningsJeff Garzik
2012-04-15fix warnings: '&&' within '||' [-Wlogical-op-parentheses]Wladimir J. van der Laan
2012-02-24CAddrMan: stochastic address managerPieter Wuille