index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
util_filter.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
core: follow up to r1891148: WC bucket defaulting to FLUSH bucket.
Yann Ylavic
2021-08-20
1
-3
/
+19
*
core: Write Completion (WC) bucket type.
Yann Ylavic
2021-06-29
1
-0
/
+24
*
util_filter: export ap_filter_adopt_brigade() since mod_ssl uses it.
Yann Ylavic
2020-05-10
1
-0
/
+11
*
Follow up to r1840265: really privatize ap_filter_{recycle,adopt_brigade}().
Yann Ylavic
2018-09-11
1
-22
/
+0
*
Follow up to r1840149: core input filter pending data.
Yann Ylavic
2018-09-07
1
-2
/
+15
*
util_filter: protect ap_filter_t private fields from external (ab)use.
Yann Ylavic
2018-09-05
1
-9
/
+22
*
core: follow up to r1839997: some runtime optimizations.
Yann Ylavic
2018-09-04
1
-1
/
+1
*
core: follow up to r1839997: recycle request filters to a delayed ring first.
Yann Ylavic
2018-09-04
1
-0
/
+9
*
core: always allocate filters (ap_filter_t) on f->c->pool.
Yann Ylavic
2018-09-04
1
-6
/
+3
*
util_filter: split pending filters ring in two: input and output ones.
Yann Ylavic
2018-09-03
1
-2
/
+2
*
util_filter: keep filters with aside buckets in order.
Yann Ylavic
2018-07-11
1
-0
/
+7
*
Guess at fixing win32 build regression on trunk introduced by r1734656
William A. Rowe Jr
2018-04-17
1
-2
/
+2
*
Off by one "make dox" warning
Christophe Jaillet
2016-05-30
1
-1
/
+1
*
core: Extend support for setting aside data from the network input filter
Graham Leggett
2016-03-12
1
-1
/
+39
*
mpm: Add a complete_connection hook that confirms whether an MPM is allowed
Graham Leggett
2016-02-19
1
-0
/
+12
*
core: Extend support for asynchronous write completion from the
Graham Leggett
2015-10-04
1
-1
/
+58
*
Useful extensions...
Jim Jagielski
2013-03-19
1
-0
/
+19
*
Add some __attribute__ for automatic format checking.
Christophe Jaillet
2012-12-08
1
-2
/
+2
*
Give the opportunity to the compiler to compute at compile time the strlen of...
Christophe Jaillet
2012-11-14
1
-1
/
+1
*
Rename ap_func_attr_* macros to AP_FN_ATTR_*
Stefan Fritsch
2012-01-09
1
-1
/
+1
*
Use varargs...
Jim Jagielski
2011-11-24
1
-4
/
+5
*
Add ap_pass_brigade_fchk() which does a Filter CHecK on the
Jim Jagielski
2011-11-23
1
-0
/
+20
*
Cleanup effort in prep for GA push:
Jim Jagielski
2011-09-23
1
-25
/
+25
*
Avoid "`sentinel' attribute directive ignored" warning with gcc 3.x
Stefan Fritsch
2011-06-12
1
-4
/
+1
*
Fix some doxygen warnings
Stefan Fritsch
2010-12-08
1
-2
/
+2
*
Tweak some doxygen comments to get these functions to show up in
Daniel Earl Poirier
2010-11-07
1
-0
/
+6
*
re-order many struct members for better alignment on 64bit
Stefan Fritsch
2010-07-01
1
-6
/
+6
*
Run filter "init" functions exactly once per request. No longer run
Joe Orton
2010-06-10
1
-4
/
+7
*
Fix a lot of doxygen warnings. Thanks to Brad Hards for the patch.
Daniel Earl Poirier
2009-10-28
1
-0
/
+1
*
Update comments in util_filter.h about bucket and brigade ownership to reflect
Stefan Fritsch
2009-10-07
1
-7
/
+16
*
* include/util_filter.h (ap_fputstrs): Mark with sentinel attribute
Joe Orton
2008-12-12
1
-1
/
+5
*
Prevent AP_FILTER_ERROR from being misinterpreted as SUSPENDED when checking
Eric Covener
2008-11-29
1
-9
/
+0
*
Further to r599711; document new API guarantee for handling non-NULL
Joe Orton
2007-12-03
1
-1
/
+9
*
update license header text
Roy T. Fielding
2006-07-11
1
-6
/
+6
*
Fix comment
Nick Kew
2006-06-08
1
-1
/
+1
*
Update the copyright year in all .c, .h and .xml files
Colm MacCarthaigh
2006-04-19
1
-1
/
+1
*
Make ap_register_output_filter back into a function (*sigh*)
Nick Kew
2005-10-12
1
-18
/
+11
*
Make ap_register_output_filter a #define
Nick Kew
2005-10-12
1
-7
/
+0
*
Doxygen fixup / cleanup
Ian Holsman
2005-08-29
1
-9
/
+12
*
Update copyright year to 2005 and standardize on current copyright owner line.
Justin Erenkrantz
2005-02-04
1
-1
/
+2
*
Change FilterDeclare/FilterProvider semantics as discussed in
Nick Kew
2004-10-31
1
-12
/
+0
*
Fixup broken handling of range header.
Nick Kew
2004-10-28
1
-3
/
+0
*
Move ap_filter_provider_t back out of public API
Nick Kew
2004-10-27
1
-37
/
+0
*
allow <= and >= for filter dispatcher
André Malo
2004-10-17
1
-0
/
+2
*
use more speaking names
André Malo
2004-10-17
1
-3
/
+3
*
more style
André Malo
2004-10-17
1
-5
/
+5
*
save spaces! Soon in future we're going to run out of spaces!!!
André Malo
2004-10-17
1
-15
/
+34
*
Merge mod_filter with util_filter structs; add API for protocol stuff.
Nick Kew
2004-09-21
1
-1
/
+107
*
PR: 19688
Nick Kew
2004-09-12
1
-6
/
+6
*
fix name of The Apache Software Foundation
André Malo
2004-02-09
1
-1
/
+1
[next]