]> granicus.if.org Git - apache/history - modules/filters
*) mod_rewrite: Add support for starting External Rewriting Programs
[apache] / modules / filters /
2015-02-05 Christophe JailletSave a few bytes in conf pool when parsing some directi...
2015-01-05 Christophe JailletBe consistant with the code below which accepts lower...
2014-11-24 Yann Ylavicmod_reqtimeout: don't extend the timeout in speculative...
2014-11-20 Yann Ylavicmod_reqtimeout: revert r1640758.
2014-11-20 Yann Ylavicmod_reqtimeout: avoid unnecessary calls to apr_socket_t...
2014-10-18 Yann Ylavicmod_buffer: avoid unlikely access to freed memory and...
2014-10-15 Rainer Jungmod_substitute: No real functional change, but:
2014-10-02 Rainer Jungmod_substitute: Restrict configuration in .htaccess to
2014-10-02 Rainer Jungmod_substitute: Make maximum line length configurable.
2014-09-28 Rainer Jungmod_substitute: Fix memory limitation in case of
2014-08-30 Eric CovenerPR56729: mod_reqtimeout gets confused when it sees...
2014-08-21 Yann Ylavicmod_deflate:
2014-08-21 Yann Ylavicmod_deflate: follow up to r1619444.
2014-08-21 Yann Ylavicmod_deflate: follow up to r1619444.
2014-08-21 Eric Covenerleave a hint while scrolling through inflate() calls
2014-08-21 Yann Ylavicmod_deflate: follow up to r1619383.
2014-08-21 Eric CovenerA misplaced check for inflation limits prevented limiti...
2014-08-09 Eric CovenerPR56832 -- mod_ratelimit reports at ERROR level everyti...
2014-08-01 Christophe JailletTurn some APR_BUCKET_REMOVE(e)+apr_bucket_destroy(e...
2014-07-20 Christophe JailletAdd missing APLOGNO.
2014-07-18 Yann Ylavicmod_deflate: don't require <limits.h> by using APR_INT3...
2014-07-14 Christophe JailletAdd missing APLOGNO + fix a typo in a comment
2014-07-14 Eric Covener *) SECURITY: CVE-2014-0118 (cve.mitre.org)
2014-06-21 Eric Covenerfix c++/c99 comment
2014-06-11 Yann Ylavicmod_sed: Reuse ctx->bb in sed_response_filter() and...
2014-06-11 Yann Ylavicmod_sed:
2014-06-10 Yann YlavicStrip useless apr_brigade_cleanup() calls.
2014-06-10 Takashi Satofollow up r1599012:
2014-06-01 Nick Kewmod_proxy_html: support automatic doctype detection.
2014-06-01 Nick Kewmod_proxy_html: skip documents < 4 bytes
2014-04-30 Yann YlavicRollback r1591302, wrong file commited.
2014-04-30 Yann Ylavicmod_cache: Don't add cached/revalidated entity headers...
2014-04-27 Yann Ylavicmod_deflate: follow up to r1587639.
2014-04-15 Yann Ylavicmod_deflate: Don't return gzip-ed data when reading...
2014-04-15 Yann Ylavicmod_deflate: Delay INFLATE input filter's self removal...
2014-04-11 Yann Ylavicmod_deflate: update empty log tags.
2014-04-11 Eric Covenerbe explicit, for now the 0 val is the default, but...
2014-04-11 Eric CovenerAttempt to make progress on PR39727/PR45023 blocking...
2014-04-04 Christophe JailletDo not perform a p+= 7 that could go past the end of...
2014-04-04 Christophe JailletDo not scan past the end of the buffer.
2014-04-04 Christophe JailletDo not delete the wrong data from HTML code when a...
2014-03-29 Jeff Trawicks/comment/self-documenting/
2014-03-23 Eric Covenermod_reqtimeout: Resolve unexpected timeouts on keepaliv...
2014-03-01 Yann Ylavicmod_deflate: when consuming zlibs flags, APR_INCOMPLETE...
2014-02-28 Yann Ylavicmod_deflate: follows up r1572896.
2014-02-28 Yann Ylavicmod_deflate:
2014-02-27 Yann YlavicCommit 6 on 6 to fix reentrance (incomplete Zlib header...
2014-02-27 Yann YlavicCommit 5 on 6 to fix reentrance (incomplete Zlib header...
2014-02-27 Yann YlavicCommit 4 on 6 to fix reentrance (incomplete Zlib header...
2014-02-27 Yann YlavicCommit 3 on 6 to fix reentrance (incomplete Zlib header...
2014-02-27 Yann YlavicCommit 2 on 6 to fix reentrance (incomplete Zlib header...
2014-02-27 Yann YlavicCommit 1 on 6 to fix reentrance (incomplete Zlib header...
2014-02-26 Jan Kalužamod_deflate: fix decompression of files larger than...
2013-09-02 Eric Covener *) mod_filter: Add "change=no" as a proto-flag to...
2013-07-13 Rainer JungImprove error detection when decompressing
2013-07-07 Guenter KnaufKilled another warning.
2013-07-06 Guenter KnaufFixed type.
2013-07-04 Stefan Fritschstyle fix (no code change)
2013-06-23 Eric Covenerprotect 'AP_DECLARE_MODULE(deflate)' from expansion to
2013-06-06 Graham LeggettNote that the function will be available in APR.
2013-05-29 Joe Orton* modules/filters/mod_ratelimit.c (rate_limit_filter...
2013-05-21 Graham Leggettmod_deflate: Make sure we process any EOS bucket in...
2013-05-21 Graham Leggettmod_deflate: Remove assumptions as to when an EOS bucke...
2013-04-04 Christophe Jailletmake the "ProxyHTMLFixups" options case insensitive...
2013-03-31 Stefan FritschUse %pm available since apr 1.3 instead of an extra...
2013-03-19 Jim JagielskiKeep mod_req clear. Simply scan thru input filters and
2013-03-19 Jim Jagielskiallow bypass and removal.
2013-03-19 Jim Jagielskitemp work-around... better ways to do this, but
2013-03-19 Jim JagielskiAllow modules to pro-actively bypass the reqtimeout...
2013-03-03 Christophe JailletRemove useless tests.
2013-02-24 Thomas J. Donovanbug 54548 - use new expr parser with 'elif', like 'if'
2013-02-04 Nick Kewmod_proxy_html: bugfixes and introduce HTML5 doctype
2013-01-28 Christophe JailletFix error because of negative rate-limit
2013-01-06 Christophe JailletAccording to my testing, one special case of 'log_xlate...
2012-12-12 Gregg Lewis SmithFix various clone/edit and search/replace errors
2012-12-08 Stefan FritschFix a few 'too many arguments for format' warnings
2012-12-07 Christophe JailletAdd some __attribute__ for automatic format checking.
2012-11-08 Jim Jagielski *) mod_xml2enc: Fix problems with charset conversion...
2012-10-16 Christophe JailletUse 'ap_strcasestr' instead of a strdup/str_tolower...
2012-10-02 Graham Leggettmod_include: When an include file or virtual path fails...
2012-10-02 Graham Leggettmod_include: When +Includes is not set and we disable...
2012-09-16 Kaspar BrandSpin off module-specific build options into separate...
2012-09-16 Kaspar Brandrevert r1385214, as I inadvertently left out acinclude.m4.
2012-09-16 Kaspar BrandSpin off module-specific build options into separate...
2012-09-14 Stefan FritschAdd a few AP_DEBUG_ASSERT()s for the benefit of clang
2012-08-09 Guenter KnaufNetWare build tweaks.
2012-08-04 Gregg Lewis Smithr1359057 added and include to mod_ssl.h
2012-07-19 Guenter KnaufFix mod_deflate NetWare build.
2012-07-09 Stefan FritschMake mod_deflate skip compression if compression is...
2012-07-05 Joe Orton* modules/filters/mod_ext_filter.c (ef_unified_filter...
2012-04-26 Stefan FritschReplace use of apr_file_write() with apr_file_write_ful...
2012-04-17 Joe Orton* modules/filters/config.m4: Prevent libsed internals...
2012-04-17 Joe Orton* modules/filters/sed1.c: Mark private globals as stati...
2012-04-04 André Malofix various property issues
2012-03-23 Eric CovenerPR52981: mod_request: fix check for bad KeptBodySize...
2012-03-22 Stefan FritschDon't define PATH_MAX, we use APR_PATH_MAX anyway.
2012-03-12 Stefan Fritschsome more trace logging for AddOutputFilterByType
2012-02-25 Stefan FritschPass the EOS bucket down the filter chain
2012-02-25 Stefan FritschEnable per-module loglevel for mod_xml2enc and mod_prox...
2012-02-24 Stefan FritschFix AddOutputFilterByType brown paper bag crash bug
next