Jump to letter: [
ACDEFGHIKLMNOPQRSX
]
squid - The Squid proxy caching server
- Description:
Squid is a high-performance proxy caching server for Web clients,
supporting FTP, gopher, and HTTP data objects. Unlike traditional
caching software, Squid handles all requests in a single,
non-blocking, I/O-driven process. Squid keeps meta data and especially
hot objects cached in RAM, caches DNS lookups, supports non-blocking
DNS lookups, and implements negative caching of failed requests.
Squid consists of a main server program squid, a Domain Name System
lookup program (dnsserver), a program for retrieving FTP data
(ftpget), and some management and client tools.
Packages
squid-4.0.1-1.el7.x86_64
[3.2 MiB] |
Changelog
by Django (2015-10-31):
- Initial build for CentOS 7
|
squid-4.0.11-1.el7.centos.x86_64
[3.0 MiB] |
Changelog
by Django (2016-06-29):
- Changes to squid-4.0.11:
Bug 4517: error: comparison between signed and unsigned integer
Bug 4492: chunked parser needs to accept BWS after chunk size
HTTP/1.1: allow chunking the last HTTP response on a connection
HTTP/1.1: unfold mime header blocks
TLS: fast SNI peek
TLS: check for SSL_CIPHER_get_id() support required in adjustSSL()
TLS: never enable OPENSSL_HELLO_OVERWRITE_HACK automatically
squidclient: improve shell-escape support in -H option
Do not allow low-level debugging to hide important/critical messages
Replace new/delete operators using modern C++ rules
Remove ie_refresh configuration option
Deprecating SMB LanMan helpers
Mark refresh-waiting transactions with REFRESH
... and some code cleanup and polishing
|