aboutsummaryrefslogtreecommitdiff
path: root/src/config
AgeCommit message (Collapse)Author
2013-04-08Merge remote-tracking branch 'karsten/geoip-manual-update-apr2013'Nick Mathewson
2013-04-08Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
2013-04-08Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4Nick Mathewson
2013-04-08Merge remote-tracking branch 'origin/maint-0.2.2' into maint-0.2.3Nick Mathewson
2013-04-08Update to the April 2013 GeoIP database.Karsten Loesing
2013-04-08Manually 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-11Merge remote-tracking branch 'karsten/geoip-manual-update-mar2013'Nick Mathewson
2013-03-11Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4Nick Mathewson
2013-03-11Merge remote-tracking branch 'origin/maint-0.2.2' into maint-0.2.3Nick Mathewson
2013-03-07Update to the March 2013 GeoIP database.Karsten Loesing
2013-03-07Manually 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-08Merge remote-tracking branch 'karsten/geoip-manual-update'Nick Mathewson
2013-02-08Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson
2013-02-08Merge remote-tracking branch 'origin/maint-0.2.2' into maint-0.2.3Nick Mathewson
2013-02-08Comment out now obsolete change in geoip-manual.Karsten Loesing
2013-02-08Update to the February 2013 GeoIP database.Karsten Loesing
2013-01-14Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson
2013-01-14Merge remote-tracking branch 'origin/maint-0.2.2' into maint-0.2.3Nick Mathewson
2013-01-05Update to the January 2013 GeoIP database.Karsten Loesing
2012-12-13Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson
Conflicts: src/config/geoip
2012-12-13Merge remote-tracking branch 'origin/maint-0.2.2' into maint-0.2.3Nick Mathewson
2012-12-13Add link explaining how the geoip file was created.Karsten Loesing
2012-12-13Update to the December 2012 GeoIP database.Karsten Loesing
2012-12-13Update to the November 2012 GeoIP database.Karsten Loesing
2012-12-06Update to the December 2012 GeoIP database.Karsten Loesing
2012-11-27Update to the November 2012 GeoIP database.Karsten Loesing
2012-11-27Add script to fix "A1" entries in geoip file.Karsten Loesing
Fixes #6266.
2012-11-13Actually distribute the geoip6 file.Nick Mathewson
Fixes a bug (with no ticket) on 0.2.4.6-alpha.
2012-10-17Update geoip6.Linus Nordberg
2012-10-17Minor tweaks and comments to nils' geoip v6 code.Karsten Loesing
2012-10-17Add GeoIP database for IPv6 addressesnils
2012-09-224aff97cfc didn't update the 'last modified' timestampRoger Dingledine
2012-09-12Revert "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-12Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson
2012-09-126819: typo in torrc.sample.inNick Mathewson
2012-08-09Move to non-recursive makeStewart 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-06Merge branch 'maint-0.2.2' into maint-0.2.3Roger Dingledine
2012-07-06Revert to the May 2012 geoip dbRoger Dingledine
The June 2012 db marks too many relays as country "A1". Addresses bug 6334.
2012-06-13Merge branch 'maint-0.2.2'Roger Dingledine
2012-06-13Update 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-15Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2012-05-14Remove the unused torrc.bridge.in. Bug 5622.Nick Mathewson
2012-05-07Update to the May 2012 GeoIP database.Karsten Loesing
2012-04-23update the torrc.sample timestamp, and clarify socksport 0Roger Dingledine
2012-04-23Merge remote-tracking branch 'nickm/bug5438'Roger Dingledine
2012-04-13Document unit of bandwidth related options in sample torrc.Peter Palfrader
2012-04-11Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2012-04-11Update to the April 2012 GeoIP database.Karsten Loesing
2012-04-02Make it clear that bridges should not be set in MyFamilyDaniel 'koolfy' Faucon
2012-03-30Remove the deprecated FooListenAddress options from torrc.sample.inNick Mathewson
Bug 5438.