From 7cc7145802ad1bc34df9c1ffa54ce1eb8de1cbe2 Mon Sep 17 00:00:00 2001 From: Leonid Evdokimov Date: Sat, 13 Dec 2008 15:39:00 +0600 Subject: [PATCH] Added link to transocks_ev. --- README | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README b/README index 8bb420f..cd881bf 100644 --- a/README +++ b/README @@ -13,9 +13,13 @@ your bugreports are welcome. Transocks[3] is alike project but it has noticable performance penality. +Transsocks_ev[4] is alike project too, but it has no HTTPS-proxy support +and does not support authentication. + [1] http://www.torproject.org [2] http://www.globax.biz [3] http://transocks.sourceforge.net/ +[4] http://oss.tiggerswelt.net/transocks_ev/ Features @@ -44,7 +48,7 @@ Text of GPLv3 is included in file `COPYING'. Compilation =========== -libevent[4] is required. +libevent[5] is required. gcc is only supported compiler right now, other compilers can be used but may require some code changes. @@ -53,7 +57,7 @@ Compilation is as easy as running `make', there is no `./configure' magic. GNU Make works, other implementations of make were not tested. -[4] http://www.monkey.org/~provos/libevent/ +[5] http://www.monkey.org/~provos/libevent/ Running