diff options
author | Nick Mathewson <nickm@torproject.org> | 2006-11-17 03:34:58 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2006-11-17 03:34:58 +0000 |
commit | e2abc727e5ee08037eb79615ca81d52f6d14ef07 (patch) | |
tree | 1fe26481a4c26bda3437a36214bf169d18611cc8 /ChangeLog | |
parent | d125c61e02743d5420567f954a176baeaa4f76a9 (diff) | |
download | tor-e2abc727e5ee08037eb79615ca81d52f6d14ef07.tar tor-e2abc727e5ee08037eb79615ca81d52f6d14ef07.tar.gz |
r9561@Kushana: nickm | 2006-11-16 22:32:54 -0500
Tweaks to test-connection patch: use ".noconnect" instead of ".test" (since there are lots of ways to test things). Use a regular sequence of STREAM events (NEW followed by CLOSED) instead of a new event type. Make the function that checks the address be static and use const and strcasecmpend properly.
svn:r8959
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -7,6 +7,12 @@ Changes in version 0.1.2.4-alpha - 2006-11-?? o Minor features - Add breakdown of public key operations to dumped statistics. + o Minor features, controller + - Make all connections to addresses of the form .noconnect immediately + get closed. This is more useful than you'd think, since it lets + application/controller combos successfully tell when they're talking to + the same Tor by watching for STREAM events. + o Major bugfixes - Handle TransPort connections even when the server sends data before the client sends data. Previously, the connection would just hang |