index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
filters
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
mod_ext_filter: fix test for onfail behaviour
Nick Kew
2009-01-05
1
-4
/
+4
*
Improved fix to PR#41120: send a clean error response when aborting
Nick Kew
2009-01-05
1
-2
/
+12
*
Fix mod_ext_filter to detect failure to start the external program,
Nick Kew
2009-01-04
1
-6
/
+44
*
Add support for escaping all non-ascii chars to ap_escape_html, and use
Nick Kew
2008-12-31
1
-1
/
+2
*
Fix r729438 to commit the right version of the patch, dammit!
Nick Kew
2008-12-25
3
-65
/
+138
*
Use transient buckets to optimise mod_sed throughput
Nick Kew
2008-12-25
1
-32
/
+114
*
* Fix r->content_encoding for inflate_in and inflate_out filters.
Ruediger Pluem
2008-12-15
1
-0
/
+9
*
* Fix r->content_encoding in deflate_out_filter if it was set before.
Ruediger Pluem
2008-12-15
1
-0
/
+5
*
silence compiler warning
Chris Darroch
2008-12-12
1
-0
/
+2
*
Always break out if the connection is aborted.
Paul Querna
2008-12-05
1
-0
/
+1
*
Add the new modules to the netware build
Bradley Nicholes
2008-12-01
2
-0
/
+259
*
Move the variable declarations to the beginning of the code blocks to avoid c...
Bradley Nicholes
2008-12-01
1
-1
/
+3
*
Add a new module, mod_ratelimit, which can rate limit the outgoing bandwidth
Paul Querna
2008-12-01
3
-0
/
+339
*
Fix up the netware build with the additions in the filter modules.
Bradley Nicholes
2008-11-25
3
-4
/
+267
*
So close ;-) Nicely done Jim
William A. Rowe Jr
2008-11-23
1
-0
/
+24
*
Simple cut/paste to create a mod_sed template
Jim Jagielski
2008-11-23
1
-0
/
+258
*
No idea if this is 100% correct, but provide a template
Jim Jagielski
2008-11-23
1
-0
/
+111
*
testing indicates a large buffsize (~8k) is better...
Jim Jagielski
2008-11-23
1
-1
/
+1
*
mod_buffer: Honour the flush bucket and flush the buffer in the
Graham Leggett
2008-11-16
1
-3
/
+10
*
mod_buffer: Optimise the buffering of heap buckets when the heap
Graham Leggett
2008-11-16
1
-2
/
+24
*
Refactor the input buffer filter to use a context as the output buffer
Graham Leggett
2008-11-16
1
-49
/
+69
*
* Fix properties.
Ruediger Pluem
2008-11-16
1
-250
/
+250
*
mod_buffer: Optional support for buffering of the input and output
Graham Leggett
2008-11-15
2
-0
/
+289
*
* Replace control characters in output strings with more pleasant strings.
Ruediger Pluem
2008-09-11
1
-2
/
+2
*
* Fix potential segfault if flags remains NULL.
Ruediger Pluem
2008-09-10
1
-13
/
+15
*
* Allow empty substitute patterns (to remove data from the stream), but
Ruediger Pluem
2008-09-10
1
-3
/
+7
*
* Use send_bucket_downstream to send data down the chain instead of creating
Ruediger Pluem
2008-09-09
1
-24
/
+15
*
stash the brigade used by send_bucket_downstream in the filter context for
Greg Ames
2008-09-09
1
-6
/
+6
*
PR 45687: Detect and pass along error buckets
Greg Ames
2008-09-06
1
-4
/
+44
*
Commit mod_sed: enable filtering of HTTP Requests and Responses through sed
Nick Kew
2008-09-03
8
-0
/
+3371
*
more de-tabify
Jim Jagielski
2008-06-13
1
-2
/
+2
*
Catch up with a host of changes to the current module set
William A. Rowe Jr
2008-06-07
1
-0
/
+115
*
You don't export the fn hooked or registered as an optional fn
William A. Rowe Jr
2008-06-07
1
-23
/
+26
*
No. You cannot rely on mod_foo.h magic from the
William A. Rowe Jr
2008-06-07
1
-137
/
+0
*
Build mod_request on NetWare
Bradley Nicholes
2008-05-23
2
-0
/
+251
*
mod_request: Insert the KEPT_BODY filter via the insert_filter
Graham Leggett
2008-05-09
2
-44
/
+70
*
* Make code more readable by using OR (which is also Roys preference over AND)
Ruediger Pluem
2008-05-07
1
-1
/
+1
*
Fix the optional declarations so that the modules will build clean in
Graham Leggett
2008-04-17
2
-2
/
+4
*
Move the public mod_request.h header out of the include directory and back to...
Graham Leggett
2008-04-15
1
-0
/
+124
*
Move the KeptBodySize directive, kept_body filters and the
Graham Leggett
2008-04-11
2
-0
/
+588
*
Remove all references to CORE_PRIVATE.
Paul Querna
2008-04-07
2
-2
/
+2
*
Remove ap_expr_clone from the API (same day it was added:-)
Nick Kew
2008-04-01
1
-3
/
+1
*
Update mod_filter to use ap_expr
Nick Kew
2008-03-31
1
-237
/
+23
*
Update mod_include for ap_expr update
Nick Kew
2008-03-31
1
-2
/
+2
*
Update mod_include to use ap_expr API
Nick Kew
2008-03-29
1
-674
/
+65
*
tweak to include recently added TranslateAllMimeTypes option to this
Eric Covener
2008-02-26
1
-1
/
+2
*
rename mod_charset_lite CharsetOption ForceAllMimeTypes to
Eric Covener
2008-02-21
1
-2
/
+2
*
*) mod_charset_lite: Add ForceAllMimeTypes sub-option to
Eric Covener
2008-02-20
1
-1
/
+12
*
* Set aside buckets that remain unprocessed in the filter context for the
Ruediger Pluem
2008-02-20
1
-0
/
+3
*
In the case where we have only 1 pattern, then we
Jim Jagielski
2008-02-18
1
-4
/
+12
[next]