aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2006-11-17 03:34:58 +0000
committerNick Mathewson <nickm@torproject.org>2006-11-17 03:34:58 +0000
commite2abc727e5ee08037eb79615ca81d52f6d14ef07 (patch)
tree1fe26481a4c26bda3437a36214bf169d18611cc8 /ChangeLog
parentd125c61e02743d5420567f954a176baeaa4f76a9 (diff)
downloadtor-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--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 417b2a356..3db6081bc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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