- 14 Mar, 2005 2 commits
-
-
Nick Mathewson authored
svn:r3757
-
Nick Mathewson authored
Raise common code for "detach this stream and try it with a different circuit" into a separate function; make that function handle controller-managed streams right. svn:r3756
-
- 13 Mar, 2005 1 commit
-
-
Roger Dingledine authored
to see if somebody was contradicting his exit policy were wrong. svn:r3755
-
- 12 Mar, 2005 5 commits
-
-
Roger Dingledine authored
svn:r3754
-
Roger Dingledine authored
svn:r3753
-
Roger Dingledine authored
svn:r3752
-
Nick Mathewson authored
svn:r3751
-
Roger Dingledine authored
svn:r3750
-
- 11 Mar, 2005 11 commits
-
-
Roger Dingledine authored
svn:r3749
-
Nick Mathewson authored
svn:r3748
-
Nick Mathewson authored
svn:r3747
-
Nick Mathewson authored
svn:r3746
-
Nick Mathewson authored
svn:r3745
-
Nick Mathewson authored
svn:r3744
-
Roger Dingledine authored
svn:r3743
-
Nick Mathewson authored
Clean up privoxy-tor-toggle; untabify; clean up messages; remove fwd-incompatible "print status on unrecognized command" feature svn:r3742
-
Roger Dingledine authored
seems to be configured for debian by default. svn:r3741
-
Geoff Goodell authored
svn:r3740
-
Geoff Goodell authored
svn:r3739
-
- 10 Mar, 2005 6 commits
-
-
Nick Mathewson authored
svn:r3738
-
Nick Mathewson authored
svn:r3737
-
Nick Mathewson authored
svn:r3736
-
Nick Mathewson authored
svn:r3735
-
Peter Palfrader authored
svn:r3734
-
Nick Mathewson authored
svn:r3733
-
- 03 Mar, 2005 1 commit
-
-
Nick Mathewson authored
svn:r3732
-
- 02 Mar, 2005 9 commits
-
-
Nick Mathewson authored
svn:r3731
-
Nick Mathewson authored
Separate reverse-virtual-address-map entries into ipv4 and hostname slots. Otherwise if you ask me to map "some IPv4 address" to foo.onion, I might tell you that I already mapped "bar.virtual" to foo.onion svn:r3730
-
Nick Mathewson authored
svn:r3729
-
Nick Mathewson authored
Rename unused-address functions to virtual address; this is more accurate. Also, include almost-right implementation of reusing dont-care mappings. (It is still kind of wrong because it does not take type into account.) svn:r3728
-
Nick Mathewson authored
svn:r3727
-
Nick Mathewson authored
Specify and implement fragmented control messages to allow for (among other things) long GETINFO replies. Otherwise we could hit the 64K barrier on questions like "please dump your client-side DNS cache." svn:r3726
-
Nick Mathewson authored
Implement "Dont-Care" from addresses to MapAddress control message. For safety, refuse to launch connections to unmapped addresses in the dont-care range. svn:r3725
-
Nick Mathewson authored
svn:r3724
-
Nick Mathewson authored
svn:r3723
-
- 01 Mar, 2005 5 commits
-
-
Nick Mathewson authored
Add error reason to spec: TORPROTOCOL reason means "you are not speaking a version of Tor I understand; say bye-bye to your stream." svn:r3721
-
Nick Mathewson authored
Revise all calls to connection_edge_end to avoid sending MISC, and to take errno into account where possible. svn:r3720
-
Nick Mathewson authored
Forward-port new reasons; clean up code more; add code to convert new reasons to SOCKS5 reply codes; add code to convert errnos to reasons. New code still needs to get invoked. svn:r3719
-
Nick Mathewson authored
svn:r3717
-
Nick Mathewson authored
Change version parsing logic: a version is "obsolete" if it is not recommended and (1) there is a newer recommended version in the same series, or (2) there are no recommended versions in the same series, but there are some recommended versions in a newer series. A version is "new" if it is newer than any recommended version in the same series. svn:r3716
-