[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r15156: note that weasel's proposal 134 code is off by default. i be (tor/trunk)
Author: arma
Date: 2008-06-11 20:13:35 -0400 (Wed, 11 Jun 2008)
New Revision: 15156
Modified:
tor/trunk/ChangeLog
Log:
note that weasel's proposal 134 code is off by default. i believe.
correct me if i'm wrong. :)
Modified: tor/trunk/ChangeLog
===================================================================
--- tor/trunk/ChangeLog 2008-06-12 00:08:25 UTC (rev 15155)
+++ tor/trunk/ChangeLog 2008-06-12 00:13:35 UTC (rev 15156)
@@ -52,9 +52,10 @@
buffers.
- Servers support a new URL scheme for consensus downloads that
allows the client to specify which authorities are trusted.
- The server then only sends the consensus if the client will
- trust it. Otherwise a 404 error is sent back. Clients use
- this new scheme when the server supports it.
+ The server then only sends the consensus if the client will trust
+ it. Otherwise a 404 error is sent back. Clients can use this
+ new scheme when the server supports it. Implements proposal 134;
+ disabled for now though.
- If the user has applied the experimental SSL_MODE_RELEASE_BUFFERS
patch to their OpenSSL, turn it on to save memory on servers. This
patch will (with any luck) get included in a mainline distribution