summaryrefslogtreecommitdiff
path: root/src/mod_compress.c
Commit message (Expand)AuthorAgeFilesLines
* more unsigned/sign compare fixesJan Kneschke2005-11-181-4/+4
* close fds on error and add CLOEXEC to FDs which stay open for a longer timeJan Kneschke2005-10-221-0/+3
* fixed output of non-cached compressed content and added test-casesJan Kneschke2005-10-041-3/+3
* either remove include config.h or covered it in HAVE_CONFIG_HJan Kneschke2005-09-241-2/+0
* if the write is waiting, break the loop.Jan Kneschke2005-08-251-1/+1
* don't try to compress a empty filenameJan Kneschke2005-08-211-0/+4
* let mod_compress prepare etag, last-modified and content-typeJan Kneschke2005-08-181-40/+13
* don't segfault on stat-failedJan Kneschke2005-08-161-0/+2
* mod_staticfile is the next plugin, so don't call HANDLER_FINISHED Jan Kneschke2005-08-151-13/+7
* ..physical_path is gone and has ben replaced by subrequest_startJan Kneschke2005-08-151-3/+2
* removed setup_connection (merged [295])Jan Kneschke2005-08-081-23/+8
* O_BINARY for cygwin, volatile for sig_atomic_t (merged [286], [287])Jan Kneschke2005-08-081-3/+3
* dropped file-cache, added stat-cache and modules ALWAYS cleanup at connection...Jan Kneschke2005-08-081-21/+25
* use size_t instead of unsigned int and char * instead of unsigned char *Jan Kneschke2005-06-051-2/+2
* updated ChangeLog and NEWS from timelineJan Kneschke2005-03-011-1/+1
* compile fixes for MIPSpro on IRIXJan Kneschke2005-03-011-8/+3
* moved everything below trunk/ and added branches/ and tags/Jan Kneschke2005-02-201-0/+744