]> git.ipfire.org Git - thirdparty/squid.git/history - src/base
Fix parsing of malformed quoted squid.conf strings (#2239)
[thirdparty/squid.git] / src / base /
2025-07-31  Francesco ChemolliEnhance and use POSIX socket compatibility layer (...
2025-04-23  squidadmSource Format Enforcement (#2042)
2024-12-22  Eduard BagdasaryanReport cache_peer context in probe and standby pool...
2024-11-10  Eduard BagdasaryanReduce SO_LINGER code duplication (#1941)
2024-11-05  Alex RousskovBug 5383: handleNegotiationResult() level-2 debugs...
2024-04-13  Francesco ChemolliAdd AsList::quoted() (#1779)
2024-04-08  Francesco ChemolliNoNewGlobals for HttpHdrCc:ccLookupTable (#1750)
2024-04-08  Francesco ChemolliAdd AtMostOnce stream manipulator (#1742)
2024-02-14  Amos JeffriesBug 5343: Fix remaining GCC v14 build issues (#1673)
2024-02-14  Amos JeffriesMinGW-w64: enable native file locking (#1358)
2024-01-31  Francesco ChemolliAdd AnyP::Uri::Decode() (#1626)
2024-01-31  Francesco ChemolliMaintenance: automate header guards 2/3 (#1655)
2024-01-29  Alex RousskovRemove AclMatchedName from ACL::ParseAclLine() (#1642)
2024-01-17  ShmayaExtend cache_log_message to Bug 5187 and job invalidati...
2023-12-16  Amos JeffriesReplace __FUNCTION__ with C++11 __func__ (#1620)
2023-12-13  Francesco ChemolliImprove and broadly use asHex() (#1578)
2023-11-01  Francesco ChemolliAdd AsList::suffixedBy() (#1564)
2023-10-15  Francesco ChemolliUpgrade AsList separators to support c-strings (#1519)
2023-10-06  Francesco ChemolliFix "make check" to test headers (#1463)
2023-09-08  Alex RousskovRestore errno in %err_detail for ERR_CONNECT_FAIL ...
2023-09-08  Eduard BagdasaryanReport all AsyncJob objects (mgr:jobs) (#1468)
2023-08-31  Amos JeffriesAllow creation of RefCountable objects via Make() ...
2023-08-19  Amos JeffriesDefine RefCount nullptr assignment operator (#1459)
2023-08-16  Alex RousskovCover OnTerminate() calls unrelated to exception handli...
2023-08-12  ShmayaBug 4981: Work around in-call job invalidation bugs...
2023-08-09  Amos JeffriesDocs: Update all Squid Bugzilla URLs (#1447)
2023-07-16  Alex RousskovDo not use static initialization to register modules...
2023-07-12  Amos JeffriesFix build on GNU/Hurd (#1417)
2023-07-07  Francesco ChemolliSupport read-only ClpMap iteration by ClpMap users...
2023-06-14  Alex RousskovFix key equality comparison in LookupTable map (#1379)
2023-02-25  gkinkie@gmail.comAdd unit tests for ClpMap (#1262)
2023-02-14  Alex RousskovFix --disable-optimizations build: Undefined RetryGapUs...
2023-02-10  Amos JeffriesCleanup: remove xusleep() hacks (#613)
2023-01-22  squidadmSource Format Enforcement (#1234)
2023-01-13  Alex RousskovMaintenance: Consistent use of C++11 "override" specifi...
2023-01-08  gkinkie@gmail.comRemove bundled GnuRegex library (#1229)
2023-01-04  Alex Rousskov%busy_time: Time spent in transaction-related code...
2022-12-23  Alex RousskovFix GCC v12 build errors related to ADL in "printing...
2022-12-15  Alex RousskovRequire C++17 (#1212)
2022-12-08  Alex RousskovDo not overwrite caching bans (#1189)
2022-12-07  sameer-hereOptimize RefCount comparison with raw pointers (#1200)
2022-12-07  Amos JeffriesDrop CBDATA debugging (#1199)
2022-12-01  Alex RousskovMake Optional<bool> trivially copyable (#1188)
2022-12-01  Alex RousskovMaintenance: Missing squid.h include (#1190)
2022-11-09  Alex RousskovImprove cache_peer reporting and NetDB cache_peer searc...
2022-09-14  Eduard BagdasaryanBug 5232: Fix GCC v12 build [-Wuse-after-free] (#1136)
2022-09-11  Eduard BagdasaryanReplaced FDECB callback with a basic async call (#1135)
2022-09-05  Alex RousskovReplaced most custom high-level callbacks with a unifie...
2022-08-17  Eduard BagdasaryanAsyncJob-protect and reduce ICAP DNS lookup call chain...
2022-08-09  Alex RousskovUnify r.n.g. seed generation (#1109)
2022-07-30  Alex RousskovSupport non-trivial Optional values (#1106)
2022-07-19  squidadmSource Format Enforcement (#1089)
2022-07-10  Alex RousskovMaintenance: Removed most NULLs using modernize-use...
2022-06-08  Francesco ChemolliRemove use of deprecated std::iterator (#1069)
2022-05-21  squidadmSource Format Enforcement (#1046)
2022-05-19  Alex RousskovFix PeerConnector::handleNegotiationResult() error...
2022-05-13  Eduard BagdasaryanAdd Universally Unique IDentifier (UUID) support (...
2022-05-13  Eduard BagdasaryanPreserve caller context across (and improve) deferred...
2022-05-04  guijanDelete trailing whitespace (#1041)
2022-04-16  Alex RousskovAdd Assure() as a replacement for problematic Must...
2022-04-14  Amos JeffriesSourceLayout: Move time related tools to time/libtime...
2022-03-28  Eduard BagdasaryanKid restart leads to persistent queue overflows, delays...
2022-03-02  Amos JeffriesAdd RegisteredRunners::bootstrapConfig event hook ...
2022-02-24  Alex RousskovFix Sum() by replacing it with a safer NaturalSum(...
2022-02-23  Alex RousskovSourceLayout: Move debugs()-related code into src/debug...
2022-02-17  David CARLIERFix build on Illumos (#983)
2022-02-04  Alex RousskovMoved regcomp(3)-specific RegexPattern code inside...
2022-02-04  Alex RousskovLog early level-0/1 debugs() messages to cache_log...
2022-02-03  squidadmSource Format Enforcement (#963)
2022-01-21  Alex RousskovCategorize level-0/1 messages; part 1: "easy" problem...
2022-01-19  Alex RousskovMaintenance: De-duplicate PackableStreamBuf and SBufStr...
2021-11-11  Francesco ChemolliFix build on openbsd 7.0 (#929)
2021-08-22  Alex RousskovBug 5055: FATAL FwdState::noteDestinationsEnd exception...
2021-07-28  Alex RousskovRemove legacy context-based debugging in favor of CodeC...
2021-05-08  squidadmSource Format Enforcement (#763)
2021-03-16  Alex RousskovReplace defective Must2(c, "not c") API (#785)
2021-02-12  Eduard BagdasaryanProtect SMP kids from unsolicited IPC answers (#771)
2020-12-23  Christos TsantilasDetail client closures of CONNECT tunnels during TLS...
2020-11-08  squidadmSource Format Enforcement (#745)
2020-09-18  Amos JeffriesRemove always-true assert in ClpMap (#726)
2020-07-26  Amos JeffriesConvert LRU map into a CLP map (#593)
2020-06-20  squidadmSource Format Enforcement (#665)
2020-06-11  Amos JeffriesMaintenance: Remove FIXME and \todo labels (#647)
2020-05-21  Amos JeffriesAdd flexible RFC 3986 URI encoder (#617)
2020-03-29  mrumphBug 5021: Spelling errors fixed by running scripts...
2020-01-03  squidadmSource Format Enforcement (#532)
2019-12-23  Amos JeffriesFix some compile errors from Windows MinGW (#71)
2019-11-04  aaron-costellocachemgr.cgi: Add validation for hostname parameter...
2019-10-20  Alex RousskovFix build after ccfbe8f (Report context of cache.log...
2019-10-11  Alex RousskovReport context of level-0/1 cache.log messages (#483)
2019-09-14  Eduard BagdasaryanAdd %master_xaction logformat code (#471)
2019-08-15  Christos TsantilasBug 3552 pt3: Happy Eyeballs: Parallel TCP connection...
2019-04-03  Amos JeffriesRemove unused SBufCaseInsensitiveLess (#385)
2019-02-07  SquidAdmSourceFormat Enforcement
2019-01-25  Amos JeffriesCleanup and simplify unit tests (#336)
2018-10-30  squidadmSource Format Enforcement (#317)
2018-10-23  Francesco ChemolliFix several windows build issues (#309)
2018-09-28  Amos JeffriesDocs: make doxygen happier and fix some comments (... M-staged-PR293
2018-01-14  Amos JeffriesBug 4805: add missing include for stdexcept (#124)
2018-01-10  Alex RousskovReport exception locations and exception-related polish...
next