Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Better policy support for IPv6 | Nick Mathewson | 2012-11-14 |
| | | | | | | | | | | | Now, "accept *:80" means "accept all addresses on port 80", and not just IPv4. For just v4, say "accept *4:80"; for just v6 say "accept *6:80". We can parse these policies from torrc just fine, and we should be successfully keeping them out of descriptors for now. We also now include appropriate IPv6 addresses in "reject private:*" | ||
* | Change some comments to reflect the multitude of GeoIP databases. | Linus Nordberg | 2012-10-31 |
| | |||
* | Separate IPv4 and IPv6 geoip file loading. | Linus Nordberg | 2012-10-20 |
| | | | | | | | Also add IPv6 geoip file digest to extra info. Also also, add support for IPv6 addresses in control command "ip-to-country". | ||
* | Two changes lost in rebase resurrected. | Linus Nordberg | 2012-10-17 |
| | |||
* | Split the routerset code out of routerlist.c | Nick Mathewson | 2012-09-14 |