Caching and forwarding HTTP web proxy
Squid is a caching proxy for the Web supporting HTTP(S), FTP, and
some others. It reduces bandwidth and improves response times by
caching and reusing frequently-requested web pages. Squid has
extensive access controls and can also be used as a server
accelerator.
- Links to server:proxy / squid
- Has a link diff
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:dirkmueller:Factory/squid && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
README.kerberos | 0000002460 2.4 KB | |
_link | 0000000120 120 Bytes | |
cache_dir.sed | 0000000107 107 Bytes | |
initialize_cache_if_needed.sh | 0000000259 259 Bytes | |
missing_installs.patch | 0000000532 532 Bytes | |
old_nettle_compat.patch | 0000024747 24.2 KB | |
pam.squid | 0000000165 165 Bytes | |
squid-4.15.tar.xz | 0002454176 2.34 MB | |
squid-4.15.tar.xz.asc | 0000001194 1.17 KB | |
squid-user.conf | 0000000103 103 Bytes | |
squid.changes | 0000133977 131 KB | |
squid.keyring | 0000095203 93 KB | |
squid.logrotate | 0000000352 352 Bytes | |
squid.permissions | 0000000067 67 Bytes | |
squid.service | 0000000356 356 Bytes | |
squid.spec | 0000012460 12.2 KB | |
tmpfilesdir.squid.conf | 0000000064 64 Bytes | |
unsquid.pl | 0000005040 4.92 KB |
Revision 2 (latest revision is 14)
Dirk Mueller (dirkmueller)
committed
(revision 2)
- update to 4.15: - Bug 5112: Excessively loud chunked reply parsing error reporting - Bug 5106: Broken cache manager URL parsing - Bug 5104: Memory leak in RFC 2169 response parsing - Bug 3556: "FD ... is not an open socket" for accept() problems - Profiling: CPU timing implemented for MAC non-x86 - Fix HttpHeaderStats definition to include hoErrorDetail - Fix Squid-to-client write_timeout triggers client_lifetime timeout - Limit HeaderLookupTable_t::lookup() to BadHdr and specific IDs - Handle more Range requests - Handle more partial responses - Stop processing a response if the Store entry is gone - ... and some portability fixes - ... and some documentation updates
Comments 0