]> git.ipfire.org Git - thirdparty/squid.git/history - src/http.cc
NoNewGlobals for ProxyProtocol::*::Magic (#1791)
[thirdparty/squid.git] / src / http.cc
12 days ago  Alex RousskovBug 5352: Do not get stuck when RESPMOD is slower than...
2024-03-24  Eduard BagdasaryanHTTP: Protect just-parsed responses from accidental...
2023-12-08  Francesco ChemolliDeclutter FD_WRITE and FD_READ (#1614)
2023-10-31  Alex RousskovFix infinite recursion when parsing HTTP chunks (#1553)
2023-10-25  Alex RousskovImprove handling of expanding HTTP header values (...
2023-08-09  Amos JeffriesMaintenance: stop using doxygen bug markers (#1445)
2023-07-05  Alex RousskovDo not leak memory when handling cache manager requests...
2023-04-04  Alex RousskovRemove dead "binary HTTP header logging" code (-DHEADER...
2023-01-29  Eduard BagdasaryanFix logging of responses truncated by premature EOF...
2023-01-22  squidadmSource Format Enforcement (#1234)
2022-12-15  Alex RousskovRequire C++17 (#1212)
2022-12-08  Alex RousskovDo not overwrite caching bans (#1189)
2022-10-22  Eduard BagdasaryanMimic GET reforwarding decisions when our CONNECT fails...
2022-07-24  Amos JeffriesRFC 9111: Stop treating Warning specially (#1072)
2022-07-10  Alex RousskovMaintenance: Removed most NULLs using modernize-use...
2022-05-13  Eduard BagdasaryanPreserve caller context across (and improve) deferred...
2022-05-09  Amos JeffriesUpdate status code 413 compliance (#1040)
2022-04-27  Francesco ChemolliInitialize all HttpStateData data members (#1029)
2022-04-14  Amos JeffriesSourceLayout: Move time related tools to time/libtime...
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...
2021-11-12  Amos JeffriesRemove CPU profiler mechanism (#931)
2021-10-10  Eduard BagdasaryanProperly track (and mark) truncated store entries ...
2021-10-09  Eduard BagdasaryanRemove HTTP reply header completion hack (#910)
2021-08-12  Francesco ChemolliActivate extra compiler checks (#667)
2021-07-28  Alex RousskovRemove legacy context-based debugging in favor of CodeC...
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-08  squidadmSource Format Enforcement (#763)
2021-05-03  Alex RousskovStop processing a response if the Store entry is gone...
2021-04-04  Alex RousskovRemoved redundant Http::StatusLine::protocol (#794)
2021-03-18  Alex RousskovBug 5112: Excessively loud chunked reply parsing error...
2020-12-23  Christos TsantilasDetail client closures of CONNECT tunnels during TLS...
2020-11-20  Eduard BagdasaryanBug 5057: "Generated response lacks status code" (...
2020-10-28  Alex RousskovDo not send keep-alive or close in HTTP Upgrade request...
2020-08-16  Amos JeffriesImprove Transfer-Encoding handling (#702)
2020-06-01  Christos TsantilasAllow upgrading from HTTP/1.1 to other protocols (...
2020-04-29  Amos JeffriesCleanup: remove urlHostname hacks (#615)
2020-03-29  mrumphBug 5021: Spelling errors fixed by running scripts...
2020-01-03  squidadmSource Format Enforcement (#532)
2020-01-01  DrDaveDBug 4735: Truncated chunked responses cached as whole...
2019-10-12  Alex RousskovRe-enabled updates of stored headers on HTTP 304 respon...
2019-09-10  Eduard BagdasaryanSupply ALE with HttpReply before checking http_reply_ac...
2019-08-15  Christos TsantilasBug 3552 pt3: Happy Eyeballs: Parallel TCP connection...
2019-06-23  Eduard BagdasaryanSend Connection:close with the known-last request on...
2019-04-13  squidadmSourceFormat Enforcement (#391)
2019-03-31  Christos TsantilasPeering support for SslBump (#380)
2019-03-05  Christos TsantilasSupport logformat %codes in error page templates (... M-staged-PR365
2019-02-07  SquidAdmSourceFormat Enforcement
2018-08-01  Eduard BagdasaryanDo not send Content-Length in 1xx or 204 responses...
2018-06-13  Amos JeffriesBug 4791: Build failure on MacOS (#220) M-staged-PR220
2018-06-11  Eduard BagdasaryanBug 4223: fixed retries of failed re-forwardable transa...
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-02-02  Eduard BagdasaryanBug 4505: SMP caches sometimes do not purge entries...
2018-01-03  squidadmDocs: Copyright updates for 2018 (#114)
2017-12-14  Amos JeffriesNettle v3.4 support (#103)
2017-11-16  Alex RousskovFixed %<Hs, %<pt, %<tt, %<bs calculation bugs for error...
2017-06-26  Christos TsantilasReduce "!Comm::MonitorsRead(serverConnection->fd)"...
2017-06-26  Alex RousskovMinimize direct comparisons with ACCESS_ALLOWED and...
2017-06-13  Eduard BagdasaryanFixed reusableReply() logic broken by v5 r15168.
2017-06-09  Source MaintenanceSourceFormat Enforcement
2017-06-08  Alex RousskovClarified v5 r15168 code logic. No functionality changes.
2017-06-02  Source MaintenanceSourceFormat Enforcement
2017-06-01  Eduard BagdasaryanCollapse internal revalidation requests (SMP-unaware...
2017-05-23  Amos JeffriesReplace String with SBuf for storage of header names...
2017-05-05  Eduard BagdasaryanReduced the chance of using an absent HttpHdrCc directi...
2017-04-02  Amos JeffriesCleanup: make Client::request a Pointer
2017-03-23  Eduard BagdasaryanFix appending Http::HdrType::VIA code duplication
2017-03-03  Eduard BagdasaryanFix two read-ahead problems related to delay pools...
2017-03-01  Amos JeffriesCleanup: convert MemObject::_reply to ReplyPointer
2017-02-27  Amos JeffriesCleanup HttpStateData::peerSupportsConnectionPinning
2017-02-26  Amos JeffriesCleanup: convert MemObject::request to Pointer
2017-02-20  Amos JeffriesSync with v5 rev.15058
2017-02-16  Amos JeffriesSourceLayout: move HttpMsg into libhttp as Http::Message
2017-01-12  Amos JeffriesMerged from v5 r15006
2017-01-01  Source MaintenanceSourceFormat Enforcement
2016-12-22  Amos JeffriesMerged from v5 r14984
2016-12-06  Garri DjavadyanBug 2258: bypassing cache but not destroying cache...
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-19  Amos JeffriesCleanup: replace HTTP Request bitmap flags with boolean
2016-11-14  Francesco ChemolliMerged from trunk
2016-11-14  Garri DjavadyanBug 3533: Cache still valid after HTTP/1.1 303 See...
2016-10-29  Amos JeffriesMerged from trunk rev.14899
2016-10-27  Francesco ChemolliMerge from trunk
2016-10-25  Amos JeffriesHTTP/1.1: make Vary:* objects cacheable
2016-10-08  Eduard BagdasaryanHTTP: MUST ignore a [revalidation] response with an...
2016-09-06  Eduard BagdasaryanHTTP: MUST always revalidate Cache-Control:no-cache...
2016-08-15  Amos JeffriesBug 4563: duplicate code in httpMakeVaryMark
2016-05-23  Christos TsantilasSync with trunk-r14686
2016-05-13  Christos Tsantilasmerge from trunk-r14667
2016-04-05  Amos JeffriesMerged from trunk rev.14625
2016-04-01  Nathan HoadAdd reply_header_add directive
2016-03-29  Amos JeffriesMerged from trunk rev.14612
2016-03-25  Amos JeffriesFix build issue in X-Accelerator-Vary
2016-03-25  Amos JeffriesConvert Vary handling to SBuf
2016-03-18  Christos Tsantilasmerge from trunk r14590
2016-03-11  Alex RousskovBug 7: Update cached entries on 304 responses.
next