Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-08 | Fix subscript[0] in netaddress.cpp | Jeremy Rubin | |
2017-06-14 | net: add an internal subnet for representing unresolved hostnames | Cory Fields | |
We currently do two resolves for dns seeds: one for the results, and one to serve in addrman as the source for those addresses. There's no requirement that the source hostname resolves to the stored identifier, only that the mapping is unique. So rather than incurring the second lookup, combine a private subnet with a hash of the hostname. The resulting v6 ip is guaranteed not to be publicy routable, and has only a negligible chance of colliding with a user's internal network (which would be of no consequence anyway). | |||
2017-04-26 | Remove unused C++ code not covered by unit tests | practicalswift | |
2016-12-31 | Increment MIT Licence copyright header year on files modified in 2016 | isle2983 | |
Edited via: $ contrib/devtools/copyright_header.py update . | |||
2016-08-15 | Do not shadow variables in networking code | Pavel JanÃk | |
2016-07-31 | net: move CNetAddr/CService/CSubNet out of netbase | Cory Fields | |