Tor

tor:maint-0.2.1

Last commit made on 2012-02-09
Get this branch:
git clone -b maint-0.2.1 https://git.launchpad.net/tor

Branch merges

Branch information

Name:
maint-0.2.1
Repository:
lp:tor

Recent commits

4180624... by Karsten Loesing <email address hidden>

Update to the February 2012 GeoIP database.

8d5c0e5... by Nick Mathewson <email address hidden>

Fix a compilation warning for our bug4822 fix on 64-bit linux

b839ace... by Nick Mathewson <email address hidden>

Merge branch 'bug4822_021_v2_squashed' into maint-0.2.1

4752b34... by Robert Ransom <email address hidden>

Log at info level when disabling SSLv3

0a00678... by Nick Mathewson <email address hidden>

Add a changes file for bug4822

db78fe4... by Nick Mathewson <email address hidden>

Disable SSLv3 when using a not-up-to-date openssl

This is to address bug 4822, and CVE-2011-4576.

df17b62... by Roger Dingledine <email address hidden>

add a changes file for ticket 4825

1db1b23... by Karsten Loesing <email address hidden>

Update to the January 2012 GeoIP database.

120a745... by Nick Mathewson <email address hidden>

Bug 4786 fix: don't convert EARLY to RELAY on v1 connections

We used to do this as a workaround for older Tors, but now it's never
the correct thing to do (especially since anything that didn't
understand RELAY_EARLY is now deprecated hard).

9d07778... by Nick Mathewson <email address hidden>

Add a fix for the buf_pullup bug that Vektor reported