[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] update changelog for 0096
Update of /home2/or/cvsroot/tor
In directory moria.mit.edu:/home2/arma/work/onion/0091/tor
Modified Files:
Tag: tor-0_0_9-patches
ChangeLog
Log Message:
update changelog for 0096
Index: ChangeLog
===================================================================
RCS file: /home2/or/cvsroot/tor/ChangeLog,v
retrieving revision 1.64.2.12
retrieving revision 1.64.2.13
diff -u -d -r1.64.2.12 -r1.64.2.13
--- ChangeLog 23 Mar 2005 21:45:30 -0000 1.64.2.12
+++ ChangeLog 24 Mar 2005 22:24:54 -0000 1.64.2.13
@@ -7,7 +7,12 @@
blowing away the circuit that conn->cpath_layer points to, then
checking to see if the circ is well-formed. Backport check to make
sure we dont use the cpath on a closed connection
+ - Prevent circuit_resume_edge_reading_helper() from trying to package
+ inbufs for marked-for-close streams.
- Don't crash on hup if your options->address has become unresolvable.
+ - Some systems (like OS X) sometimes accept() a connection and tell
+ you the remote host is 0.0.0.0:0. If this happens, due to some
+ other mis-features, we get confused; so refuse the conn for now.
o Bugfixes on 0.0.9.x (other):
- Fix harmless but scary "Unrecognized content encoding" warn message.