summaryrefslogtreecommitdiff
path: root/crates/tor-geoip/semver.md
Commit message (Collapse)AuthorAgeFilesLines
* geoip: Make asn data conditional.Nick Mathewson2026-04-151-0/+2
| | | | | | | | | | | | This abolishes the NetDefn type, and turns DenseRangeDb into a map to one or (optionally!) two types. For the DBs we ship, which don't have asn information, this saves about 2.5 MiB. (It also probably saves a bit more, since the niche optimization didn't apply to NetDefn as it existed before, since it tried to distinguish Some(None,None) from None.)
* geoip: Migrate code to DenseRangeMap.Nick Mathewson2026-04-151-0/+1
This required correcting some errors in our previous ersatz geoip databases.