]> git.ipfire.org Git - thirdparty/squid.git/history - src/adaptation
NoNewGlobals for MapLabel (#1746)
[thirdparty/squid.git] / src / adaptation /
2024-01-31  Francesco ChemolliMaintenance: automate header guards 2/3 (#1655)
2024-01-30  Francesco ChemolliMaintenance: automate header guards 1/3 (#1654)
2023-10-06  Francesco ChemolliFix "make check" to test headers (#1463)
2023-06-29  Eduard BagdasaryanDrop cache_object protocol support (#1250)
2023-04-02  Amos JeffriesSimplify use of DIST_SUBDIRS (#1309)
2023-02-14  Alex RousskovPlace more msgs under cache_log_message control, downgr...
2023-01-22  squidadmSource Format Enforcement (#1234)
2023-01-13  Alex RousskovMaintenance: Consistent use of C++11 "override" specifi...
2022-12-23  Alex RousskovFix GCC v12 build errors related to ADL in "printing...
2022-12-15  Alex RousskovRequire C++17 (#1212)
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-07-27  Alex RousskovRemove support for Gopher protocol (#1092)
2022-07-10  Alex RousskovMaintenance: Removed most NULLs using modernize-use...
2022-05-18  Alex RousskovMaintenance: Fix compiler warnings with --enable-ecap...
2022-05-13  Eduard BagdasaryanPreserve caller context across (and improve) deferred...
2022-05-12  Eduard BagdasaryanEnsure initClient MasterXactions have listening ports...
2022-05-04  guijanDelete trailing whitespace (#1041)
2022-04-14  Amos JeffriesSourceLayout: Move time related tools to time/libtime...
2022-03-21  Alex RousskovBug 4946: client_side_request.cc: "request != newReques...
2022-02-23  Alex RousskovSourceLayout: Move debugs()-related code into src/debug...
2022-02-03  squidadmSource Format Enforcement (#963)
2022-01-21  Alex RousskovCategorize level-0/1 messages; part 1: "easy" problem...
2022-01-13  Eduard BagdasaryanFix GCC v5.5.0 build after 82fe21f (#962)
2022-01-09  Amos JeffriesAdd missing CXXFLAGS to several objects (#952)
2021-11-30  Alex RousskovFix FATAL ServiceRep::putConnection exception: theBusyC...
2021-10-01  Eduard BagdasaryanImproved const-correctness of ALE-driven APIs (#904)
2021-08-22  Alex RousskovBug 5055: FATAL FwdState::noteDestinationsEnd exception...
2021-08-22  Amos JeffriesReduce dependencies of testConfigParser (#888)
2021-08-12  Francesco ChemolliActivate extra compiler checks (#667)
2021-06-11  Eduard Bagdasaryancache_log_message directive (#775)
2021-06-11  Amos JeffriesMaintenance: Update astyle version to 3.1 (#841)
2021-05-26  Francesco ChemolliRemove a lot of unwanted ifdef'd out code (#826) 4.15-20210527-snapshot 5.0.6-20210527-snapshot 6.0.0-20210527-master-snapshot
2021-05-25  Alex RousskovAdd tls_key_log to report TLS communication secrets... 458/head
2021-05-21  Alex RousskovBug 4528: ICAP transactions quit on async DNS lookups... 4.15-20210525-snapshot 5.0.6-20210525-snapshot 6.0.0-20210525-master-snapshot
2021-05-08  squidadmSource Format Enforcement (#763)
2020-12-23  Christos TsantilasDetail client closures of CONNECT tunnels during TLS...
2020-06-20  squidadmSource Format Enforcement (#665)
2020-06-11  Amos JeffriesMaintenance: Remove FIXME and \todo labels (#647)
2020-06-01  Christos TsantilasAllow upgrading from HTTP/1.1 to other protocols (...
2020-03-29  mrumphBug 5021: Spelling errors fixed by running scripts...
2020-03-02  Christos TsantilasBan reserved annotations in "note", "adaptation_meta...
2020-01-03  squidadmSource Format Enforcement (#532)
2019-10-03  josepjonesCleanup: rename String::limitInit() to assign() (#488)
2019-09-15  Eduard BagdasaryanFix build broken by 6c880a1 (#473)
2019-09-10  Eduard BagdasaryanSupply ALE with HttpReply before checking http_reply_ac...
2019-08-07  Vadim SalavatovBug 4978: eCAP crash after using MyHost().newRequest...
2019-07-15  josepjonesRename allow_t to Acl::Answer (#425)
2019-06-08  Eduard BagdasaryanICAP stalls large HTTP transactions (#414)
2019-03-18  Eduard BagdasaryanFix incremental parsing of chunked quoted extensions...
2019-02-15  Eduard BagdasaryanLog PROXY protocol v2 TLVs; fix PROXY protocol parsing... M-staged-PR342
2019-02-07  SquidAdmSourceFormat Enforcement
2018-12-26  Christos TsantilasSquid crashes when ICAPS and a sslcrtvalidator used...
2018-08-01  Eduard BagdasaryanDo not send Content-Length in 1xx or 204 responses...
2018-06-18  Eduard BagdasaryanIdentify collapsed transactions (#213)
2018-06-13  Amos JeffriesBug 4791: Build failure on MacOS (#220) M-staged-PR220
2018-05-16  Amos JeffriesDocs: fix many spelling mistakes (#206) M-staged-PR206
2018-05-11  Eduard BagdasaryanSupply AccessLogEntry (ALE) for more fast ACL checks... M-staged-PR182
2018-01-12  Rusty BirdSupport sending SNI in all TLS connections opened by...
2018-01-10  Alex RousskovReport exception locations and exception-related polish...
2018-01-03  squidadmDocs: Copyright updates for 2018 (#114)
2017-12-14  Amos JeffriesNettle v3.4 support (#103)
2017-10-06  Christos TsantilasBug 4718: Support filling raw buffer space of shared...
2017-07-12  Alex RousskovHappy Eyeballs: Deliver DNS resolution results to peer...
2017-07-09  Amos JeffriesBug 1961 extra: Convert the URL::parse method API to...
2017-06-26  Amos JeffriesBug 1961 partial: move urlParse() into class URL
2017-06-26  Alex RousskovMinimize direct comparisons with ACCESS_ALLOWED and...
2017-06-18  Source MaintenanceSourceFormat Enforcement
2017-06-18  Amos JeffriesCleanup: remove many whitespace typos
2017-06-16  Amos JeffriesCleanup: remove Vector template from adaptation headers
2017-06-12  Christos Tsantilastransaction_initiator ACL for detecting various unusual...
2017-06-12  Christos TsantilasRedesign urlParse API
2017-05-25  Source MaintenanceSourceFormat Enforcement
2017-05-25  Amos JeffriesBug 4722: eCAP compile errors after v5 r15147
2017-05-23  Amos JeffriesReplace String with SBuf for storage of header names...
2017-03-03  Amos JeffriesBug 4671 pt4: refactor Format::assemble()
2017-02-23  Amos JeffriesFix another Must(!= NULL) coverity issue.
2017-02-23  Amos JeffriesRemove some NULL references from adaptation/icap/ModXact.cc
2017-02-20  Amos JeffriesSync with v5 rev.15058
2017-02-16  Amos JeffriesSourceLayout: move HttpMsg into libhttp as Http::Message
2017-02-16  Source MaintenanceSourceFormat Enforcement
2017-02-15  Eduard BagdasaryanFix empty header handling in Ecap::HeaderRep::hasAny().
2017-02-08  Amos JeffriesFix uninitialized variable in libadaptation
2017-02-05  Amos JeffriesSync from v5 r15034
2017-02-05  Amos JeffriesCrypto-NG: initial GnuTLS support for encrypted server...
2017-01-30  Christos Tsantilasauthor: Eduard Bagdasaryan <eduard.bagdasaryan@measurem...
2017-01-12  Amos JeffriesMerged from v5 r15006
2017-01-01  Source MaintenanceSourceFormat Enforcement
2016-11-30  Francesco ChemolliMerge from trunk
2016-11-26  Amos JeffriesMerged from v5 r14954
2016-11-20  Amos JeffriesC++11: Remove GnuRegex and all -lregex related code
2016-11-18  Amos JeffriesFix ICAP Allow header containing only trailers option
2016-11-15  Francesco ChemolliMerged previous wordlist work
2016-11-15  Eduard BagdasaryanICAP: Initial support for trailers
2016-10-29  Amos JeffriesMerged from trunk rev.14899
2016-10-27  Francesco ChemolliMerge from trunk
2016-10-24  Christos TsantilasFix bug introduced by r14838.
2016-09-22  Amos JeffriesCleanup: Security::ContextPtr removal, pt4
2016-09-20  Amos JeffriesCleanup: Security::ContextPtr removal, pt2
2016-09-16  Eduard BagdasaryanFix potential ICAP null pointer dreference after rev...
next