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 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

带有过滤器的初始化代码的意见时,在第一行出现的问题已得到修复。此外,逃生的能力注释字符加入。阿同HTML错误页的安装问题也得到修复。
标签: Stable, Minor bugfixes
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.

2003-08-07 19:44
1.6.1

场外的,一个在MaxRequestsPerChild指令错误已得到修复。断言已被删除从调试realloc()函数,因为一个空指针的realloc()规格允许的。
标签: Stable, Minor bugfixes
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.

2003-07-14 20:58
1.6.0

此版本增加了两个错误修正和功能的增强。这两个最大的变化是增加动态HTML错误处理代码(允许的HTML错误信息是模板驱动)和扩大上游代理支持(允许不同的代理要使用的基础上,请求)。此外,有许多错误修正,以解决一些破客户端(IE的POST方法,例如),以及破损服务器(不按照HTTP规范正确)。对tinyproxy鼓励所有的用户升级到这个版本。
标签: Stable, Major feature enhancements
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.

2003-01-24 02:56
1.5.2

PID和日志文件是正确处理了,更多的错误信息时产生的问题发生。的TCP隧道功能被拆除。一个修复了一个与实际转述了部分代码连接问题---这是一个优势的情况,因此大多数人不会注意到这个问题。 tinyproxy现在应该在OS X编制干净的新指示添加到控制通过HTTP头。它为嵌入式用户名和密码的URL的问题也得到解决。
标签: Stable, Minor bugfixes
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.

2002-05-09 23:31
1.5.0

在DNS缓存系统已被删除。 HTTP标准的遵守情况得到改善,以及所有的网站应该正常工作(例如www.heise.de)。有新的安全CONNECT方法有关指示。一种内存泄漏吨是固定的,以及在内存将被释放两次的问题。日志中的一个旋转的代码可能导致错误日志文件损坏已得到修复。守则,关闭套接字两次(导致未定义错误)已被删除。在隧道的代码段错误已得到修复。
标签: Stable, Major bugfixes
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.

Project Resources