summaryrefslogtreecommitdiffstats
path: root/modules/filters (follow)
Commit message (Expand)AuthorAgeFilesLines
* mod_ext_filter: fix test for onfail behaviourNick Kew2009-01-051-4/+4
* Improved fix to PR#41120: send a clean error response when abortingNick Kew2009-01-051-2/+12
* Fix mod_ext_filter to detect failure to start the external program,Nick Kew2009-01-041-6/+44
* Add support for escaping all non-ascii chars to ap_escape_html, and useNick Kew2008-12-311-1/+2
* Fix r729438 to commit the right version of the patch, dammit!Nick Kew2008-12-253-65/+138
* Use transient buckets to optimise mod_sed throughputNick Kew2008-12-251-32/+114
* * Fix r->content_encoding for inflate_in and inflate_out filters.Ruediger Pluem2008-12-151-0/+9
* * Fix r->content_encoding in deflate_out_filter if it was set before.Ruediger Pluem2008-12-151-0/+5
* silence compiler warningChris Darroch2008-12-121-0/+2
* Always break out if the connection is aborted.Paul Querna2008-12-051-0/+1
* Add the new modules to the netware buildBradley Nicholes2008-12-012-0/+259
* Move the variable declarations to the beginning of the code blocks to avoid c...Bradley Nicholes2008-12-011-1/+3
* Add a new module, mod_ratelimit, which can rate limit the outgoing bandwidth Paul Querna2008-12-013-0/+339
* Fix up the netware build with the additions in the filter modules.Bradley Nicholes2008-11-253-4/+267
* So close ;-) Nicely done JimWilliam A. Rowe Jr2008-11-231-0/+24
* Simple cut/paste to create a mod_sed templateJim Jagielski2008-11-231-0/+258
* No idea if this is 100% correct, but provide a templateJim Jagielski2008-11-231-0/+111
* testing indicates a large buffsize (~8k) is better...Jim Jagielski2008-11-231-1/+1
* mod_buffer: Honour the flush bucket and flush the buffer in theGraham Leggett2008-11-161-3/+10
* mod_buffer: Optimise the buffering of heap buckets when the heapGraham Leggett2008-11-161-2/+24
* Refactor the input buffer filter to use a context as the output bufferGraham Leggett2008-11-161-49/+69
* * Fix properties.Ruediger Pluem2008-11-161-250/+250
* mod_buffer: Optional support for buffering of the input and outputGraham Leggett2008-11-152-0/+289
* * Replace control characters in output strings with more pleasant strings.Ruediger Pluem2008-09-111-2/+2
* * Fix potential segfault if flags remains NULL.Ruediger Pluem2008-09-101-13/+15
* * Allow empty substitute patterns (to remove data from the stream), butRuediger Pluem2008-09-101-3/+7
* * Use send_bucket_downstream to send data down the chain instead of creatingRuediger Pluem2008-09-091-24/+15
* stash the brigade used by send_bucket_downstream in the filter context forGreg Ames2008-09-091-6/+6
* PR 45687: Detect and pass along error bucketsGreg Ames2008-09-061-4/+44
* Commit mod_sed: enable filtering of HTTP Requests and Responses through sedNick Kew2008-09-038-0/+3371
* more de-tabifyJim Jagielski2008-06-131-2/+2
* Catch up with a host of changes to the current module setWilliam A. Rowe Jr2008-06-071-0/+115
* You don't export the fn hooked or registered as an optional fnWilliam A. Rowe Jr2008-06-071-23/+26
* No. You cannot rely on mod_foo.h magic from theWilliam A. Rowe Jr2008-06-071-137/+0
* Build mod_request on NetWareBradley Nicholes2008-05-232-0/+251
* mod_request: Insert the KEPT_BODY filter via the insert_filterGraham Leggett2008-05-092-44/+70
* * Make code more readable by using OR (which is also Roys preference over AND)Ruediger Pluem2008-05-071-1/+1
* Fix the optional declarations so that the modules will build clean inGraham Leggett2008-04-172-2/+4
* Move the public mod_request.h header out of the include directory and back to...Graham Leggett2008-04-151-0/+124
* Move the KeptBodySize directive, kept_body filters and theGraham Leggett2008-04-112-0/+588
* Remove all references to CORE_PRIVATE.Paul Querna2008-04-072-2/+2
* Remove ap_expr_clone from the API (same day it was added:-)Nick Kew2008-04-011-3/+1
* Update mod_filter to use ap_exprNick Kew2008-03-311-237/+23
* Update mod_include for ap_expr updateNick Kew2008-03-311-2/+2
* Update mod_include to use ap_expr APINick Kew2008-03-291-674/+65
* tweak to include recently added TranslateAllMimeTypes option to this Eric Covener2008-02-261-1/+2
* rename mod_charset_lite CharsetOption ForceAllMimeTypes toEric Covener2008-02-211-2/+2
* *) mod_charset_lite: Add ForceAllMimeTypes sub-option toEric Covener2008-02-201-1/+12
* * Set aside buckets that remain unprocessed in the filter context for theRuediger Pluem2008-02-201-0/+3
* In the case where we have only 1 pattern, then weJim Jagielski2008-02-181-4/+12