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