summaryrefslogtreecommitdiff
path: root/src/response.c
Commit message (Expand)AuthorAgeFilesLines
...
* allow _ in env. and var. and optimized matching of conditionsJan Kneschke2005-08-081-6/+7
* let mod_alias handle directories and files (merged [284], [294])Jan Kneschke2005-08-081-13/+48
* dropped file-cache, added stat-cache and modules ALWAYS cleanup at connection...Jan Kneschke2005-08-081-16/+13
* Content-Length only works if Transfer-Encoding is not setJan Kneschke2005-07-311-5/+3
* added a switch to disable range requests, this doesn't fix #171 but is a work...Jan Kneschke2005-07-281-2/+4
* detect endless loops and kill them Jan Kneschke2005-07-231-0/+8
* moved last-modified handling into a exported function and let mod_cml use itJan Kneschke2005-07-231-81/+93
* Added OPTIONS supportJan Kneschke2005-07-211-1/+13
* set Date: header for dynamic HTTP/1.0 requestsJan Kneschke2005-07-181-2/+1
* fixed typoJan Kneschke2005-06-271-1/+1
* make encoding of dirlisting configurable (#136)Jan Kneschke2005-06-261-1/+9
* Looks like the '+' -> ' ' transformation is only applied in the ?query part a...Jan Kneschke2005-06-041-1/+1
* handle ranges >2G correctlyJan Kneschke2005-06-041-1/+1
* handle range requests for >2Gb correctlyJan Kneschke2005-05-231-4/+4
* set server-name to http_host if it is not set explicitlyJan Kneschke2005-04-201-0/+5
* merged partts of [192] and [194]Jan Kneschke2005-04-151-2/+9
* NAME_MAX needs sys/syslimits.h on cygwinJan Kneschke2005-03-031-0/+4
* added dir-listing.hide-dotfiles and customizable CSS for dirlisting written b...Jan Kneschke2005-03-031-176/+342
* strip double / on path-infoJan Kneschke2005-03-021-3/+7
* PACKAGE -> PACKAGE_NAME (by smi)Jan Kneschke2005-03-011-2/+2
* rewrote the event and error handling with the help of the fcgi-responder.c fr...Jan Kneschke2005-03-011-1/+0
* parse last-modified timestamp and compare it.Jan Kneschke2005-02-281-7/+20
* * If sizeof(long) == sizeof(off_t), buffer_{append,copy}_off_t()Jan Kneschke2005-02-281-1/+1
* moved SA_LEN macro to http-header-glue.cJan Kneschke2005-02-281-62/+1
* moved external functions to *-glue.c Jan Kneschke2005-02-281-128/+0
* moved everything below trunk/ and added branches/ and tags/Jan Kneschke2005-02-201-0/+1432