]> granicus.if.org Git - apache/history - modules/filters
fix maintainer mode ap_strstr() argument mismatch warnings
[apache] / modules / filters /
2009-12-27 Nick Kewmod_filter: enable filters to be configured on non...
2009-11-10 Stefan FritschFix broken config check for *max timeouts
2009-11-04 Joe Orton* modules/filters/mod_include.c (handle_printenv):...
2009-10-25 Eric CovenerCharsetOptions NoImplicitAdd wasn't referenced during...
2009-10-25 Eric CovenerCharsetOptions NoImplicitAdd makes us fall through...
2009-10-19 Ruediger Pluem* Reduce memory consumption when processing very long...
2009-10-14 Stefan FritschRename ReqTimeout into RequestTimeout, to be more in...
2009-10-05 Jim JagielskiNo need to constantly compute these; do so once at...
2009-10-05 Jim JagielskiRefactor mod_reqtimeout a bit to use just 1 directives...
2009-10-04 Guenter Knaufadded mod_reqtimeout to NetWare build;
2009-10-04 Stefan FritschAdd mod_reqtimeout: New module to set timeouts and...
2009-10-04 Stefan Fritschcore, mod_deflate, mod_sed: Reduce memory usage by...
2009-09-13 Graham Leggettmod_request: Make sure the KeptBodySize directive rejec...
2009-09-13 Graham LeggettRemove trailing whitespace from the mod_request module.
2009-09-01 Paul QuernaCheck return value from ap_pass_brigade incase we are...
2009-08-28 William A. Rowe JrAlways make mod_*.h files available where they exist...
2009-08-26 Brian HavardBring back OS/2 support.
2009-07-19 Nick KewUpdate r795445 patch in the light of rpluem's comments...
2009-07-18 Nick KewTypo fix
2009-07-18 Nick KewFix mod_include potential segfault checking backref...
2009-05-10 Rainer JungSwitch two recent dsp files from CRLF to native
2009-05-08 Joe OrtonSecurity fix for CVE-2009-1195: fix Options handling...
2009-03-26 Jeff Trawickremove OS/2 platform support
2009-03-26 William A. Rowe Jrintegrate lua, ratelimit
2009-03-26 William A. Rowe JrNamespaces namespaces namespaces guys... EFAIL :)
2009-03-24 Ruediger Pluem* Fix a memory leak by freeing the memory consumed...
2009-03-23 Joe OrtonPrevent a case of SSI timefmt-smashing with filter...
2009-03-17 Ruediger Pluem* APR_BUCKET_NEXT is wrong here as we are already a...
2009-02-12 Roy T. FieldingAdjust content metadata on deflate/inflate response...
2009-02-12 Roy T. FieldingReimplement deflate_check_etag() so that it isn't such...
2009-02-07 Ruediger Pluem* Only drop the last char (the '"') and not the last...
2009-02-02 Lars Eilebrechtmod_deflate: Fix creation of invalid Etag headers....
2009-02-01 William A. Rowe JrBuild mod_buffer on win32
2009-01-30 Roy T. FieldingDisabled DefaultType directive and removed ap_default_t...
2009-01-05 Nick Kewmod_ext_filter: fix test for onfail behaviour
2009-01-04 Nick KewImproved fix to PR#41120: send a clean error response...
2009-01-04 Nick KewFix mod_ext_filter to detect failure to start the exter...
2008-12-31 Nick KewAdd support for escaping all non-ascii chars to ap_esca...
2008-12-25 Nick KewFix r729438 to commit the right version of the patch...
2008-12-25 Nick KewUse transient buckets to optimise mod_sed throughput
2008-12-15 Ruediger Pluem* Fix r->content_encoding for inflate_in and inflate_ou...
2008-12-15 Ruediger Pluem* Fix r->content_encoding in deflate_out_filter if...
2008-12-12 Chris Darrochsilence compiler warning
2008-12-05 Paul QuernaMerge mod_wombat from the wombat branch:
2008-12-05 Paul QuernaAlways break out if the connection is aborted.
2008-12-01 Bradley NicholesAdd the new modules to the netware build
2008-12-01 Bradley NicholesMove the variable declarations to the beginning of...
2008-12-01 Paul QuernaAdd a new module, mod_ratelimit, which can rate limit...
2008-11-25 Bradley NicholesFix up the netware build with the additions in the...
2008-11-23 William A. Rowe JrSo close ;-) Nicely done Jim
2008-11-23 Jim JagielskiSimple cut/paste to create a mod_sed template
2008-11-23 Jim JagielskiNo idea if this is 100% correct, but provide a template
2008-11-23 Jim Jagielskitesting indicates a large buffsize (~8k) is better...
2008-11-16 Graham Leggettmod_buffer: Honour the flush bucket and flush the buffe...
2008-11-16 Graham Leggettmod_buffer: Optimise the buffering of heap buckets...
2008-11-16 Graham LeggettRefactor the input buffer filter to use a context as...
2008-11-16 Ruediger Pluem* Fix properties.
2008-11-15 Graham Leggettmod_buffer: Optional support for buffering of the input...
2008-09-11 Ruediger Pluem* Replace control characters in output strings with...
2008-09-10 Ruediger Pluem* Fix potential segfault if flags remains NULL.
2008-09-10 Ruediger Pluem* Allow empty substitute patterns (to remove data from...
2008-09-09 Ruediger Pluem* Use send_bucket_downstream to send data down the...
2008-09-09 Greg Amesstash the brigade used by send_bucket_downstream in...
2008-09-05 Greg AmesPR 45687: Detect and pass along error buckets
2008-09-02 Nick KewCommit mod_sed: enable filtering of HTTP Requests and...
2008-06-12 Jim Jagielskimore de-tabify
2008-06-07 William A. Rowe JrCatch up with a host of changes to the current module set
2008-06-07 William A. Rowe JrYou don't export the fn hooked or registered as an...
2008-06-06 William A. Rowe JrNo. You cannot rely on mod_foo.h magic from the
2008-05-23 Bradley NicholesBuild mod_request on NetWare
2008-05-09 Graham Leggettmod_request: Insert the KEPT_BODY filter via the insert...
2008-05-07 Ruediger Pluem* Make code more readable by using OR (which is also...
2008-04-17 Graham LeggettFix the optional declarations so that the modules will...
2008-04-15 Graham LeggettMove the public mod_request.h header out of the include...
2008-04-11 Graham LeggettMove the KeptBodySize directive, kept_body filters...
2008-04-07 Paul QuernaRemove all references to CORE_PRIVATE.
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...
next