Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-22 | remove some unused functions | Marko Bencun | |
Identified with `cppcheck --enable=unusedFunction .`. - GetSendBufferSize()'s last use removed in 991955ee81034dc3fbc1c2a8e60c04fc9e0b538c - SetPort()'s last use removed in 7e195e8459ad741368db6bb574981fccb1707268 - GetfLargeWorkInvalidChainFound() was introduced in e3ba0ef95636290a3bb597ddd25d13ea13b034aa and never used | |||
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 | |