summaryrefslogtreecommitdiff
path: root/server/util_filter.c
Commit message (Expand)AuthorAgeFilesLines
* core: follow up to r1891148: WC bucket defaulting to FLUSH bucket.Yann Ylavic2021-08-201-25/+20
* core: Write Completion (WC) bucket type.Yann Ylavic2021-06-291-2/+48
* Follow up to r1836032: better flush limits checks and description.Yann Ylavic2020-12-111-4/+5
* util_filter: both directions for setaside/reinstate/adapt logging.Yann Ylavic2020-05-311-6/+9
* Follow up to r1877785: ap_filter_should_yield() is not NULL safe :pYann Ylavic2020-05-151-1/+1
* ap_filter_output_pending(): test where each filter should yield after running.Yann Ylavic2020-05-151-2/+3
* util_filter: export ap_filter_adopt_brigade() since mod_ssl uses it.Yann Ylavic2020-05-101-2/+2
* util_filter: axe misleading AP_BUCKET_IS_MORPHING() macro and fix comments.Yann Ylavic2020-04-271-21/+21
* core: add r->flushed flag and set it when the response is sent.Yann Ylavic2020-04-011-11/+0
* core: handle morphing buckets setaside/reinstate and kill request core filter.Yann Ylavic2020-03-311-77/+134
* Follow up to r1840265: really privatize ap_filter_{recycle,adopt_brigade}().Yann Ylavic2018-09-111-9/+19
* Follow up to r1840149: core input filter pending data.Yann Ylavic2018-09-061-2/+20
* util_filter: protect ap_filter_t private fields from external (ab)use.Yann Ylavic2018-09-051-91/+138
* core: follow up to r1839997: some runtime optimizations.Yann Ylavic2018-09-041-29/+28
* core: follow up to r1839997: recycle request filters to a delayed ring first.Yann Ylavic2018-09-041-24/+34
* Axe spurious comment (added and addressed in r1839997).Yann Ylavic2018-09-041-4/+0
* core: always allocate filters (ap_filter_t) on f->c->pool.Yann Ylavic2018-09-031-29/+161
* util_filter: split pending filters ring in two: input and output ones.Yann Ylavic2018-09-031-28/+38
* Axe some redundant conditions. PR 62549.Yann Ylavic2018-08-131-1/+1
* Follow up to r1837822: typo.Yann Ylavic2018-08-101-1/+1
* core: ap_filter_output_pending() to flush outer most filters first.Yann Ylavic2018-08-101-10/+14
* core: axe data_in_in/output_filter from conn_rec.Yann Ylavic2018-07-201-8/+0
* util_filter: axe loglevel explicit checks already done by ap_log_cerror().Yann Ylavic2018-07-181-28/+19
* core: avoid double loop in ap_filter_output_pending().Yann Ylavic2018-07-181-4/+3
* core: integrate data_in_{in,out}put_filter to ap_filter_{in,out}put_pending().Yann Ylavic2018-07-181-0/+8
* core: core output filter optimizations.Yann Ylavic2018-07-181-2/+6
* core: Add ReadBufferSize, FlushMaxThreshold and FlushMaxPipelined directives.Yann Ylavic2018-07-161-15/+14
* util_filter: Axe conn_rec->empty brigade.Yann Ylavic2018-07-161-3/+8
* util_filter: follow up to r1835640: pending_filter_cleanup() precedence.Yann Ylavic2018-07-131-6/+8
* util_filter: keep filters with aside buckets in order.Yann Ylavic2018-07-111-44/+76
* Guess at fixing win32 build regression on trunk introduced by r1734656William A. Rowe Jr2018-04-171-2/+2
* core: fix ap_request_core_filter()'s brigade lifetime.Yann Ylavic2018-01-301-5/+2
* util_filter: better ap_pass_brigade() vs empty brigades.Yann Ylavic2017-02-141-2/+2
* Follow up to r1734656, r1736216, r1736225: more correct pointer size semantic.Yann Ylavic2016-03-221-1/+1
* Follow up to r1734656, r1736216: use correct pointer size semantic.Yann Ylavic2016-03-221-1/+1
* Follow up to r1734656: restore c->data_in_input_filters usage toYann Ylavic2016-03-221-3/+2
* core: Extend support for setting aside data from the network input filterGraham Leggett2016-03-121-19/+63
* mpm: Add a complete_connection hook that confirms whether an MPM is allowedGraham Leggett2016-02-191-0/+33
* Fix a typo when building a TRACE8 message.Christophe Jaillet2016-01-191-2/+2
* Added many log numbers to log statements thatRainer Jung2016-01-191-1/+2
* Make sure that transient buckets are morphed into real buckets beforeGraham Leggett2015-10-061-0/+10
* Add the AsyncFilter directive that allows the asynchronous filterGraham Leggett2015-10-061-0/+8
* core: Extend support for asynchronous write completion from theGraham Leggett2015-10-041-1/+262
* Useful extensions...Jim Jagielski2013-03-191-0/+57
* Add some more log message tagsStefan Fritsch2011-12-041-1/+1
* Add lots of unique tags to error log messagesStefan Fritsch2011-12-021-5/+5
* thx sfJim Jagielski2011-11-271-5/+1
* Comment reason for NULL parameterJim Jagielski2011-11-251-0/+4
* Use varargs...Jim Jagielski2011-11-241-5/+13
* Add ap_pass_brigade_fchk() which does a Filter CHecK on theJim Jagielski2011-11-231-0/+27