diff options
author | Robert James Kaes <rjkaes@users.sourceforge.net> | 2002-04-16 04:58:51 +0000 |
---|---|---|
committer | Robert James Kaes <rjkaes@users.sourceforge.net> | 2002-04-16 04:58:51 +0000 |
commit | 795f4f2fe784cf9fe807a778241f7fdd5653bf61 (patch) | |
tree | 72bd22c32f838a0e1eee183d554cb6a75968d4e1 | |
parent | 8defcc62258e9bd2ff6fb387a8c0b4a034dcd82c (diff) | |
download | tinyproxy-795f4f2fe784cf9fe807a778241f7fdd5653bf61.tar.gz tinyproxy-795f4f2fe784cf9fe807a778241f7fdd5653bf61.zip |
More spelling fixes.
Diffstat (limited to '')
-rw-r--r-- | ChangeLog | 10 | ||||
-rw-r--r-- | README | 2 |
2 files changed, 6 insertions, 6 deletions
@@ -211,12 +211,12 @@ * src/reqs.c (connect_to_tunnel): Moved the tunnel connection code into its own function. (TUNNEL_CONFIGURED): Added a macro to help simplify the tests for - tunnelling support. + tunneling support. 2001-12-17 Robert James Kaes <rjkaes@flarenet.com> * src/reqs.c (handle_connection): Also log the request when - tinyproxy is in tunnelling mode. This was implemented by + tinyproxy is in tunneling mode. This was implemented by Hans-Georg Bork. 2001-12-16 Robert James Kaes <rjkaes@flarenet.com> @@ -602,7 +602,7 @@ 2001-06-06 Robert James Kaes <rjkaes@flarenet.com> - * configure.in: Total reorganisation. + * configure.in: Total reorganization. 2001-06-04 Robert James Kaes <rjkaes@flarenet.com> @@ -714,7 +714,7 @@ 2000-10-23 17:44 rjkaes - * src/tinyproxy.c: Added the initialisation section for the DNS and + * src/tinyproxy.c: Added the initialization section for the DNS and Anonymous sub systems. 2000-10-23 17:43 rjkaes @@ -973,7 +973,7 @@ 2000-04-26 12:31 rjkaes - * ChangeLog, src/dnscache.c, src/uri.c: Reorganised (or added) the + * ChangeLog, src/dnscache.c, src/uri.c: Reorganized (or added) the #include <sys/types.h> line so tinyproxy would compile cleanly on FreeBSD systems. @@ -3,7 +3,7 @@ ----------- tinyproxy is a small, efficient HTTP/SSL proxy daemon released under - the GNU General Public Licence (GPL). tinyproxy is very useful in a + the GNU General Public License (GPL). tinyproxy is very useful in a small network setting, where a larger proxy like Squid would either be too resource intensive, or a security risk. One of the key features of tinyproxy is the buffering connection concept. In |