summaryrefslogtreecommitdiff
path: root/src/http-header-glue.c
Commit message (Expand)AuthorAgeFilesLines
* [core] encode path with ENCODING_REL_URI in redirect to directory (fixes #266...Stefan Bühler2015-11-071-1/+1
* parse If-None-Match for ETag validation (fixes #2578)Stefan Bühler2015-07-051-8/+11
* Use buffer API to read and modify "used" memberStefan Bühler2015-02-081-5/+2
* 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-3/+3
* [ssl] Fix $HTTP["scheme"] conditional, could be "http" for ssl connections if...Stefan Bühler2013-07-311-9/+11
* fix handling of If-Modified-Since if If-None-Match is present (don't return 4...Stefan Bühler2013-01-221-56/+6
* always define _GNU_SOURCEStefan Bühler2009-10-121-4/+0
* Revert to _GNU_SOURCE before <time.h> for strptimeStefan Bühler2009-10-111-4/+5
* Add _XOPEN_SOURCE for strptimeStefan Bühler2009-10-111-0/+4
* Fix header inclusion order, always include "config.h" before any system headerStefan Bühler2009-10-111-6/+4
* - Combine Cache-Control header value in mod_expire to existing HTTP header if...Elan Ruusamäe2009-09-211-0/+15
* Set tm.tm_isdst = 0 before mktime() (fixes #2047)Stefan Bühler2009-08-061-4/+6
* Remove strptime failed message (fixes #2031)Stefan Bühler2009-07-211-2/+0
* Fix some problems with more strict compilers (#1923)Stefan Bühler2009-03-071-0/+1
* Fix uninitialized value in time struct after strptimeStefan Bühler2008-12-181-0/+2
* Insert many con->mode checks; they should prevent two modules to handle the s...Stefan Bühler2008-08-011-0/+3
* Replace buffer_{append,copy}_string with the _len variant where possible (#17...Stefan Bühler2008-07-301-5/+5
* fixed invalid "304 Not Modified" on broken timestampsJan Kneschke2007-08-171-2/+12
* fixed crashed if gethostbyaddr() fails on redirectJan Kneschke2007-03-261-2/+2
* - white space cleanup part 2 this time 1.4 ;)Marcus Rückert2006-10-041-54/+54
* merged [1051], [1052], [1053], [1054], [1057], [1060], [1061], [1062]Jan Kneschke2006-09-071-20/+41
* 301 has a content now, so we need a file_finished to say that we have not con...Jan Kneschke2006-02-081-0/+1
* fixed the DEBUG: warning for the Last-Modified header checkJan Kneschke2005-11-141-1/+1
* added better debugJan Kneschke2005-11-101-3/+2
* remove warning for strptimemOo2005-10-011-0/+2
* improved error-msg and fixed invalid read from uninit memoryJan Kneschke2005-09-221-1/+2
* moved the etag.h to the right fileJan Kneschke2005-09-021-0/+1
* make MacOS X happy when it domes to mod_cml and luaJan Kneschke2005-09-021-0/+88
* let mod_compress prepare etag, last-modified and content-typeJan Kneschke2005-08-181-0/+29
* allow numbers in header-keysJan Kneschke2005-08-081-2/+2
* moved SA_LEN macro to http-header-glue.cJan Kneschke2005-02-281-0/+62
* moved external functions to *-glue.c Jan Kneschke2005-02-281-0/+136