| Commit message (Expand) | Author | Age | Files | Lines |
* | This resource /D syntax was pretty horridly imported into VS 2005, | William A. Rowe Jr | 2006-04-27 | 4 | -8/+8 |
* | Remove all /machine:I386 references, these are getting in the way | William A. Rowe Jr | 2006-04-27 | 4 | -20/+20 |
* | s|/GX |/EHsc | because they were always synonyms, and Visual Studio | William A. Rowe Jr | 2006-04-20 | 4 | -4/+4 |
* | Remove a host of dependencies upon awk, using the same template for | William A. Rowe Jr | 2006-04-20 | 4 | -124/+12 |
* | Update the copyright year in all .c, .h and .xml files | Colm MacCarthaigh | 2006-04-19 | 6 | -6/+6 |
* | Correctly handle internal redirects, by testing only for r-main == NULL. | Colm MacCarthaigh | 2006-04-19 | 1 | -1/+1 |
* | APR_FILEPATH_NOTABOVEROOT was undefined with a left-hand NULL | William A. Rowe Jr | 2006-03-01 | 1 | -2/+0 |
* | mod_charset_lite: Remove Content-Length when output filter can | Jeff Trawick | 2006-02-23 | 1 | -0/+26 |
* | No functional Change: Removing trailing whitespace. This also | Jim Jagielski | 2005-11-10 | 5 | -131/+131 |
* | No functional change: simple detabbing of indented code. | Jim Jagielski | 2005-11-10 | 1 | -1/+1 |
* | Don't need the second reference to extfiltr.nlm anymore now that there are mu... | Bradley Nicholes | 2005-09-21 | 1 | -3/+0 |
* | Move mod_filter and mod_charset_lite from /experimental/ to /filters/ | Nick Kew | 2005-09-21 | 8 | -0/+2635 |
* | gcc -Wall cleanup | Jim Jagielski | 2005-09-10 | 1 | -1/+1 |
* | Doxygen fixup / cleanup | Ian Holsman | 2005-08-29 | 1 | -0/+10 |
* | * modules/filters/mod_include.c (handle_include): Fix possible | Joe Orton | 2005-06-03 | 1 | -4/+4 |
* | Reintroduce stack frame construction with /Oy- (removal was implied by /O2). | William A. Rowe Jr | 2005-05-15 | 3 | -3/+3 |
* | - mod_deflate currently only does C-E, and not T-E. Fix the comment at the to... | Paul Querna | 2005-04-18 | 1 | -1/+1 |
* | mod_deflate should be merging the Vary header, not Setting it, and ignoring w... | Paul Querna | 2005-04-17 | 1 | -1/+1 |
* | Move the POSIX reg* implementations into the ap_* namespace; | Joe Orton | 2005-02-11 | 1 | -3/+3 |
* | Update copyright year to 2005 and standardize on current copyright owner line. | Justin Erenkrantz | 2005-02-04 | 4 | -4/+8 |
* | * modules/filters/mod_deflate.c (deflate_out_filter): Check explicitly | Joe Orton | 2004-12-02 | 1 | -13/+3 |
* | Allow APR to exist and build outside of the httpd/srclib file structure | Bradley Nicholes | 2004-11-30 | 2 | -6/+6 |
* | Remove the .cvsignore files. | Joe Orton | 2004-11-19 | 1 | -21/+0 |
* | * modules/filters/config.m4: Drop check for zutil.h. Add -lz to | Joe Orton | 2004-10-13 | 1 | -4/+3 |
* | * modules/filters/mod_deflate.c: Remove use of zutil.h (not installed | Joe Orton | 2004-10-12 | 1 | -66/+19 |
* | Use the ap_is_initial_req() function to test for a subrequest instead of usin... | Paul Querna | 2004-10-11 | 1 | -3/+3 |
* | Require zlib to be pre-compiled, and rely upon the srclib/zlib/ | William A. Rowe Jr | 2004-08-17 | 1 | -50/+2 |
* | Remove deprecated APR_STATUS_IS_SUCCESS() macro in favor of direct test against | Justin Erenkrantz | 2004-08-01 | 1 | -6/+6 |
* | Tidy up handling of empty brigades (Joe Orton); | Nick Kew | 2004-07-23 | 1 | -31/+27 |
* | Tidy up: get rid of dubious cast (nd) and initialise encoding. | Nick Kew | 2004-07-18 | 1 | -4/+5 |
* | Fix previous patch to deal correctly with multiple empty brigades before | Nick Kew | 2004-07-17 | 1 | -4/+16 |
* | Fix headers in deflate_out_filter for the case of an empty first brigade | Nick Kew | 2004-07-17 | 1 | -1/+10 |
* | style | André Malo | 2004-07-04 | 1 | -32/+31 |
* | that's not really an error condition, so make the message APLOG_DEBUG. | André Malo | 2004-07-03 | 1 | -1/+1 |
* | Allow mod_deflate on NetWare to be compiled against zlib 1.2.1 | Bradley Nicholes | 2004-06-30 | 1 | -16/+16 |
* | Update inflate_out_filter to support gzip compression flags. | Nick Kew | 2004-06-25 | 1 | -4/+49 |
* | * modules/filters/mod_include.c (send_parsed_content): Only destroy | Joe Orton | 2004-06-15 | 1 | -2/+1 |
* | Don't deflate responses with zero length e.g. proxied 304's | Allan K. Edwards | 2004-06-11 | 1 | -0/+17 |
* | * modules/filters/mod_deflate.c (deflate_out_filter): Destroy buckets | Joe Orton | 2004-06-01 | 1 | -4/+8 |
* | Fix bug in mod_deflate that unconditionally sent deflate'd output even when | Justin Erenkrantz | 2004-05-29 | 1 | -1/+1 |
* | content-encoding needs to be unset. | André Malo | 2004-04-22 | 1 | -0/+1 |
* | remove unused variables | André Malo | 2004-04-17 | 1 | -2/+1 |
* | mod_deflate: | Ian Holsman | 2004-04-16 | 1 | -26/+249 |
* | Allow make files to create a cc.opt compiler options file per NLM rather than... | Bradley Nicholes | 2004-03-07 | 1 | -2/+2 |
* | fix name of The Apache Software Foundation | André Malo | 2004-02-09 | 4 | -4/+4 |
* | fix copyright dates according to the first checkin | André Malo | 2004-02-08 | 3 | -3/+3 |
* | apply Apache License, Version 2.0 | André Malo | 2004-02-06 | 4 | -219/+45 |
* | revert the zlib.lib linkage patch. Bill Rowe said, it's worse than before. | André Malo | 2004-01-21 | 1 | -2/+50 |
* | Don't include zlib files directly. That's very nasty! | André Malo | 2004-01-18 | 1 | -50/+2 |
* | bust the "recursive include" test. It's no longer necessary and prevents | André Malo | 2004-01-13 | 1 | -44/+0 |