index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
server
/
util_filter.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
util_filter: More useful logging for brigade setaside/reinstate/adopt.
Yann Ylavic
2023-07-07
1
-37
/
+49
*
core: follow up to r1891148: WC bucket defaulting to FLUSH bucket.
Yann Ylavic
2021-08-20
1
-25
/
+20
*
core: Write Completion (WC) bucket type.
Yann Ylavic
2021-06-29
1
-2
/
+48
*
Follow up to r1836032: better flush limits checks and description.
Yann Ylavic
2020-12-11
1
-4
/
+5
*
util_filter: both directions for setaside/reinstate/adapt logging.
Yann Ylavic
2020-05-31
1
-6
/
+9
*
Follow up to r1877785: ap_filter_should_yield() is not NULL safe :p
Yann Ylavic
2020-05-15
1
-1
/
+1
*
ap_filter_output_pending(): test where each filter should yield after running.
Yann Ylavic
2020-05-15
1
-2
/
+3
*
util_filter: export ap_filter_adopt_brigade() since mod_ssl uses it.
Yann Ylavic
2020-05-10
1
-2
/
+2
*
util_filter: axe misleading AP_BUCKET_IS_MORPHING() macro and fix comments.
Yann Ylavic
2020-04-27
1
-21
/
+21
*
core: add r->flushed flag and set it when the response is sent.
Yann Ylavic
2020-04-02
1
-11
/
+0
*
core: handle morphing buckets setaside/reinstate and kill request core filter.
Yann Ylavic
2020-03-31
1
-77
/
+134
*
Follow up to r1840265: really privatize ap_filter_{recycle,adopt_brigade}().
Yann Ylavic
2018-09-11
1
-9
/
+19
*
Follow up to r1840149: core input filter pending data.
Yann Ylavic
2018-09-07
1
-2
/
+20
*
util_filter: protect ap_filter_t private fields from external (ab)use.
Yann Ylavic
2018-09-05
1
-91
/
+138
*
core: follow up to r1839997: some runtime optimizations.
Yann Ylavic
2018-09-04
1
-29
/
+28
*
core: follow up to r1839997: recycle request filters to a delayed ring first.
Yann Ylavic
2018-09-04
1
-24
/
+34
*
Axe spurious comment (added and addressed in r1839997).
Yann Ylavic
2018-09-04
1
-4
/
+0
*
core: always allocate filters (ap_filter_t) on f->c->pool.
Yann Ylavic
2018-09-04
1
-29
/
+161
*
util_filter: split pending filters ring in two: input and output ones.
Yann Ylavic
2018-09-03
1
-28
/
+38
*
Axe some redundant conditions. PR 62549.
Yann Ylavic
2018-08-13
1
-1
/
+1
*
Follow up to r1837822: typo.
Yann Ylavic
2018-08-10
1
-1
/
+1
*
core: ap_filter_output_pending() to flush outer most filters first.
Yann Ylavic
2018-08-10
1
-10
/
+14
*
core: axe data_in_in/output_filter from conn_rec.
Yann Ylavic
2018-07-20
1
-8
/
+0
*
util_filter: axe loglevel explicit checks already done by ap_log_cerror().
Yann Ylavic
2018-07-19
1
-28
/
+19
*
core: avoid double loop in ap_filter_output_pending().
Yann Ylavic
2018-07-19
1
-4
/
+3
*
core: integrate data_in_{in,out}put_filter to ap_filter_{in,out}put_pending().
Yann Ylavic
2018-07-19
1
-0
/
+8
*
core: core output filter optimizations.
Yann Ylavic
2018-07-18
1
-2
/
+6
*
core: Add ReadBufferSize, FlushMaxThreshold and FlushMaxPipelined directives.
Yann Ylavic
2018-07-16
1
-15
/
+14
*
util_filter: Axe conn_rec->empty brigade.
Yann Ylavic
2018-07-16
1
-3
/
+8
*
util_filter: follow up to r1835640: pending_filter_cleanup() precedence.
Yann Ylavic
2018-07-13
1
-6
/
+8
*
util_filter: keep filters with aside buckets in order.
Yann Ylavic
2018-07-11
1
-44
/
+76
*
Guess at fixing win32 build regression on trunk introduced by r1734656
William A. Rowe Jr
2018-04-17
1
-2
/
+2
*
core: fix ap_request_core_filter()'s brigade lifetime.
Yann Ylavic
2018-01-30
1
-5
/
+2
*
util_filter: better ap_pass_brigade() vs empty brigades.
Yann Ylavic
2017-02-14
1
-2
/
+2
*
Follow up to r1734656, r1736216, r1736225: more correct pointer size semantic.
Yann Ylavic
2016-03-22
1
-1
/
+1
*
Follow up to r1734656, r1736216: use correct pointer size semantic.
Yann Ylavic
2016-03-22
1
-1
/
+1
*
Follow up to r1734656: restore c->data_in_input_filters usage to
Yann Ylavic
2016-03-22
1
-3
/
+2
*
core: Extend support for setting aside data from the network input filter
Graham Leggett
2016-03-12
1
-19
/
+63
*
mpm: Add a complete_connection hook that confirms whether an MPM is allowed
Graham Leggett
2016-02-19
1
-0
/
+33
*
Fix a typo when building a TRACE8 message.
Christophe Jaillet
2016-01-19
1
-2
/
+2
*
Added many log numbers to log statements that
Rainer Jung
2016-01-19
1
-1
/
+2
*
Make sure that transient buckets are morphed into real buckets before
Graham Leggett
2015-10-07
1
-0
/
+10
*
Add the AsyncFilter directive that allows the asynchronous filter
Graham Leggett
2015-10-07
1
-0
/
+8
*
core: Extend support for asynchronous write completion from the
Graham Leggett
2015-10-04
1
-1
/
+262
*
Useful extensions...
Jim Jagielski
2013-03-19
1
-0
/
+57
*
Add some more log message tags
Stefan Fritsch
2011-12-04
1
-1
/
+1
*
Add lots of unique tags to error log messages
Stefan Fritsch
2011-12-03
1
-5
/
+5
*
thx sf
Jim Jagielski
2011-11-27
1
-5
/
+1
*
Comment reason for NULL parameter
Jim Jagielski
2011-11-25
1
-0
/
+4
*
Use varargs...
Jim Jagielski
2011-11-24
1
-5
/
+13
[next]