summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-02-09bump to 0.2.0.34tor-0.2.0.34Roger Dingledine
svn:r18430
2009-02-09backport r18420 and r18423Roger Dingledine
svn:r18424
2009-02-09Backport r17887: stop accepting 1.2.3 as a valid IPv4 address. This has ↵Nick Mathewson
security implications. svn:r18419
2009-02-09Fix a remote-crash bug. This will need a patch release.Nick Mathewson
svn:r18418
2009-02-08clean up 0.2.0.34 changelog, declare tomorrow as the dayRoger Dingledine
svn:r18412
2009-02-04fix a typo i found in the changelogsRoger Dingledine
svn:r18391
2009-02-02mark r17887 as needing a backport:Roger Dingledine
some windowses let you exploit them if you can hand them the argument to inet_addr(). svn:r18367
2009-01-31Backport r18354: Fix a possible cause of bug 915 when parsing multiple votes ↵Nick Mathewson
one of which was bad. Bugfix on 0.2.0.8-alpha. svn:r18355
2009-01-30update 0.2.0.x changelog and release notes with the announce blurbsRoger Dingledine
svn:r18347
2009-01-29backport r18327. Updated win32/mingw directions for openssl 0.9.8j.Andrew Lewman
svn:r18328
2009-01-29Backport r18325. clean up the rpm creation steps.Andrew Lewman
svn:r18326
2009-01-28Fix bug 893: check AP connections for markedness before expiring them.Nick Mathewson
svn:r18298
2009-01-23New upstream versionPeter Palfrader
svn:r18249
2009-01-22Backport the trivial parts of r18234, especially the one that makes ↵Nick Mathewson
compilation not fail on dev netbsd. svn:r18236
2009-01-22Bump 0.2.0 branch version to 0.2.0.33-devNick Mathewson
svn:r18235
2009-01-21bump to 0.2.0.33tor-0.2.0.33Roger Dingledine
svn:r18212
2009-01-21Note r18210 for backport.Nick Mathewson
svn:r18211
2009-01-21Backport 18203: fix compile warning on panther, and bug 913.Nick Mathewson
svn:r18204
2009-01-20backport r18189. what could go wrong?Roger Dingledine
svn:r18191
2009-01-20backport r17917, r17993: tors that haven't run lately take 10+ minutesRoger Dingledine
to start, and when they do they still use incredibly obsolete descriptors. svn:r18187
2009-01-15bump openssl version.Andrew Lewman
svn:r18113
2009-01-10Backport r18064: fix harmless-to-us bug in ht.hNick Mathewson
svn:r18067
2009-01-10Backport r18063: make ServerDNSRandomizeCase work. Fix bug 905.Nick Mathewson
svn:r18066
2009-01-07When parsing routerstatus lines in votes, use previously defined smartlist ↵Karsten Loesing
rs_tokens instead of tokens. Pointed out by multiplication_. svn:r17997
2009-01-07note r17993 for backportRoger Dingledine
svn:r17994
2009-01-06backport r17970Roger Dingledine
svn:r17972
2009-01-06backport r17958Roger Dingledine
svn:r17961
2009-01-06Note r17924 for backport.Nick Mathewson
svn:r17956
2009-01-06backport r17920: bridge relays don't fetch descriptors muchRoger Dingledine
svn:r17947
2009-01-06change my mind about backporting r17945Roger Dingledine
svn:r17946
2009-01-05note r17917 for eventual backportRoger Dingledine
svn:r17922
2009-01-05note r17920 for backportRoger Dingledine
svn:r17921
2009-01-05Backport 17891 and 17892 to fix openbsd build warnings. Also backport ↵Nick Mathewson
snarky comments. svn:r17908
2009-01-05Note two backportable things.Nick Mathewson
svn:r17907
2009-01-05declare that we're going to put 0.2.0.33 out this month.Roger Dingledine
svn:r17895
2009-01-04Make ChangeLog for backport of 874 more accurate.Karsten Loesing
svn:r17894
2009-01-04Note two bugfixes for backport; note others as backported.Nick Mathewson
svn:r17889
2009-01-04Backport r17562: Do not litter the circuit list with introductino points on ↵Nick Mathewson
sighup. Reuse the ones we can, and dump the rest. Fixes bug 879. Patch by Karsten. svn:r17883
2009-01-04Backport r14830: Do not use SSL compression.Nick Mathewson
It was pointless, since most of our cells are encrypted, full of compressed data, or both; and harmful, because compression is expensive and distinguishable. svn:r17882
2009-01-04Backport r17138: Fix the rest of bug 619: reject *:* servers should not do ↵Nick Mathewson
DNS lookups, even if broken clients send them RELAY_BEGIN cells. Patch from rovv. svn:r17870
2009-01-04Backport r17162 and r17164: verify cpath_layer match on rendezvous cells ↵Nick Mathewson
too. Fixes another case of bug 446. Based on a patch from rovv. svn:r17869
2009-01-04Backport r17137: Patch from rovv: send back END cell in response to connect ↵Nick Mathewson
attempts to nonexistent hidden service port. svn:r17868
2008-12-29Note r14830 for backport, since we have confirmed that firefox does not ↵Nick Mathewson
actually enable TLS compression. svn:r17813
2008-12-29Backport r17806. Update openssl version, suggest latest libevent.Andrew Lewman
svn:r17807
2008-12-22Make check-spaces happy.Karsten Loesing
svn:r17719
2008-12-22gabelmoo has a new IP address.Karsten Loesing
svn:r17718
2008-12-18Backport: Make it possible to call set_onion_key twice without leaking RAM.Nick Mathewson
svn:r17675
2008-12-18Backport: Fix bug 889: share deep-copied keys between threads to avoid races ↵Nick Mathewson
in reference counts. Bugfix on 0.1.0.1-rc. svn:r17674
2008-12-18Backport: Avoid nop call to control_event_or_authdir_new_descriptor that ↵Nick Mathewson
makes coverity think we are dereferencing a null pointer. It is safe, I think, but entirely too clever for our own good. svn:r17670
2008-12-18Backport: Fix memory leak in rend_cache_store_v2_desc_as_client().Nick Mathewson
svn:r17666