summaryrefslogtreecommitdiff
path: root/django/middleware/gzip.py
AgeCommit message (Expand)Author
2022-12-22Fixed #33735 -- Added async support to StreamingHttpResponse.Carlton Gibson
2022-12-17Fixed #34170 -- Implemented Heal The Breach (HTB) in GzipMiddleware.Andreas Pelme
2022-11-10Updated documentation and comments for RFC updates.Nick Pope
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2020-09-14Fixed #31789 -- Added a new headers interface to HttpResponse.Tom Carrick
2019-10-29Fixed #30899 -- Lazily compiled import time regular expressions.Hasan Ramezani
2017-03-04Refs #27656 -- Updated remaining docstring verbs according to PEP 257.Anton Samarchyan
2016-10-13Refs #19705 -- Made GZipMiddleware make ETags weak.Kevin Christopher Henry
2016-05-17Fixed #26601 -- Improved middleware per DEP 0005.Florian Apolloner
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2014-06-10Fixed #17552 -- Removed a hack for IE6 and earlier.Aymeric Augustin
2013-11-02More attacking E302 violatorsAlex Gaynor
2012-10-20Fixed #7581 -- Added streaming responses.Aymeric Augustin
2012-02-09Fixed #16035 -- Appended the Etag response header if the GZipMiddleware is in...Jannis Leidel
2012-01-09Fixed #10762, #17514 -- Prevented the GZip middleware from returning a respon...Aymeric Augustin
2011-08-12Fixed #16584 -- Fixed a bunch of typos in code comments. Thanks, Bernhard Essl.Jannis Leidel
2009-04-12Fixed #10630 -- Be even more conservative in GZipMiddleware for IE.Malcolm Tredinnick
2008-02-04Fixed #6480 -- Added application/pdf the list of content types we don't compr...Malcolm Tredinnick
2007-11-19Made some stylistic changes in `GZipMiddleware` and added some notes about IE...Gary Wilson Jr
2007-10-20Fixed #5313 -- Only avoid compressing Javascript when the user agent says it'...Malcolm Tredinnick
2007-09-14Added more dict-like methods to HttpResponse as part of the response.headers ...Jacob Kaplan-Moss
2007-08-12Fixed #4946 -- Added some small improvements to Gzip middleware. Thanks, coli...Malcolm Tredinnick
2006-11-22Fixed #3052: GZIP middleware now correctly reports Content-Length. Thanks, s...Jacob Kaplan-Moss
2006-07-31Fixed #2449 -- gzip middleware no longer gzips Javascript. Thanks for the pr...Jacob Kaplan-Moss
2006-06-08Fixed #2109 -- Convert old-style classes to new-style classes throughout Djan...Adrian Holovaty
2005-10-09Fixed #580 -- Added mega support for generating Vary headers, including some ...Adrian Holovaty