Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-01-10 | Backport r18063: make ServerDNSRandomizeCase work. Fix bug 905. | Nick Mathewson | |
svn:r18066 | |||
2009-01-07 | When parsing routerstatus lines in votes, use previously defined smartlist ↵ | Karsten Loesing | |
rs_tokens instead of tokens. Pointed out by multiplication_. svn:r17997 | |||
2009-01-07 | note r17993 for backport | Roger Dingledine | |
svn:r17994 | |||
2009-01-06 | backport r17970 | Roger Dingledine | |
svn:r17972 | |||
2009-01-06 | backport r17958 | Roger Dingledine | |
svn:r17961 | |||
2009-01-06 | Note r17924 for backport. | Nick Mathewson | |
svn:r17956 | |||
2009-01-06 | backport r17920: bridge relays don't fetch descriptors much | Roger Dingledine | |
svn:r17947 | |||
2009-01-06 | change my mind about backporting r17945 | Roger Dingledine | |
svn:r17946 | |||
2009-01-05 | note r17917 for eventual backport | Roger Dingledine | |
svn:r17922 | |||
2009-01-05 | note r17920 for backport | Roger Dingledine | |
svn:r17921 | |||
2009-01-05 | Backport 17891 and 17892 to fix openbsd build warnings. Also backport ↵ | Nick Mathewson | |
snarky comments. svn:r17908 | |||
2009-01-05 | Note two backportable things. | Nick Mathewson | |
svn:r17907 | |||
2009-01-05 | declare that we're going to put 0.2.0.33 out this month. | Roger Dingledine | |
svn:r17895 | |||
2009-01-04 | Make ChangeLog for backport of 874 more accurate. | Karsten Loesing | |
svn:r17894 | |||
2009-01-04 | Note two bugfixes for backport; note others as backported. | Nick Mathewson | |
svn:r17889 | |||
2009-01-04 | Backport 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-04 | Backport 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-04 | Backport 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-04 | Backport 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-04 | Backport r17137: Patch from rovv: send back END cell in response to connect ↵ | Nick Mathewson | |
attempts to nonexistent hidden service port. svn:r17868 | |||
2008-12-29 | Note r14830 for backport, since we have confirmed that firefox does not ↵ | Nick Mathewson | |
actually enable TLS compression. svn:r17813 | |||
2008-12-29 | Backport r17806. Update openssl version, suggest latest libevent. | Andrew Lewman | |
svn:r17807 | |||
2008-12-22 | Make check-spaces happy. | Karsten Loesing | |
svn:r17719 | |||
2008-12-22 | gabelmoo has a new IP address. | Karsten Loesing | |
svn:r17718 | |||
2008-12-18 | Backport: Make it possible to call set_onion_key twice without leaking RAM. | Nick Mathewson | |
svn:r17675 | |||
2008-12-18 | Backport: 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-18 | Backport: 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-18 | Backport: Fix memory leak in rend_cache_store_v2_desc_as_client(). | Nick Mathewson | |
svn:r17666 | |||
2008-12-17 | clean up old changelog a bit while i'm at it | Roger Dingledine | |
svn:r17660 | |||
2008-12-17 | backport r17657 | Roger Dingledine | |
svn:r17658 | |||
2008-12-17 | Note that I _did_ backport r17566. | Nick Mathewson | |
svn:r17641 | |||
2008-12-17 | Backport 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-17 | Backport r17184: when building preemptive circuits, ignore streams | Nick 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-17 | Backport 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-17 | Backport 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-17 | Partial backport of DNS address/name checking (r16621), and backport of 0x20 ↵ | Nick Mathewson | |
hack (r17171). svn:r17636 | |||
2008-12-16 | Backport 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-14 | minimal (i think) backport of r17625 | Roger Dingledine | |
svn:r17626 | |||
2008-12-14 | Backport bug 691 fix: do not shutdown Tor servers right away if the network ↵ | Nick Mathewson | |
is down. svn:r17623 | |||
2008-12-14 | Mark bug 691 fix for backport | Nick Mathewson | |
svn:r17622 | |||
2008-12-10 | Oops; that should have been bug 874, not 879. | Nick Mathewson | |
svn:r17564 | |||
2008-12-10 | Note that last commit is backportable. | Nick Mathewson | |
svn:r17563 | |||
2008-12-10 | Backport karsten's bug 885 fix. | Nick Mathewson | |
svn:r17558 | |||
2008-12-10 | Backport tiny memory leak fix. | Nick Mathewson | |
svn:r17557 | |||
2008-12-04 | Backport r17482. Update the win32 directions to mention the many symlink ↵ | Andrew Lewman | |
errors one receives. svn:r17483 | |||
2008-12-04 | Backport r17480. Update libevent version in the win32 directions. | Andrew Lewman | |
svn:r17481 | |||
2008-12-03 | Backport: fix bug 880: find the end of an authority cert by looking for the ↵ | Nick Mathewson | |
first ----END SIGNATURE----- after the first dir-key-certification, not for the first ----END SIGNATURE. Harmless bug, but it made us non-spec-compliant. svn:r17471 | |||
2008-12-02 | backport r17458, It's Short not Sort. Fix path to package list. | Andrew Lewman | |
svn:r17459 | |||
2008-12-02 | backport r17392: Compile without warnings on solaris | Roger Dingledine | |
svn:r17450 | |||
2008-12-02 | r17162 is harder to backport than i realized | Roger Dingledine | |
svn:r17449 |