Francesco Chemolli
Francesco Chemolli
* Allow passing astyle program name via ASTYLE environment variable. * By default, use "astyle-3.1" if present or "astyle" otherwise. * Add an option to format changed source files only....
Auth::User uses a dlink_list for proxy_match_cache replace it with a std::list to make the code cleaner and more readable. Removing this dlink container should resolve Coverity issue #1461172.
cast from 'void*' HANDLE to long int loses precision [-fpermissive]
NTLM status codes are defines and overlap somewhat. Turn them into a C++ enum class.
MacOS offers useable but deprecated LDAP and SASL frameworks. Use them.
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...