aboutsummaryrefslogtreecommitdiff
path: root/src/or/routerset.c
Commit message (Collapse)AuthorAge
* Better policy support for IPv6Nick Mathewson2012-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 Nordberg2012-10-31
|
* Separate IPv4 and IPv6 geoip file loading.Linus Nordberg2012-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 Nordberg2012-10-17
|
* Split the routerset code out of routerlist.cNick Mathewson2012-09-14