summaryrefslogtreecommitdiff
path: root/include/util_filter.h
Commit message (Expand)AuthorAgeFilesLines
* core: follow up to r1891148: WC bucket defaulting to FLUSH bucket.Yann Ylavic2021-08-201-3/+19
* core: Write Completion (WC) bucket type.Yann Ylavic2021-06-291-0/+24
* util_filter: export ap_filter_adopt_brigade() since mod_ssl uses it.Yann Ylavic2020-05-101-0/+11
* Follow up to r1840265: really privatize ap_filter_{recycle,adopt_brigade}().Yann Ylavic2018-09-111-22/+0
* Follow up to r1840149: core input filter pending data.Yann Ylavic2018-09-061-2/+15
* util_filter: protect ap_filter_t private fields from external (ab)use.Yann Ylavic2018-09-051-9/+22
* core: follow up to r1839997: some runtime optimizations.Yann Ylavic2018-09-041-1/+1
* core: follow up to r1839997: recycle request filters to a delayed ring first.Yann Ylavic2018-09-041-0/+9
* core: always allocate filters (ap_filter_t) on f->c->pool.Yann Ylavic2018-09-031-6/+3
* util_filter: split pending filters ring in two: input and output ones.Yann Ylavic2018-09-031-2/+2
* util_filter: keep filters with aside buckets in order.Yann Ylavic2018-07-111-0/+7
* Guess at fixing win32 build regression on trunk introduced by r1734656William A. Rowe Jr2018-04-171-2/+2
* Off by one "make dox" warningChristophe Jaillet2016-05-301-1/+1
* core: Extend support for setting aside data from the network input filterGraham Leggett2016-03-121-1/+39
* mpm: Add a complete_connection hook that confirms whether an MPM is allowedGraham Leggett2016-02-191-0/+12
* core: Extend support for asynchronous write completion from theGraham Leggett2015-10-041-1/+58
* Useful extensions...Jim Jagielski2013-03-191-0/+19
* Add some __attribute__ for automatic format checking.Christophe Jaillet2012-12-071-2/+2
* Give the opportunity to the compiler to compute at compile time the strlen of...Christophe Jaillet2012-11-141-1/+1
* Rename ap_func_attr_* macros to AP_FN_ATTR_*Stefan Fritsch2012-01-091-1/+1
* Use varargs...Jim Jagielski2011-11-241-4/+5
* Add ap_pass_brigade_fchk() which does a Filter CHecK on theJim Jagielski2011-11-231-0/+20
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-231-25/+25
* Avoid "`sentinel' attribute directive ignored" warning with gcc 3.xStefan Fritsch2011-06-121-4/+1
* Fix some doxygen warningsStefan Fritsch2010-12-081-2/+2
* Tweak some doxygen comments to get these functions to show up inDaniel Earl Poirier2010-11-071-0/+6
* re-order many struct members for better alignment on 64bitStefan Fritsch2010-06-301-6/+6
* Run filter "init" functions exactly once per request. No longer runJoe Orton2010-06-101-4/+7
* Fix a lot of doxygen warnings. Thanks to Brad Hards for the patch.Daniel Earl Poirier2009-10-281-0/+1
* Update comments in util_filter.h about bucket and brigade ownership to reflectStefan Fritsch2009-10-071-7/+16
* * include/util_filter.h (ap_fputstrs): Mark with sentinel attributeJoe Orton2008-12-121-1/+5
* Prevent AP_FILTER_ERROR from being misinterpreted as SUSPENDED when checkingEric Covener2008-11-291-9/+0
* Further to r599711; document new API guarantee for handling non-NULLJoe Orton2007-12-031-1/+9
* update license header textRoy T. Fielding2006-07-111-6/+6
* Fix commentNick Kew2006-06-081-1/+1
* Update the copyright year in all .c, .h and .xml filesColm MacCarthaigh2006-04-191-1/+1
* Make ap_register_output_filter back into a function (*sigh*)Nick Kew2005-10-121-18/+11
* Make ap_register_output_filter a #defineNick Kew2005-10-121-7/+0
* Doxygen fixup / cleanupIan Holsman2005-08-281-9/+12
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* Change FilterDeclare/FilterProvider semantics as discussed inNick Kew2004-10-311-12/+0
* Fixup broken handling of range header.Nick Kew2004-10-281-3/+0
* Move ap_filter_provider_t back out of public APINick Kew2004-10-271-37/+0
* allow <= and >= for filter dispatcherAndré Malo2004-10-171-0/+2
* use more speaking namesAndré Malo2004-10-171-3/+3
* more styleAndré Malo2004-10-171-5/+5
* save spaces! Soon in future we're going to run out of spaces!!!André Malo2004-10-171-15/+34
* Merge mod_filter with util_filter structs; add API for protocol stuff.Nick Kew2004-09-211-1/+107
* PR: 19688Nick Kew2004-09-121-6/+6
* fix name of The Apache Software FoundationAndré Malo2004-02-091-1/+1