]> granicus.if.org Git - apache/history - modules/filters
Fix compile time warning. AJP protocol method is byte.
[apache] / modules / filters /
2006-07-29 Ruediger Pluem* Rework inflate out filter and give it a similar workf...
2006-07-29 Ruediger Pluem* some optimizations taken from the inflate out filter
2006-07-29 Ruediger Pluem* We can ignore Z_BUF_ERROR in flush_libz_buffer because:
2006-07-29 Ruediger Pluem* Use a define for the number of validation bytes ...
2006-07-29 Ruediger Pluem* Add parameter crc to flush_libz_buffer in order to...
2006-07-24 Ruediger Pluem* Rather use a pool cleanup function than calling defla...
2006-07-24 Ruediger Pluem* Initialize zRC to avoid a compiler warning.
2006-07-23 Ruediger Pluem* This shortcut is too short. It is not up to the filte...
2006-07-20 Ruediger Pluem* In preparation of the changes of the inflate out...
2006-07-17 Ruediger Pluem* Remove ourselves from the filter chain if we failed...
2006-07-17 Ruediger Pluem* Fix potential memory leaks in deflate_out_filter...
2006-07-17 Ruediger Pluem* Fix wrong FLUSH bucket handling in deflate_out_filter...
2006-07-11 Roy T. Fieldingupdate license header text
2006-07-06 William A. Rowe JrRevert Revision 397647
2006-06-21 Nick KewPR#39854
2006-05-29 Nick KewChop historic notes no longer relevant since 2.2 release.
2006-05-29 Nick KewPR#39672: Check that filter exists before trying to...
2006-05-04 Jeff Trawickmod_charset_lite: Bypass translation when the source...
2006-05-04 Jeff TrawickStop returning DECLINED from the output filter for...
2006-04-27 William A. Rowe Jr This resource /D syntax was pretty horridly imported...
2006-04-27 William A. Rowe Jr Remove all /machine:I386 references, these are gettin...
2006-04-19 William A. Rowe Jr s|/GX |/EHsc | because they were always synonyms...
2006-04-19 William A. Rowe Jr Remove a host of dependencies upon awk, using the...
2006-04-19 Colm MacCarthaighUpdate the copyright year in all .c, .h and .xml files
2006-04-18 Colm MacCarthaighCorrectly handle internal redirects, by testing only...
2006-03-01 William A. Rowe Jr APR_FILEPATH_NOTABOVEROOT was undefined with a left...
2006-02-23 Jeff Trawickmod_charset_lite: Remove Content-Length when output...
2005-11-10 Jim JagielskiNo functional Change: Removing trailing whitespace...
2005-11-10 Jim JagielskiNo functional change: simple detabbing of indented...
2005-09-21 Bradley NicholesDon't need the second reference to extfiltr.nlm anymore...
2005-09-21 Nick KewMove mod_filter and mod_charset_lite from /experimental...
2005-09-10 Jim Jagielskigcc -Wall cleanup
2005-08-28 Ian HolsmanDoxygen fixup / cleanup
2005-06-03 Joe Orton* modules/filters/mod_include.c (handle_include): Fix...
2005-05-15 William A. Rowe Jr Reintroduce stack frame construction with /Oy- (remov...
2005-04-18 Paul Querna- mod_deflate currently only does C-E, and not T-E...
2005-04-17 Paul Quernamod_deflate should be merging the Vary header, not...
2005-02-11 Joe OrtonMove the POSIX reg* implementations into the ap_* names...
2005-02-04 Justin ErenkrantzUpdate copyright year to 2005 and standardize on curren...
2004-12-02 Joe Orton* modules/filters/mod_deflate.c (deflate_out_filter...
2004-11-30 Bradley NicholesAllow APR to exist and build outside of the httpd/srcli...
2004-11-19 Joe OrtonRemove the .cvsignore files.
2004-10-13 Joe Orton* modules/filters/config.m4: Drop check for zutil.h...
2004-10-12 Joe Orton* modules/filters/mod_deflate.c: Remove use of zutil...
2004-10-11 Paul QuernaUse the ap_is_initial_req() function to test for a...
2004-08-17 William A. Rowe Jr Require zlib to be pre-compiled, and rely upon the...
2004-08-01 Justin ErenkrantzRemove deprecated APR_STATUS_IS_SUCCESS() macro in...
2004-07-23 Nick KewTidy up handling of empty brigades (Joe Orton);
2004-07-18 Nick KewTidy up: get rid of dubious cast (nd) and initialise...
2004-07-17 Nick KewFix previous patch to deal correctly with multiple...
2004-07-17 Nick KewFix headers in deflate_out_filter for the case of an...
2004-07-04 André Malostyle
2004-07-03 André Malothat's not really an error condition, so make the messa...
2004-06-30 Bradley NicholesAllow mod_deflate on NetWare to be compiled against...
2004-06-25 Nick KewUpdate inflate_out_filter to support gzip compression...
2004-06-15 Joe Orton* modules/filters/mod_include.c (send_parsed_content...
2004-06-11 Allan K. EdwardsDon't deflate responses with zero length e.g. proxied...
2004-06-01 Joe Orton* modules/filters/mod_deflate.c (deflate_out_filter...
2004-05-29 Justin ErenkrantzFix bug in mod_deflate that unconditionally sent deflat...
2004-04-21 André Malocontent-encoding needs to be unset.
2004-04-17 André Maloremove unused variables
2004-04-16 Ian Holsmanmod_deflate:
2004-03-07 Bradley NicholesAllow make files to create a cc.opt compiler options...
2004-02-09 André Malofix name of The Apache Software Foundation
2004-02-08 André Malofix copyright dates according to the first checkin
2004-02-06 André Maloapply Apache License, Version 2.0
2004-01-21 André Malorevert the zlib.lib linkage patch. Bill Rowe said,...
2004-01-18 André MaloDon't include zlib files directly. That's very nasty!
2004-01-13 André Malobust the "recursive include" test. It's no longer neces...
2004-01-08 Joe OrtonUse -export-dynamic only when linking an httpd which...
2004-01-06 Ian Holsmanremove email address in the hopes ppl stop emailing...
2004-01-04 Joe Orton* modules/filters/config.m4: Fix typo which wiped INCLU...
2004-01-02 André Malofix a rewrite mistake: restore the ability to expand...
2004-01-02 André Maloremove superfluous assignment
2004-01-01 André Maloupdate license to 2004.
2003-12-10 Stas Bekmanupdate the misconfigured INCLUDES skipping code to...
2003-12-09 Stas Bekman complain via error_log when mod_include's INCLUDES...
2003-11-23 Jeff Trawickswitch to new pollset api
2003-11-16 Cliff Woolleyget rid of _FOREACH
2003-11-02 André Malono longer allow an ETag header in 304 responses.
2003-10-24 Sander StrikerFold in the CAN-2003-0542 regex patch.
2003-10-15 André Malofix segfault which occured if the filename was not
2003-09-12 Roy T. Fieldingfix snprintf format type warnings
2003-09-09 Jeff Trawickvoid * can't be used as a function pointer without...
2003-09-03 Jeff Trawickswitch to APR 1.0 API (which is still in flux)
2003-08-28 André Maloallow the undefined echo string to be configured via
2003-08-28 André Maloallow SSIUndefinedEcho per directory
2003-08-28 André Malobe nice and accept == as well as token_eq.
2003-08-28 André Malocleanup the TOKEN_AND/OR tree generation code.
2003-08-27 André Malothe extra buffer variable is no longer needed.
2003-08-27 André Malosimplifications. Don't repeat the same code again and...
2003-08-27 André Malohrm. reverting my last commit. TOKEN_GROUP is a protect...
2003-08-27 André MaloTOKEN_GROUP is nothing but an identity operator, it...
2003-08-27 André Malocleanup TOKEN_EQ, NE, LT & co tree generator:
2003-08-27 André Malominor optimization.
2003-08-27 André Maloforgot to add these debugging outputs
2003-08-26 André Maloimprove debugging output
2003-08-26 André Malosince our parse tree is left-weighted, the short circui...
2003-08-25 André MaloTOKEN_RE is only valid on the right side of EQ or NE...
2003-08-25 André MaloTOKEN_NOT and TOKEN_LBRACE duplicate exactly the same...
next