summaryrefslogtreecommitdiff
path: root/src/response.c
Commit message (Expand)AuthorAgeFilesLines
* renamed server.force-lower-case-files to server.force-lowercase-filenamsJan Kneschke2006-01-111-1/+1
* - don't duplicate Server and Date HeaderJan Kneschke2005-11-181-21/+31
* don't assume the relpath is really set (merge from #120)Jan Kneschke2005-09-081-1/+2
* don't try to guess, do a read check if we can open it.Jan Kneschke2005-09-021-18/+0
* check that we can really read the fileJan Kneschke2005-09-021-0/+22
* moved the etag.h to the right fileJan Kneschke2005-09-021-1/+0
* make MacOS X happy when it domes to mod_cml and luaJan Kneschke2005-09-021-88/+0
* add 404 and 403 to request-handling debug outputJan Kneschke2005-08-311-2/+12
* moved last-modifed handling to response.c and let mod_cml_lua.c use it.Jan Kneschke2005-08-311-0/+91
* fixed handling of OPTIONS * and / Jan Kneschke2005-08-191-4/+10
* added read-only WebDAV supportJan Kneschke2005-08-191-8/+12
* moved code to mod_staticfile, mod_dirlisting and mod_indexfileJan Kneschke2005-08-151-1039/+65
* added include_shell option to configfiles (merged the rest of the trunk chang...Jan Kneschke2005-08-091-1/+4
* 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