Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-11-07 | Update geoip and geoip6 to the November 3 2016 database. | Karsten Loesing | |
2016-10-05 | Update geoip and geoip6 to the October 6 2016 database. | Karsten Loesing | |
2016-09-07 | Update geoip and geoip6 to the September 6 2016 database. | Karsten Loesing | |
2016-08-12 | Update geoip and geoip6 to the August 2 2016 database. | Karsten Loesing | |
2016-07-18 | Update geoip and geoip6 to the July 6 2016 database. | Karsten Loesing | |
2016-06-12 | Update geoip and geoip6 to the June 7 2016 database. | Karsten Loesing | |
2016-05-09 | Update geoip and geoip6 to the May 4 2016 database. | Karsten Loesing | |
2016-04-07 | Update geoip and geoip6 to the April 5 2016 database. | Karsten Loesing | |
2016-03-04 | Update geoip and geoip6 to the March 3 2016 database. | Karsten Loesing | |
2016-02-04 | Update geoip and geoip6 to the February 2 2016 database. | Karsten Loesing | |
2016-01-07 | Update geoip and geoip6 to the January 5 2016 database. | Karsten Loesing | |
2015-12-05 | Update geoip and geoip6 to the December 1 2015 database. | Karsten Loesing | |
2015-10-09 | Update geoip and geoip6 to the October 9 2015 database. | Karsten Loesing | |
2015-09-24 | Update geoip and geoip6 to the September 3 2015 database. | Karsten Loesing | |
2015-07-29 | Update geoip and geoip6 to the July 8 2015 database. | Karsten Loesing | |
2015-06-09 | Update geoip to the June 3 2015 database.maint-0.2.3 | Karsten Loesing | |
2015-04-24 | Update geoip to the April 8 2015 database. | Karsten Loesing | |
2015-03-09 | Update geoip to the March 3 2015 database. | Karsten Loesing | |
2015-01-22 | Update geoip to the January 7 2015 database. | Karsten Loesing | |
2014-11-24 | Update geoip to the November 15 2014 database. | Karsten Loesing | |
2014-08-13 | Update geoip to the August 7 2014 database. | Karsten Loesing | |
2014-07-18 | Update geoip to the July 10 2014 database. | Karsten Loesing | |
2014-06-10 | Update geoip to the June 4 2014 database. | Karsten Loesing | |
2014-02-25 | Fix geoip by falling back to registered countries. | Karsten Loesing | |
See 1d2179bc900f1646a5491b65294e78b175e70056 in master for details. """ Fall back to registered country if necessary. When extracting geoip and geoip6 files from MaxMind's GeoLite2 Country database, we only look at country->iso_code which is the two-character ISO 3166-1 country code of the country where MaxMind believes the end user is located. But if MaxMind thinks a range belongs to anonymous proxies, they don't put anything there. Hence, we omit those ranges and resolve them all to '??'. That's not what we want. What we should do is first try country->iso_code, and if there's no such key, try registered_country->iso_code which is the country in which the ISP has registered the IP address. In short: let's fill all A1 entries with what ARIN et. al think. """ | |||
2014-02-08 | Update to the February 2014 GeoIP database. | Karsten Loesing | |
2013-10-11 | Update to the October 2013 GeoIP database.maint-0.2.2 | Karsten Loesing | |
2013-09-10 | Update to the September 2013 GeoIP database. | Karsten Loesing | |
2013-08-12 | Update to the August 2013 GeoIP database. | Karsten Loesing | |
2013-07-08 | Update to the July 2013 GeoIP database. | Karsten Loesing | |
2013-06-05 | Update to the June 2013 GeoIP database. | Karsten Loesing | |
2013-05-13 | Update to the May 2013 GeoIP database. | Karsten Loesing | |
2013-04-08 | Update to the April 2013 GeoIP database. | Karsten Loesing | |
2013-03-07 | Update to the March 2013 GeoIP database. | Karsten Loesing | |
2013-02-08 | Update to the February 2013 GeoIP database. | Karsten Loesing | |
2013-01-05 | Update to the January 2013 GeoIP database. | Karsten Loesing | |
2012-12-13 | Add link explaining how the geoip file was created. | Karsten Loesing | |
2012-12-13 | Update to the December 2012 GeoIP database. | Karsten Loesing | |
2012-12-13 | Update to the November 2012 GeoIP database. | Karsten Loesing | |
2012-07-06 | Revert to the May 2012 geoip db | Roger Dingledine | |
The June 2012 db marks too many relays as country "A1". Addresses bug 6334. | |||
2012-06-13 | Update to the June 2012 GeoIP database. | Karsten Loesing | |
Manually removed range 0.116.0.0 to 0.119.255.255 which Maxmind says is assigned to AT. This is very likely a bug in their database, because 0.0.0.0/8 is a reserved range. | |||
2012-05-07 | Update to the May 2012 GeoIP database. | Karsten Loesing | |
2012-04-11 | Update to the April 2012 GeoIP database. | Karsten Loesing | |
2012-03-08 | Update to the March 2012 GeoIP database. | Karsten Loesing | |
2012-02-09 | Update to the February 2012 GeoIP database.maint-0.2.1 | Karsten Loesing | |
2012-01-05 | Update to the January 2012 GeoIP database. | Karsten Loesing | |
2011-12-08 | Update to the December 2011 GeoIP database. | Karsten Loesing | |
2011-11-07 | Update to the November 2011 GeoIP database. | Karsten Loesing | |
2011-10-13 | Update to the October 2011 GeoIP database. | Karsten Loesing | |
2011-09-15 | Update to the September 2011 GeoIP database. | Karsten Loesing | |
2011-08-08 | Update to the August 2011 GeoIP database. | Karsten Loesing | |