Re: Tor 0.2.1.1-alpha is out

2008-06-18 Thread Olaf Selke
hi, for the sake of improved performance compared to gcc I use to compile the openssl lib as well as the tor application with Intel's C compiler icc. Unlike gcc compiling tor very smoothly icc throws a lot of compiler warnings. You may find my configure script and make output here:

Tor 0.2.1.1-alpha is out

2008-06-17 Thread Roger Dingledine
Tor 0.2.1.1-alpha fixes a lot of memory fragmentation problems that were making the Tor process bloat especially on Linux; makes our TLS handshake blend in better; sends bootstrap phase status events to the controller, so it can keep the user informed of progress (and problems) fetching directory

Re: Tor 0.2.1.1-alpha is out

2008-06-17 Thread krishna e bera
On Wed, Jun 18, 2008 at 12:25:37AM -0400, Roger Dingledine wrote: Changes in version 0.2.1.1-alpha - 2008-06-13 o Memory fixes and improvements: - Add a malloc_good_size implementation to OpenBSD_malloc_linux.c, to avoid unused RAM in buffer chunks and memory pools. - Speed up

Re: Tor 0.2.1.1-alpha is out

2008-06-17 Thread Nick Mathewson
On Wed, Jun 18, 2008 at 01:12:45AM -0400, Roger Dingledine wrote: [...] - Never use OpenSSL compression: it wastes RAM and CPU trying to compress cells, which are basically all encrypted, compressed, or both. Is compression negotiation (or lack thereof) visible to