index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
filters
/
mod_filter.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
mod_filter: Fix AddOutputFilterByType with non-content-level filters.
Nick Kew
2016-01-25
1
-5
/
+7
*
Remove some useless 'return' statements.
Christophe Jaillet
2015-11-21
1
-2
/
+0
*
Fix some style issues on files that can easily be synch'ed with 2.4.x
Christophe Jaillet
2015-09-30
1
-1
/
+1
*
Save a few bytes in conf pool when parsing some directives. Use temp_pool whe...
Christophe Jaillet
2015-02-05
1
-1
/
+1
*
*) mod_filter: Add "change=no" as a proto-flag to FilterProtocol
Eric Covener
2013-09-02
1
-0
/
+3
*
Use 'ap_strcasestr' instead of a strdup/str_tolower/strstr sequence
Christophe Jaillet
2012-10-16
1
-7
/
+2
*
Add a few AP_DEBUG_ASSERT()s for the benefit of clang
Stefan Fritsch
2012-09-14
1
-0
/
+1
*
some more trace logging for AddOutputFilterByType
Stefan Fritsch
2012-03-12
1
-0
/
+13
*
Fix AddOutputFilterByType brown paper bag crash bug
Stefan Fritsch
2012-02-24
1
-1
/
+4
*
Add lots of unique tags to error log messages
Stefan Fritsch
2011-12-03
1
-6
/
+6
*
Make loop more efficient as pointed out by Roy
Stefan Fritsch
2011-10-24
1
-3
/
+3
*
Unbreak AddOutputFilterByType for content types of the form
Stefan Fritsch
2011-10-24
1
-1
/
+12
*
Cleanup effort in prep for GA push:
Jim Jagielski
2011-09-23
1
-3
/
+3
*
Un-deprecate AddOutputFilterByType and update docs. Its limitations have
Stefan Fritsch
2011-09-15
1
-1
/
+1
*
Implement AddOutputFilterByType by doing strcmp()s instead of creating
Stefan Fritsch
2011-09-15
1
-41
/
+60
*
Set Accept-Rangs: none instead of unsetting the Accept-Range header when we
Eric Covener
2011-09-08
1
-1
/
+1
*
Add string valued expressions to ap_expr, do some API cleanup
Stefan Fritsch
2011-07-02
1
-4
/
+1
*
Improvements found by cppcheck:
Stefan Fritsch
2011-05-15
1
-1
/
+1
*
Log errors/infos during expression evaluation and associate the message
Stefan Fritsch
2010-11-20
1
-0
/
+1
*
Replace ap_expr with a parser derived from mod_ssl's parser. Make mod_ssl use
Stefan Fritsch
2010-11-06
1
-9
/
+12
*
- Remove a load of unused variables (or variables that are set but never read).
Stefan Fritsch
2010-08-03
1
-4
/
+7
*
Use temp_pool not pool for a string that's a temp
Nick Kew
2010-07-23
1
-1
/
+1
*
Support multiple names in reimplemented AddOutputFilterByType
Nick Kew
2010-07-23
1
-2
/
+17
*
Move AddOutputFilterByType implementation from core to mod_filter.
Nick Kew
2010-07-22
1
-1
/
+44
*
Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to take
Stefan Fritsch
2010-06-06
1
-1
/
+1
*
mod_filter: enable filters to be configured on non-200 responses
Nick Kew
2009-12-27
1
-1
/
+2
*
more de-tabify
Jim Jagielski
2008-06-13
1
-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
*
Since we don't support chained filters, and can't expect to while the
Nick Kew
2007-11-29
1
-4
/
+0
*
mod_filter: don't segfault on (unsupported) chained FilterProviders.
Nick Kew
2007-11-26
1
-1
/
+6
*
Remove commas -- they are not used in the other directives' descriptions, either
Martin Kraemer
2007-08-28
1
-3
/
+3
*
Fix FilterTrace directive's description
Martin Kraemer
2007-08-28
1
-1
/
+1
*
Rationalisation suggested by rpluem
Nick Kew
2007-07-26
1
-15
/
+8
*
Fix integer comparisons in mod_filter
Nick Kew
2007-07-26
1
-12
/
+24
*
mod_filter: fix merging of ! and =
Nick Kew
2007-07-26
1
-5
/
+33
*
PR#39420
Nick Kew
2006-12-13
1
-1
/
+1
*
update license header text
Roy T. Fielding
2006-07-11
1
-6
/
+6
*
Chop historic notes no longer relevant since 2.2 release.
Nick Kew
2006-05-29
1
-14
/
+0
*
PR#39672: Check that filter exists before trying to insert it
Nick Kew
2006-05-29
1
-0
/
+5
*
Update the copyright year in all .c, .h and .xml files
Colm MacCarthaigh
2006-04-19
1
-1
/
+1
*
No functional Change: Removing trailing whitespace. This also
Jim Jagielski
2005-11-10
1
-4
/
+4
*
Move mod_filter and mod_charset_lite from /experimental/ to /filters/
Nick Kew
2005-09-21
1
-0
/
+850