summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2008-12-17clean up old changelog a bit while i'm at itRoger Dingledine
svn:r17660
2008-12-17backport r17657Roger Dingledine
svn:r17658
2008-12-17Note that I _did_ backport r17566.Nick Mathewson
svn:r17641
2008-12-17Backport r17139: Fix another case of refusing to use a chosen exit node ↵Nick Mathewson
because we think it will reject _mostly_ everything. Based on patch from rovv. See bug 752. svn:r17640
2008-12-17Backport r17184: when building preemptive circuits, ignore streamsNick Mathewson
that have a chosen exit node in mind already. otherwise we get tricked into trying to build a new circuit that will handle them. svn:r17639
2008-12-17Backport r17181: fix the other half of r17091. now that best_support can be ↵Nick Mathewson
-1, we were complaining about no support for our one-hop streams, when in fact choose_good_exit_server_general() has no business caring about one-hop streams. patch from miner. svn:r17638
2008-12-17Backport r17091: when we have no pending streams, choose exits with ↵Nick Mathewson
choose_good_exit_server_general rather than with circuit_get_unhandled_ports(). svn:r17637
2008-12-17Partial backport of DNS address/name checking (r16621), and backport of 0x20 ↵Nick Mathewson
hack (r17171). svn:r17636
2008-12-16Backport r166558: avoid mis-routing create cells. This has seen enough ↵Nick Mathewson
testing that we can be more confident in it now. svn:r17635
2008-12-14minimal (i think) backport of r17625Roger Dingledine
svn:r17626
2008-12-14Backport bug 691 fix: do not shutdown Tor servers right away if the network ↵Nick Mathewson
is down. svn:r17623
2008-12-14Mark bug 691 fix for backportNick Mathewson
svn:r17622
2008-12-10Oops; that should have been bug 874, not 879.Nick Mathewson
svn:r17564
2008-12-10Note that last commit is backportable.Nick Mathewson
svn:r17563
2008-12-10Backport karsten's bug 885 fix.Nick Mathewson
svn:r17558