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

Apart from addition of 'noexcept' labels to match std::string this is only documentation updates to shrink the size of SBuf.h and clarify which methods obey std::string semantics.

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

Also polished tcp_outgoing_address documentation a little.

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

Pave the way for modern regex use. C++11 std::regex provides a portable API for pattern matching and allows future addition of flags to select different syntax languages at admin choice....

S-waiting-for-QA

Single memory area sizes and most container item counters should use size_t. This change resolves several integer overflow issues identified by CodeQL static analysis. Also adjust a few declarations of...

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

This is a partial revert of commit 064679ea374d2f58ae4660d9a2af213b9be24bba, which removed the "ignore-must-revalidate" option. The option was not actually broken, but it is not about the storage of objects - it...

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

Convert the Nonce object to class with MEMPROXY memory pooling, smart pointer reference counting, and most of the old management functions converted to members. Replace deprecated dlink and hash_link with...

M-ignored-by-merge-bots

Move the configuration parser logic for slash-escaping quoted strings to libformat and use SBuf instead of char* for the string management.

M-ignored-by-merge-bots

This change provide a case-insensitive version of hash4() while avoiding hash4() code duplication. This solution has significantly better performance than calling tolower() before applying hash4() because applying tolower() requires copying...

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

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