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

ERROR: AddressSanitizer: new-delete-type-mismatch...: size of the allocated type: 28 bytes; size of the deallocated type: 16 bytes. in Ip::Address::InitAddr(addrinfo*&) src/ip/Address.cc:678 in Ip::Address::FreeAddr(addrinfo*&) src/ip/Address.cc:690 * `delete` used addrinfo::ai_addr type (i.e. sockaddr)...

S-waiting-for-author

Configure currently sets -Werror in SQUID_C{,XX}FLAGS. This makes it so that these flags are not used for configure tests, but are used for building squid, and this can cause different...

S-waiting-for-author

Add pandoc tools dependency to Squid. Initial documentation file conversion to Markdown see https://github.github.com/gfm/ for syntax. Also, updated and polished the squid.8 content to comply better with manual practices and...

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

Currently only used for the Basic authentication helpers where it overwrites the auth_param credentialsttl configuration.

S-waiting-for-author
feature

-- The description below is obsolete; on_ssl_bump_error directive is to be changed to on_error. -- Background - Recent Chromium browsers introduced the HTTPS Upgrade (Automatic HTTPS) function by default: [https://blog.chromium.org/2023/08/towards-https-by-default.html](https://blog.chromium.org/2023/08/towards-https-by-default.html)...

S-waiting-for-author

The WinSock2 API definitions use size_t instead of POSIX socklen_t for struct addrinfo members.

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

error: cannot convert 'int*' to 'const char*' Ensure that parameter 4 is cast properly to char* which is known to be compatible with all known API declarations for this function....

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

Perform the FD read/write byte counting in the class fde read/write methods instead of having the callers perform manual accounting with fd_bytes(). This fixes traffic double-counting in FTP and under-counting...

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

Also a lot of style cleanup on touched code and lines documenting class ACL

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