[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] last pieces of 0.1.1.9-alpha changelog
Update of /home2/or/cvsroot/tor
In directory moria:/home/arma/work/onion/cvs/tor
Modified Files:
ChangeLog
Log Message:
last pieces of 0.1.1.9-alpha changelog
Index: ChangeLog
===================================================================
RCS file: /home2/or/cvsroot/tor/ChangeLog,v
retrieving revision 1.119
retrieving revision 1.120
diff -u -d -r1.119 -r1.120
--- ChangeLog 13 Nov 2005 05:26:59 -0000 1.119
+++ ChangeLog 15 Nov 2005 01:42:55 -0000 1.120
@@ -19,6 +19,8 @@
- Make directory authorities be non-versioning, non-naming by
default. Now we can add new directory servers without requiring
their operators to pay close attention.
+ - When logging via syslog, include the pid whenever we provide
+ a log entry. Suggested by Todd Fries.
o Performance improvements:
- Directory servers now silently throw away new descriptors that
@@ -51,6 +53,10 @@
- Do round-robin writes of at most 16 kB per write. This might be
more fair on loaded Tor servers, and it might resolve our Windows
crash bug. It might also slow things down.
+ - Our TLS handshakes were generating a single public/private
+ keypair for the TLS context, rather than making a new one for
+ each new connections. Oops. (But we were still rotating them
+ periodically, so it's not so bad.)
- When we were cannibalizing a circuit with a particular exit
node in mind, we weren't checking to see if that exit node was
already present earlier in the circuit. Oops.