]> granicus.if.org Git - apache/history - modules/filters
mod_session_cookie: Add a session implementation capable of storing
[apache] / modules / filters /
2008-03-31 Nick KewRemove ap_expr_clone from the API (same day it was...
2008-03-31 Nick KewUpdate mod_filter to use ap_expr
2008-03-31 Nick KewUpdate mod_include for ap_expr update
2008-03-29 Nick KewUpdate mod_include to use ap_expr API
2008-02-26 Eric Covenertweak to include recently added TranslateAllMimeTypes...
2008-02-21 Eric Covenerrename mod_charset_lite CharsetOption ForceAllMimeTypes to
2008-02-20 Eric Covener *) mod_charset_lite: Add ForceAllMimeTypes sub-option to
2008-02-20 Ruediger Pluem* Set aside buckets that remain unprocessed in the...
2008-02-18 Jim JagielskiIn the case where we have only 1 pattern, then we
2008-02-14 Jim JagielskiChange default of mod_substitute to flattening...
2007-12-28 Nick KewPR 39727: Fixup ETag handling in mod deflate (updated...
2007-12-08 Ruediger Pluem* s/MAX_BUCKETS/AP_MAX_BUCKETS/ to avoid namespace...
2007-12-08 Ruediger Pluem* Optimize memory behaviour of mod_substitute by
2007-11-29 Nick KewSince we don't support chained filters, and can't expec...
2007-11-27 Jim Jagielskimove mod_substitute from exp to filters
2007-11-26 Nick Kewmod_filter: don't segfault on (unsupported) chained...
2007-11-16 Jeff Trawickno logic changes
2007-11-16 Jeff TrawickFinish up
2007-11-11 Jeff TrawickRe-work the explanation in commentary and debug logging of
2007-11-07 Graham Leggettcore: Add the option to keep aside a request body up...
2007-11-07 Jeff Trawickmod_charset_lite: Don't crash when the request has...
2007-10-11 Eric Covenerrevert r581660 , fixed instead in APR trunk/r583421...
2007-10-03 Eric Covenermod_ext_filter: Prevent a hang on Windows when the...
2007-10-02 Nick Kewmod_deflate: Don't leave a strong ETag in place while...
2007-09-29 Nick Kewmod_deflate: initialise inflate-out filter correctly...
2007-09-20 William A. Rowe JrLink mod_deflate.so as always intended (and pointed...
2007-09-02 Graham LeggettMove the accessenable variable into the private ssi_int...
2007-09-01 Graham Leggettmod_include: Add an "if" directive syntax to test wheth...
2007-08-28 Martin KraemerRemove commas -- they are not used in the other directi...
2007-08-28 Martin KraemerFix FilterTrace directive's description
2007-08-24 William A. Rowe JrAdding the last two, missing mod_filter and mod_dav_loc...
2007-08-08 Nick KewCorrecting defects in r563317: fix to PR 42993
2007-08-06 Nick KewCheck all sources of Content-Encoding in inflate_out...
2007-08-06 Ruediger Pluem* Also unset Content-MD5 in the deflate_out_filter
2007-08-06 Ruediger Pluem* We already unset Content-Length in the inflate_out_fi...
2007-08-06 Nick KewDon't try to compress/decompress where there's a Conten...
2007-08-06 Nick Kewmod_deflate - discussion on dev@
2007-08-03 Nick KewGeneralise the content encoding detection and protocol:
2007-07-30 Nick KewBe liberal in what we accept. Where it matters.
2007-07-30 Nick KewBe liberal and correct in what we accept
2007-07-29 Nick KewUpdate r560689 following rpluem's analysis thereof.
2007-07-29 Nick KewFix protocol handling in mod_deflate input filter
2007-07-26 Nick KewRationalisation suggested by rpluem
2007-07-26 Nick KewFix integer comparisons in mod_filter
2007-07-26 Nick Kewmod_filter: fix merging of ! and =
2007-07-20 Nick KewMultiple trivial fixes from Christophe JAILLET
2007-07-13 Greg Amesdon't need the definitions for error buckets any more
2007-07-13 Greg Ames* generalize from error buckets to metadata buckets
2007-07-06 Greg Ameswith LimitRequestBody xxx and the deflate output filter...
2007-03-22 Guenter Knaufremoved obsolete -prefix; minor cosmetic changes.
2007-01-31 Bradley NicholesImplement a BASEDIR build environment variable to allow...
2007-01-11 William A. Rowe JrEmbed the .manifest files of all httpd binaries as...
2006-12-13 Nick KewPR#39420
2006-11-18 Nick KewHousekeeping: keep track of size even in the edge-case...
2006-11-16 Ruediger Pluem* Fix some comments. No functional change.
2006-11-16 Ruediger Pluem* Also log the presence of garbage data at the end...
2006-11-16 Ruediger Pluem* Actually append new data to the validation buffer...
2006-11-15 Ruediger Pluem* Ensure that we do not perform our final operations...
2006-11-15 Ruediger Pluem* Ensure that we do not try to inflate validation data...
2006-09-04 Jeff TrawickHandle filter names which include capital letters.
2006-08-05 William A. Rowe Jr Observed by hunter - fix the cut n paste errors in...
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...
next