]> granicus.if.org Git - apache/history - modules/filters
Removed obsolete include paths from NetWare makefiles.
[apache] / modules / filters /
2010-07-22 Guenter KnaufRemoved obsolete include paths from NetWare makefiles.
2010-07-22 Nick KewUse temp_pool not pool for a string that's a temp
2010-07-22 Nick KewSupport multiple names in reimplemented AddOutputFilter...
2010-07-22 Nick KewMove AddOutputFilterByType implementation from core...
2010-07-19 Nick Kewmod_include: recognise "text/html; parameters" as text...
2010-06-26 Stefan FritschStop compressing if we are doing a HEAD request and...
2010-06-14 Stefan FritschFix some compiler warnings:
2010-06-10 Ruediger Pluem* Use APR_STATUS_IS_TIMEUP instead of direct compare...
2010-06-06 Stefan FritschUse the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros...
2010-06-01 Nick KewKill off edge case in mod_deflate where data may be...
2010-04-18 Stefan FritschReplace apr_wait_for_io_or_timeout with apr_poll, to...
2010-04-13 Brian HavardFix backward compatibility with APR versions less than...
2010-04-12 Brian HavardRemove usage of the APR private function apr_wait_for_i...
2010-03-29 Stefan FritschDisable body timeout for CONNECT requests
2010-03-22 William A. Rowe JrSurely we meant to use the right data type for a stream?
2010-03-17 Stefan FritschCorrectly handle the case where apr_brigade_partition...
2010-03-15 Stefan Fritschget the socket with ap_get_module_config instead of...
2010-03-15 Stefan Fritschcore: shorten the wait time in ap_lingering_close(...
2010-03-12 Stefan FritschAlso extend the timeout if have_lf_or_eos() returned...
2010-03-10 Stefan Fritsch- Enforce request timeout even for AP_MODE_GETLINE.
2010-03-10 Stefan FritschMove initialization to process_connection hook, right...
2010-03-03 Jeff Trawickfix this error:
2010-02-26 Jeff Trawickbuild mod_reqtimeout on Windows
2010-02-15 Graham LeggettAdd missing headers, remove unused variable.
2010-02-15 Stefan FritschCorrectly handle the case where apr_brigade_partition...
2010-02-15 Guenter Knaufadded NetWare makefile for mod_reflector.
2010-02-15 Graham LeggettFix cut and paste fooness, this is not the default...
2010-02-14 Stefan FritschIn case zlib initialization fails, make sure we do...
2010-02-14 Graham LeggettIntroduce mod_reflector, a handler capable of reflectin...
2010-02-01 Graham LeggettAllow fine control over the removal of Last-Modified...
2010-01-24 Guenter Knaufchanged strcasestr() to ap_strcasestr() to fix broken...
2010-01-23 Stefan FritschRename RequestTimeout into RequestReadTimeout and chang...
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...
next