summaryrefslogtreecommitdiffstats
path: root/modules/filters (follow)
Commit message (Expand)AuthorAgeFilesLines
* This resource /D syntax was pretty horridly imported into VS 2005,William A. Rowe Jr2006-04-274-8/+8
* Remove all /machine:I386 references, these are getting in the wayWilliam A. Rowe Jr2006-04-274-20/+20
* s|/GX |/EHsc | because they were always synonyms, and Visual StudioWilliam A. Rowe Jr2006-04-204-4/+4
* Remove a host of dependencies upon awk, using the same template forWilliam A. Rowe Jr2006-04-204-124/+12
* Update the copyright year in all .c, .h and .xml filesColm MacCarthaigh2006-04-196-6/+6
* Correctly handle internal redirects, by testing only for r-main == NULL.Colm MacCarthaigh2006-04-191-1/+1
* APR_FILEPATH_NOTABOVEROOT was undefined with a left-hand NULLWilliam A. Rowe Jr2006-03-011-2/+0
* mod_charset_lite: Remove Content-Length when output filter canJeff Trawick2006-02-231-0/+26
* No functional Change: Removing trailing whitespace. This alsoJim Jagielski2005-11-105-131/+131
* No functional change: simple detabbing of indented code.Jim Jagielski2005-11-101-1/+1
* Don't need the second reference to extfiltr.nlm anymore now that there are mu...Bradley Nicholes2005-09-211-3/+0
* Move mod_filter and mod_charset_lite from /experimental/ to /filters/Nick Kew2005-09-218-0/+2635
* gcc -Wall cleanupJim Jagielski2005-09-101-1/+1
* Doxygen fixup / cleanupIan Holsman2005-08-291-0/+10
* * modules/filters/mod_include.c (handle_include): Fix possibleJoe Orton2005-06-031-4/+4
* Reintroduce stack frame construction with /Oy- (removal was implied by /O2).William A. Rowe Jr2005-05-153-3/+3
* - mod_deflate currently only does C-E, and not T-E. Fix the comment at the to...Paul Querna2005-04-181-1/+1
* mod_deflate should be merging the Vary header, not Setting it, and ignoring w...Paul Querna2005-04-171-1/+1
* Move the POSIX reg* implementations into the ap_* namespace;Joe Orton2005-02-111-3/+3
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-044-4/+8
* * modules/filters/mod_deflate.c (deflate_out_filter): Check explicitlyJoe Orton2004-12-021-13/+3
* Allow APR to exist and build outside of the httpd/srclib file structureBradley Nicholes2004-11-302-6/+6
* Remove the .cvsignore files.Joe Orton2004-11-191-21/+0
* * modules/filters/config.m4: Drop check for zutil.h. Add -lz toJoe Orton2004-10-131-4/+3
* * modules/filters/mod_deflate.c: Remove use of zutil.h (not installedJoe Orton2004-10-121-66/+19
* Use the ap_is_initial_req() function to test for a subrequest instead of usin...Paul Querna2004-10-111-3/+3
* Require zlib to be pre-compiled, and rely upon the srclib/zlib/William A. Rowe Jr2004-08-171-50/+2
* Remove deprecated APR_STATUS_IS_SUCCESS() macro in favor of direct test againstJustin Erenkrantz2004-08-011-6/+6
* Tidy up handling of empty brigades (Joe Orton);Nick Kew2004-07-231-31/+27
* Tidy up: get rid of dubious cast (nd) and initialise encoding.Nick Kew2004-07-181-4/+5
* Fix previous patch to deal correctly with multiple empty brigades beforeNick Kew2004-07-171-4/+16
* Fix headers in deflate_out_filter for the case of an empty first brigadeNick Kew2004-07-171-1/+10
* styleAndré Malo2004-07-041-32/+31
* that's not really an error condition, so make the message APLOG_DEBUG.André Malo2004-07-031-1/+1
* Allow mod_deflate on NetWare to be compiled against zlib 1.2.1Bradley Nicholes2004-06-301-16/+16
* Update inflate_out_filter to support gzip compression flags.Nick Kew2004-06-251-4/+49
* * modules/filters/mod_include.c (send_parsed_content): Only destroyJoe Orton2004-06-151-2/+1
* Don't deflate responses with zero length e.g. proxied 304'sAllan K. Edwards2004-06-111-0/+17
* * modules/filters/mod_deflate.c (deflate_out_filter): Destroy bucketsJoe Orton2004-06-011-4/+8
* Fix bug in mod_deflate that unconditionally sent deflate'd output even whenJustin Erenkrantz2004-05-291-1/+1
* content-encoding needs to be unset.André Malo2004-04-221-0/+1
* remove unused variablesAndré Malo2004-04-171-2/+1
* mod_deflate:Ian Holsman2004-04-161-26/+249
* Allow make files to create a cc.opt compiler options file per NLM rather than...Bradley Nicholes2004-03-071-2/+2
* fix name of The Apache Software FoundationAndré Malo2004-02-094-4/+4
* fix copyright dates according to the first checkinAndré Malo2004-02-083-3/+3
* apply Apache License, Version 2.0André Malo2004-02-064-219/+45
* revert the zlib.lib linkage patch. Bill Rowe said, it's worse than before.André Malo2004-01-211-2/+50
* Don't include zlib files directly. That's very nasty!André Malo2004-01-181-50/+2
* bust the "recursive include" test. It's no longer necessary and preventsAndré Malo2004-01-131-44/+0