| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | geoip: Make asn data conditional. | Nick Mathewson | 2026-04-15 | 1 | -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 Mathewson | 2026-04-15 | 1 | -0/+1 |
| This required correcting some errors in our previous ersatz geoip databases. | |||||
