]> granicus.if.org Git - apache/history - modules/filters
Keep track of how many workers we've used so far... no need
[apache] / modules / filters /
2011-01-16 Guenter KnaufAdded mod_reflector to Win32 build.
2010-12-20 William A. Rowe JrText, please
2010-11-20 Graham Leggettmod_include: Add the onerror attribute to the include...
2010-11-20 Stefan FritschLog errors/infos during expression evaluation and assoc...
2010-11-06 Stefan FritschReplace ap_expr with a parser derived from mod_ssl...
2010-11-06 Stefan FritschPut the expression parser back into mod_include
2010-11-01 Daniel Earl PoirierAdd to modules' help text (displayed by ./configure...
2010-10-11 William A. Rowe JrTag ZLIB_DLL, to slightly optimize the run time symbol...
2010-10-01 Stefan FritschFix CVE-2010-1623 in mod_reqtimeout, too. It includes...
2010-09-28 Stefan Fritschsave some memory by using cmd->temp_pool instead of...
2010-09-19 Graham Leggettmod_include: Move the request_rec within mod_include...
2010-09-19 Graham Leggettmod_include: Reinstate support for UTF-8 character...
2010-08-12 Stefan FritschRevert part of r983116: Don't break the loop if rv...
2010-08-06 Philip M. GolluccizRC is never used before its overwritten below the...
2010-08-06 Philip M. Golluccirv is never used which makes the whole if useless
2010-08-06 Jeff TrawickIntel's compiler warns about assigning the non-enum...
2010-08-03 Stefan Fritsch- Remove a load of unused variables (or variables that...
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
next