summaryrefslogtreecommitdiff
path: root/src/mod_expire.c
Commit message (Expand)AuthorAgeFilesLines
* [core] remove some unused header includesGlenn Strauss2017-03-281-1/+0
* [config] more specific checks for array listsGlenn Strauss2017-03-081-0/+12
* [mod_expire] expire by mimetype (fixes #423)Glenn Strauss2016-10-201-6/+71
* consistent inclusion of config.h at top of files (fixes #2073)Glenn Strauss2016-03-191-0/+2
* [config] check config option scope; warn if server option is given in conditi...Stefan Bühler2015-11-071-1/+2
* fix segfaults in many plugins if they failed configurationStefan Bühler2015-05-141-1/+2
* Use buffer API to read and modify "used" memberStefan Bühler2015-02-081-14/+7
* Remove buffer_prepare_copy() and buffer_prepare_append()Stefan Bühler2015-02-081-1/+1
* fix buffer, chunk and http_chunk APIStefan Bühler2015-02-081-1/+1
* fix unchecked return values from stream_open/stat_cache_get_entryStefan Bühler2014-02-161-1/+7
* fix/silence bugs reported by ccc-analyzer (clang)Stefan Bühler2013-11-131-2/+2
* Fix header inclusion order, always include "config.h" before any system headerStefan Bühler2009-10-111-5/+5
* - Combine Cache-Control header value in mod_expire to existing HTTP header if...Elan Ruusamäe2009-09-211-1/+1
* Change mod_expire to append Cache-Control instead of overwriting it (fixes #1...Stefan Bühler2009-07-141-1/+1
* Fix segfault in mod_expire after failed config parsing (fixes #1992)Stefan Bühler2009-06-101-1/+1
* Fix max-age value in mod_expire for 'modification' (fixes #1978)Stefan Bühler2009-05-101-9/+9
* Added some extra warning options in cmake and fix the resulting warnings (unu...Stefan Bühler2009-03-071-0/+1
* Replace buffer_{append,copy}_string with the _len variant where possible (#17...Stefan Bühler2008-07-301-1/+1
* added now and weeks support to mod_expire. close #943Elan Ruusamäe2006-12-191-2/+10
* - white space cleanup part 2 this time 1.4 ;)Marcus Rückert2006-10-041-88/+88
* fixed cache-control valueJan Kneschke2005-11-031-2/+2
* send Cache-Control next to Expire headers (fixing #350)Jan Kneschke2005-11-011-1/+8
* either remove include config.h or covered it in HAVE_CONFIG_HJan Kneschke2005-09-241-2/+0
* fixed possible uninit variables of the config-parser fails (merged [183])Jan Kneschke2005-08-161-2/+2
* ..physical_path is gone and has ben replaced by subrequest_startJan Kneschke2005-08-151-1/+1
* removed setup_connection (merged [295])Jan Kneschke2005-08-081-22/+7
* dropped file-cache, added stat-cache and modules ALWAYS cleanup at connection...Jan Kneschke2005-08-081-3/+5
* 'modification' as ignored and handled as 'access'Jan Kneschke2005-02-281-5/+18
* moved everything below trunk/ and added branches/ and tags/Jan Kneschke2005-02-201-0/+356