squid icon indicating copy to clipboard operation
squid copied to clipboard

Squid Web Proxy Cache

Results 167 squid issues
Sort by recently updated
recently updated
newest added

Adds custom stream class for display formatting Mgr::Action reports and I/O manipulators for use by report generators to embed syntax markup without knowing the specific syntax tokens.

S-waiting-for-PR
M-ignored-by-merge-bots

Address.cc:663 getAddrInfo() assertion failed: false Commit fd9c47d added Ip::Address::fromHost(). That method relies on the old lookupHostIP() method for the final parsing steps. Unfortunately, lookupHostIP() could successfully return an IPv6 address...

S-waiting-for-author

When handling a request with an `http://target/squid-internal...` URL (e.g., cache manager pages and MIME icons), Squid needs to determine whether the URL points at the current/receiving Squid port. Requests with...

S-waiting-for-author
backport-to-v6

S-waiting-for-more-authors
M-ignored-by-merge-bots

Before these changes: * Bug 2727: Master process kept the original cache.log open forever, resulting in that file lurking in the filesystem for as long as a Squid instance runs,...

S-waiting-for-more-reviewers
M-ignored-by-merge-bots

What this build option did can also be performed using both options "--without-expat --without-xml2". Check libexpat and libxml2 with SQUID_CHECK_LIB_WORKS. Expand the macro to auto-define make variable ENABLE_LIBFOO and compiler...

S-waiting-for-author
feature

Mozilla has not maintained their LDAP SDK since 2017: https://wiki.mozilla.org/LDAP_C_SDK#Latest_News_-_10.2F13.2F2017 Admin needing to use that SDK can ./configure Squid with: --with-ldap=/path/to/sdk CPPFLAGS=-I/path/to/sdk/mozldap

S-waiting-for-author
S-waiting-for-QA