]> granicus.if.org Git - apache/history - modules/filters/mod_deflate.c
Stop compressing if we are doing a HEAD request and the content-length filter
[apache] / modules / filters / mod_deflate.c
2002-05-30 Cliff WoolleyWhy the stack buffer and the copy? This seems much...
2002-05-30 Jeff Trawickkeep the signed-ness of char buffers consistent with...
2002-05-30 Justin ErenkrantzUnroll the putLong and getLong loops and correct putLon...
2002-05-29 Justin ErenkrantzMake sure that z_RC is not Z_STREAM_END in case we...
2002-05-29 Jeff Trawickget mod_deflate to compile with compilers that care...
2002-05-29 Justin ErenkrantzInput filter support for mod_deflate.
2002-05-29 Justin ErenkrantzAdd a note indicating what it would take to get MTIME...
2002-05-29 Justin ErenkrantzImplement flushing support for mod_deflate.
2002-05-29 Justin ErenkrantzAllow mod_deflate to be more tolerant of multiple conte...
2002-05-20 Ian Holsmancontent with "Content-Encoding" header, content is...
2002-05-17 Jeff Trawickstop using APLOG_NOERRNO in calls to ap_log_[pr]error()
2002-05-13 Justin ErenkrantzFix mod_deflate corruption when using multiple input...
2002-05-07 Justin ErenkrantzAdd DeflateBufferSize directive to replace hardcoded...
2002-05-06 Justin ErenkrantzIf we determine that we shouldn't be involved in this...
2002-05-06 Justin ErenkrantzMove mod_deflate from experimental to filters to repres...