Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-04-08 | Merge remote-tracking branch 'karsten/geoip-manual-update-apr2013' | Nick Mathewson | |
2013-04-08 | Merge remote-tracking branch 'origin/maint-0.2.4' | Nick Mathewson | |
2013-04-08 | Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4 | Nick Mathewson | |
2013-04-08 | Merge remote-tracking branch 'origin/maint-0.2.2' into maint-0.2.3 | Nick Mathewson | |
2013-04-08 | Update to the April 2013 GeoIP database. | Karsten Loesing | |
2013-04-08 | Manually fix 'A1' ranges. | Karsten Loesing | |
MaxMind changed twelve 'A1' ranges in their April 2013 database that the the substitution algorithm couldn't fix. Fix them manually. | |||
2013-03-11 | Merge remote-tracking branch 'karsten/geoip-manual-update-mar2013' | Nick Mathewson | |
2013-03-11 | Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4 | Nick Mathewson | |
2013-03-11 | Merge remote-tracking branch 'origin/maint-0.2.2' into maint-0.2.3 | Nick Mathewson | |
2013-03-07 | Update to the March 2013 GeoIP database. | Karsten Loesing | |
2013-03-07 | Manually fix yet another fourteen 'A1' ranges. | Karsten Loesing | |
MaxMind added fourteen new 'A1' ranges in their March 2013 database that the automatic substitution algorithm couldn't fix. Fix them manually. | |||
2013-02-08 | Merge remote-tracking branch 'karsten/geoip-manual-update' | Nick Mathewson | |
2013-02-08 | Merge remote-tracking branch 'origin/maint-0.2.3' | Nick Mathewson | |
2013-02-08 | Merge remote-tracking branch 'origin/maint-0.2.2' into maint-0.2.3 | Nick Mathewson | |
2013-02-08 | Comment out now obsolete change in geoip-manual. | Karsten Loesing | |
2013-02-08 | Update to the February 2013 GeoIP database. | Karsten Loesing | |
2013-01-14 | Merge remote-tracking branch 'origin/maint-0.2.3' | Nick Mathewson | |
2013-01-14 | Merge remote-tracking branch 'origin/maint-0.2.2' into maint-0.2.3 | Nick Mathewson | |
2013-01-05 | Update to the January 2013 GeoIP database. | Karsten Loesing | |
2012-12-13 | Merge remote-tracking branch 'origin/maint-0.2.3' | Nick Mathewson | |
Conflicts: src/config/geoip | |||
2012-12-13 | Merge remote-tracking branch 'origin/maint-0.2.2' into maint-0.2.3 | Nick Mathewson | |
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-12-06 | Update to the December 2012 GeoIP database. | Karsten Loesing | |
2012-11-27 | Update to the November 2012 GeoIP database. | Karsten Loesing | |
2012-11-27 | Add script to fix "A1" entries in geoip file. | Karsten Loesing | |
Fixes #6266. | |||
2012-11-13 | Actually distribute the geoip6 file. | Nick Mathewson | |
Fixes a bug (with no ticket) on 0.2.4.6-alpha. | |||
2012-10-17 | Update geoip6. | Linus Nordberg | |
2012-10-17 | Minor tweaks and comments to nils' geoip v6 code. | Karsten Loesing | |
2012-10-17 | Add GeoIP database for IPv6 addresses | nils | |
2012-09-22 | 4aff97cfc didn't update the 'last modified' timestamp | Roger Dingledine | |
2012-09-12 | Revert "6819: typo in torrc.sample.in" | Nick Mathewson | |
This reverts commit 4aff97cfc7965414ad8506ce28a296da1bc4a161. We don't actually want to be changing the torrc.sample on stable or near-stable stuff, since doing so makes pointless busywork for debian users. | |||
2012-09-12 | Merge remote-tracking branch 'origin/maint-0.2.3' | Nick Mathewson | |
2012-09-12 | 6819: typo in torrc.sample.in | Nick Mathewson | |
2012-08-09 | Move to non-recursive make | Stewart Smith | |
This gives us a few benefits: 1) make -j clean all this will start working, as it should. It currently doesn't. 2) increased parallel build recursive make will max out at number of files in a directory, non-recursive make doesn't have such a limitation 3) Removal of duplicate information in make files, less error prone I've also slightly updated how we call AM_INIT_AUTOMAKE, as the way that was used was not only deprecated but will be *removed* in the next major automake release (1.13).... so probably best that we can continue to bulid tor without requiring old automake. (see http://www.gnu.org/software/automake/manual/html_node/Public-Macros.html ) For more reasons why, see resources such as: http://miller.emu.id.au/pmiller/books/rmch/ | |||
2012-07-06 | Merge branch 'maint-0.2.2' into maint-0.2.3 | Roger Dingledine | |
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 | Merge branch 'maint-0.2.2' | Roger Dingledine | |
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-15 | Merge remote-tracking branch 'origin/maint-0.2.2' | Nick Mathewson | |
2012-05-14 | Remove the unused torrc.bridge.in. Bug 5622. | Nick Mathewson | |
2012-05-07 | Update to the May 2012 GeoIP database. | Karsten Loesing | |
2012-04-23 | update the torrc.sample timestamp, and clarify socksport 0 | Roger Dingledine | |
2012-04-23 | Merge remote-tracking branch 'nickm/bug5438' | Roger Dingledine | |
2012-04-13 | Document unit of bandwidth related options in sample torrc. | Peter Palfrader | |
2012-04-11 | Merge remote-tracking branch 'origin/maint-0.2.2' | Nick Mathewson | |
2012-04-11 | Update to the April 2012 GeoIP database. | Karsten Loesing | |
2012-04-02 | Make it clear that bridges should not be set in MyFamily | Daniel 'koolfy' Faucon | |
2012-03-30 | Remove the deprecated FooListenAddress options from torrc.sample.in | Nick Mathewson | |
Bug 5438. |