]> git.ipfire.org Git - thirdparty/squid.git/history - src
Maintenance: Do not hide squid-conf-tests errors (#1227)
[thirdparty/squid.git] / src /
2023-01-16  Alex RousskovMove Namespace::Foo printing operators to Namespace...
2023-01-14  Alex RousskovBug 5256: Intercepting port fails to accept (#1238)
2023-01-13  Alex RousskovMaintenance: Consistent use of C++11 "override" specifi...
2023-01-09  Alex RousskovWarn about some bad from-helper annotations (#1221)
2023-01-08  gkinkie@gmail.comRemove bundled GnuRegex library (#1229)
2023-01-06  Eduard BagdasaryanLog the number of request sending attempts (#541)
2023-01-04  Alex Rousskov%busy_time: Time spent in transaction-related code...
2022-12-30  gkinkie@gmail.comFix errorpage.cc build on MacOS (#1219)
2022-12-23  Alex RousskovFix GCC v12 build errors related to ADL in "printing...
2022-12-15  Alex RousskovRequire C++17 (#1212)
2022-12-13  Alex RousskovBan acl key changes in req_header, rep_header, and...
2022-12-12  Alex RousskovFix ACL type typo in req_header, rep_header key-changin...
2022-12-10  Alexander Bokovoyext_kerberos_ldap_group_acl: Support -b with -D (#1207)
2022-12-10  Amos JeffriesUpdate LruNode to MEMPROXY_CLASS (#1206)
2022-12-09  Eric WaltersUpdate Host, Via, and other headers in-place when possi...
2022-12-08  Alex RousskovDo not overwrite caching bans (#1189)
2022-12-08  squidadmSource Format Enforcement (#1201)
2022-12-07  sameer-hereOptimize RefCount comparison with raw pointers (#1200)
2022-12-07  Amos JeffriesDrop CBDATA debugging (#1199)
2022-12-05  Eduard BagdasaryanAvoid level-3 "failed to find or read error text file...
2022-12-02  Amos Jeffriesbasic_ncsa_auth: Fix missing libnettle dependency ...
2022-12-02  Amos Jeffrieskerberos_ldap_group: fix unused variable warnings ...
2022-12-02  Amos JeffriesRefactor memory pools statistics gathering (#1186)
2022-12-02  Eduard BagdasaryanBug 5162: mgr:index URL do not produce MGR_INDEX templa...
2022-12-01  Alex RousskovMake Optional<bool> trivially copyable (#1188)
2022-12-01  Alex RousskovMaintenance: Missing squid.h include (#1190)
2022-11-28  Amos JeffriesShuffle MemAllocator to Mem namespace (#1181)
2022-11-24  Amos JeffriesMove MemPoolMeter into Mem namespace (#1183)
2022-11-22  Amos JeffriesRemove Mem::Report() and polish memory_pools_limit...
2022-11-13  Eduard BagdasaryanDo not blame cache_peer for 4xx CONNECT responses ...
2022-11-10  Amos JeffriesRemove --enable-kill-parent-hack (#1178)
2022-11-10  Alex RousskovSort CA certificates in tls-cert=bundle (#1177)
2022-11-09  Alex RousskovImprove cache_peer reporting and NetDB cache_peer searc...
2022-10-22  Eduard BagdasaryanMimic GET reforwarding decisions when our CONNECT fails...
2022-10-21  Eduard BagdasaryanFix milliseconds in certain cache.log messages (#1167)
2022-10-17  Alex RousskovBug 5241: Block all non-localhost requests by default...
2022-10-11  Alex RousskovBug 5241: Block to-localhost, to-link-local requests...
2022-10-05  Alex RousskovFix GCC build on macos-11: -Wunused-parameter (#1159)
2022-10-02  Alex RousskovReport (problems with) DEAD-at-start cache_peers (...
2022-09-28  Amos JeffriesRedux broken krb5.h handling (#1156)
2022-09-24  Amos JeffriesImprove LDAP library detection (#1148)
2022-09-23  Amos JeffriesRename ./configure option --with-libcap to --with-cap...
2022-09-20  Alex RousskovFixed comm.cc:644: "address.port() != 0" assertion...
2022-09-19  Amos JeffriesCleanup libsystemd variables (#1147)
2022-09-18  Amos JeffriesCleanup libexpat variables (#1143)
2022-09-18  Amos JeffriesCleanup libxml2 variables (#1145)
2022-09-18  Amos JeffriesCleanup libnettle detection (#1144)
2022-09-15  Alex RousskovDo not lock an SMP hit twice for the same transaction...
2022-09-14  Eduard BagdasaryanBug 5232: Fix GCC v12 build [-Wuse-after-free] (#1136)
2022-09-11  Amos JeffriesImprove SQUID_YESNO error messages (#1137)
2022-09-11  Eduard BagdasaryanReplaced FDECB callback with a basic async call (#1135)
2022-09-08  Amos JeffriesUpdate configure.ac scripts (#937)
2022-09-07  squidadmSource Format Enforcement (#1132)
2022-09-05  Alex RousskovReplaced most custom high-level callbacks with a unifie...
2022-09-03  Alex RousskovStop (ab)using Transient entry flags for CF requirement...
2022-09-02  Amos JeffriesPrep for 5.7 (#1131)
2022-09-02  Alex RousskovFix printing Security::ErrorDetail (#1129)
2022-09-02  Alex RousskovFewer "busy shutdown" crashes; simpler shutdown cleanup...
2022-08-31  Alex RousskovRemove unused/disabled/broken LEAK_CHECK_MODE code...
2022-08-29  Alex RousskovMaintenance: Remove an always-false condition (#1122)
2022-08-22  pponakanOptimize ephemeral port reuse with IP_BIND_ADDRESS_NO_P...
2022-08-22  Alex RousskovFixed StoreMap.cc "anchorAt(anchorId).reading()" assert...
2022-08-19  Alex RousskovHonor httpd_suppress_version_string in more contexts...
2022-08-19  Alex RousskovMake COMM_ORPHANED and COMM_REUSEPORT values distinct...
2022-08-18  Amos JeffriesFix typo in manager ACL (#1113)
2022-08-17  Eduard BagdasaryanAsyncJob-protect and reduce ICAP DNS lookup call chain...
2022-08-14  Alex RousskovDo not tell admins that we are replacing their .* with...
2022-08-09  Amos JeffriesRemove send-announce (#1110)
2022-08-09  Alex RousskovDo not "open" Comm::Connection on oldAccept() errors...
2022-08-09  Alex RousskovUnify r.n.g. seed generation (#1109)
2022-08-04  Alex RousskovMaintenance: Improve stability of gperf-generated sourc...
2022-08-02  Francesco ChemolliFix build on arm32 (#1108)
2022-07-30  Alex RousskovSupport non-trivial Optional values (#1106)
2022-07-29  Roie RachamimUse ThisCache2 buffer size when filling ThisCache2...
2022-07-29  Alex RousskovMaintenance: Trigger -Wswitch in more build environment...
2022-07-27  Alex RousskovRemove support for Gopher protocol (#1092)
2022-07-24  Alex RousskovFix handling of bad SNMP variable type when parsing...
2022-07-24  Amos JeffriesRFC 9111: Stop treating Warning specially (#1072)
2022-07-23  Eduard BagdasaryanRefactored Ip::Intercept::Lookup() (#1062)
2022-07-22  Alex RousskovFix --disable-strict-error-checking and -W... options...
2022-07-20  Alex RousskovDiscarded connections do not contribute to forward_max_...
2022-07-19  squidadmSource Format Enforcement (#1089)
2022-07-17  Amos JeffriesBug 5133: OpenSSL 3.0 support (#694)
2022-07-15  Eduard BagdasaryanPreserve caller context in TcpAcceptor (#1087)
2022-07-14  Eduard BagdasaryanStreamline Store swap metadata handling (#1067)
2022-07-12  Alex RousskovMaintenance: Eliminate a (wrong) solution in a TODO...
2022-07-10  Alex RousskovMaintenance: Removed most NULLs using modernize-use...
2022-07-10  Alex RousskovMaintenance: Remove unused data members (#1082)
2022-07-06  Alex RousskovMaintenance: Improve stability of generated automake...
2022-07-03  Alex RousskovMaintenance: Fix cf_gen build warnings with clang v12...
2022-07-02  Alex RousskovBug 5160: Test suite fails with -flto=auto (#897)
2022-07-02  Francesco Chemolliext_session_acl: fix TDB key lookup (#1064)
2022-06-21  Amos JeffriesRFC 9113 update documentation references (#1071)
2022-06-16  Alex RousskovAvoid reading tls-cert=bundle twice when loading certif...
2022-06-13  Alex RousskovDo not send more than one self-signed certificate ...
2022-06-11  Amos JeffriesRFC 9218 Priority header registration (#1070)
2022-06-10  Eduard BagdasaryanBreak long store_client call chains with async calls...
2022-06-08  Francesco ChemolliUse SBuf for Fs::Ufs::RebuildState file paths (#1063)
2022-06-08  Francesco ChemolliRemove use of deprecated std::iterator (#1069)
2022-06-08  Francesco ChemolliRemove reference to deprecated std::binary_function...
next