summaryrefslogtreecommitdiff
path: root/core/static.c
Commit message (Expand)AuthorAgeFilesLines
* Fix inverted logic in can-gzip checksCurtis Maloney2018-02-091-3/+3
* core/static: use parse_http_dateRiccardo Magliocchetti2017-10-041-1/+1
* [Fixes #1587] Support If-Range (partial)Curtis Maloney2017-09-241-3/+14
* Set correct encoding headerCurtis Maloney2017-06-141-4/+6
* Support Brotli in static-gzip pathCurtis Maloney2017-06-141-110/+123
* improve handling http byte range requestsSokolov Yura aka funny_falcon2016-04-061-22/+19
* Spelling fixesVille Skyttä2015-11-091-1/+1
* core/static: print mimetype of file on debug printRiccardo Magliocchetti2015-01-231-1/+1
* another range header improvementUnbit2015-01-051-10/+9
* fixed rangeUnbit2015-01-041-3/+3
* expose uwsgi_parse_http_date() api functionUnbit2014-09-301-0/+3
* don't recalculate avg_rt for static filesŁukasz Mierzwa2014-05-031-0/+2
* core/static: check return value of uwsgi_response_prepare_headersRiccardo Magliocchetti2013-12-281-1/+2
* fixed static cache pathsUnbit2013-05-251-0/+1
* fixed X-Sendfile + gzipUnbit2013-05-251-10/+10
* added final routes or running rules at the end of the requestUnbit2013-05-101-1/+1
* another static gzip refactoringUnbit2013-04-211-10/+17
* Fix Content-Length header when serving gzipped contentDan McGee2013-04-211-2/+3
* extend magic cache api to export the expires value (if available)Unbit2013-04-161-12/+12
* added support for range headerUnbit2013-04-061-4/+31
* added the gridfs pluginUnbit2013-04-031-2/+2
* avoid routing loopUnbit2013-03-161-1/+1
* internal routing optimizationUnbit2013-03-111-0/+3
* another routing fixUnbit2013-03-111-4/+6
* improved routing + static managementUnbit2013-03-101-12/+15
* fixed --static-index when methods different from GET/HEAD are in placeUnbit2013-03-101-0/+10
* core/static: Add missing break in switchRiccardo Magliocchetti2013-03-031-0/+1
* fixed static-index and apply_fast routesUnbit2013-02-281-2/+2
* fixed mime type with static-indexUnbit2013-02-251-11/+17
* first round of protocol parsers optimizationsUnbit2013-02-031-4/+2
* added --static-gzip-* optionsUnbit2013-01-311-0/+57
* improved sendfile managementUnbit2013-01-301-9/+3
* better route/sendfile/offload loggingUnbit2013-01-301-2/+3
* first commit of the new caching infrastructureUnbit2013-01-231-7/+7
* refactoringRoberto De Ioris2013-01-201-8/+5
* solid sendfile for the new apiRoberto De Ioris2013-01-191-24/+18
* new writer apiRoberto De Ioris2013-01-191-134/+62
* added addheader routing instructionRoberto De Ioris2013-01-051-0/+11
* refactored routingRoberto De Ioris2013-01-041-1/+1
* added --static-cache-paths <seconds>Roberto De Ioris2012-12-311-2/+24
* added --static-safeRoberto De Ioris2012-12-311-5/+13
* refactored static supportRoberto De Ioris2012-12-311-0/+588