Download List

專案描述

Tinyproxy is a light-weight HTTP/HTTPS proxy daemon for POSIX operating systems. Designed from the ground up to be fast and yet small, it is an ideal solution for use cases such as embedded deployments where a full featured HTTP proxy is required, but the system resources for a larger proxy are unavailable.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2003-10-18 00:12
1.6.2

A problem with the filter initialization code when comments appeared on the first line has been fixed. In addition, the ability to escape the comment character was added. A problem with the installation of the HTML error pages has also been fixed.
標籤: Stable, Minor bugfixes

2003-08-07 19:44
1.6.1

An off-by-one error in the MaxRequestsPerChild directive has been fixed. An assert has been removed from the debugging realloc() function since a NULL pointer is allowed by the realloc() spec.
標籤: Stable, Minor bugfixes

2003-07-14 20:58
1.6.0

This release adds both bugfixes and feature enhancements. The two
biggest changes are the additions of dynamic HTML error-handling code
(which allows the HTML error messages to be template-driven) and
expanded upstream proxy support (allowing different proxies to be
used, based on the request). In addition, there have been numerous
bugfixes to work around some broken clients (IE's POST method, for
example), and broken servers (which do not follow the HTTP
specification correctly). All users of tinyproxy are encouraged to
upgrade to this release.
標籤: Stable, Major feature enhancements

2003-01-24 02:56
1.5.2

PID and log files are handled correctly now, and more error messages are produced when problems occur. TCP tunnel capabilities were removed. A fix was made for a problem with the actual connection relaying portion of the code---this was an edge case, so most people would not notice the problem. tinyproxy should now compile cleanly on OS X. A new directive was added to control the Via HTTP header. A problem with embedded user names and passwords in the URL was also solved.
標籤: Stable, Minor bugfixes

2002-05-09 23:31
1.5.0

The DNS caching system has been removed. HTTP standards compliance has been improved, and and all websites should work properly (for example www.heise.de). There are new security related directives for the CONNECT method. A ton of memory leaks were fixed, as well as a problem where memory would be freed twice. A bug in the log rotation code which could cause log file corruption has been fixed. Code which closed a socket twice (leading to undefined errors) has been removed. A SEGFAULT in the tunnel code has been fixed.
標籤: Stable, Major bugfixes

Project Resources