aboutsummaryrefslogtreecommitdiff
path: root/src/config/geoip
Commit message (Collapse)AuthorAge
* Update geoip to the June 4 2014 database.Karsten Loesing2014-06-10
|
* Fix geoip by falling back to registered countries.Karsten Loesing2014-02-25
| | | | | | | | | | | | | | | | | | | | | | | 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. """
* Update to the February 2014 GeoIP database.Karsten Loesing2014-02-08
|
* Update to the October 2013 GeoIP database.Karsten Loesing2013-10-11
|
* Update to the September 2013 GeoIP database.Karsten Loesing2013-09-10
|
* Update to the August 2013 GeoIP database.Karsten Loesing2013-08-12
|
* Update to the July 2013 GeoIP database.Karsten Loesing2013-07-08
|
* Update to the June 2013 GeoIP database.Karsten Loesing2013-06-05
|
* Update to the May 2013 GeoIP database.Karsten Loesing2013-05-13
|
* Update to the April 2013 GeoIP database.Karsten Loesing2013-04-08
|
* Update to the March 2013 GeoIP database.Karsten Loesing2013-03-07
|
* Update to the February 2013 GeoIP database.Karsten Loesing2013-02-08
|
* Update to the January 2013 GeoIP database.Karsten Loesing2013-01-05
|
* Add link explaining how the geoip file was created.Karsten Loesing2012-12-13
|
* Update to the December 2012 GeoIP database.Karsten Loesing2012-12-13
|
* Update to the November 2012 GeoIP database.Karsten Loesing2012-12-13
|
* Revert to the May 2012 geoip dbRoger Dingledine2012-07-06
| | | | | The June 2012 db marks too many relays as country "A1". Addresses bug 6334.
* Update to the June 2012 GeoIP database.Karsten Loesing2012-06-13
| | | | | | 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.
* Update to the May 2012 GeoIP database.Karsten Loesing2012-05-07
|
* Update to the April 2012 GeoIP database.Karsten Loesing2012-04-11
|
* Update to the March 2012 GeoIP database.Karsten Loesing2012-03-08
|
* Update to the February 2012 GeoIP database.Karsten Loesing2012-02-09
|
* Update to the January 2012 GeoIP database.Karsten Loesing2012-01-05
|
* Update to the December 2011 GeoIP database.Karsten Loesing2011-12-08
|
* Update to the November 2011 GeoIP database.Karsten Loesing2011-11-07
|
* Update to the October 2011 GeoIP database.Karsten Loesing2011-10-13
|
* Update to the September 2011 GeoIP database.Karsten Loesing2011-09-15
|
* Update to the August 2011 GeoIP database.Karsten Loesing2011-08-08
|
* update to the july 2011 geoip dbRoger Dingledine2011-07-07
|
* move to the june 1 2011 maxmind geoip dbRoger Dingledine2011-06-05
|
* Update to the May 1 2011 Maxmind GeoLite Country databaseRoger Dingledine2011-05-10
|
* switch to the apr 2011 geoip dbRoger Dingledine2011-04-04
|
* move to march 2011 geoip fileRoger Dingledine2011-03-08
|
* Update to the February 1 2011 Maxmind GeoLite Country database.Karsten Loesing2011-02-07
|
* Update to the January 1 2011 Maxmind GeoLite Country database.Karsten Loesing2011-01-10
|
* Update to the December 1 2010 Maxmind GeoLite Country database.Karsten Loesing2010-12-08
|
* Update to the October 1 2010 Maxmind GeoLite Country database.Karsten Loesing2010-10-04
|
* Update to the September 1 2010 Maxmind GeoLite Country database.Karsten Loesing2010-09-08
|
* Update to the August 1 2010 Maxmind GeoLite Country database.Karsten Loesing2010-08-03
|
* Update to June 1 2010 Maxmind GeoLite Country database.Karsten Loesing2010-06-07
|
* move to maxmind geoip dbRoger Dingledine2010-05-06
|
* Update the rest of the geoip file.Karsten Loesing2009-06-04
|
* Update the geoip fileNick Mathewson2009-06-03
|
* Update to the "April 3 2009" ip-to-country file.Roger Dingledine2009-04-12
| | | | svn:r19307
* Update to the "February 26 2009" ip-to-country fileRoger Dingledine2009-03-05
| | | | svn:r18774
* Update to the "January 23 2009" ip-to-country fileRoger Dingledine2009-02-12
| | | | svn:r18503
* Update to the "December 19 2008" ip-to-country fileRoger Dingledine2009-01-06
| | | | svn:r17968
* Update to the "September 1 2008" ip-to-country file.Roger Dingledine2008-09-23
| | | | svn:r16940
* update to june 9 2008 ip-to-country fileRoger Dingledine2008-06-11
| | | | svn:r15124
* say how we generated the geoip fileRoger Dingledine2008-05-28
| | | | svn:r14786