summaryrefslogtreecommitdiff
path: root/modules/filters/mod_buffer.c
Commit message (Expand)AuthorAgeFilesLines
* mod_buffer: Make sure we step down for subrequests, but not for internalGraham Leggett2011-10-231-1/+1
* Consistently use base 10 for numbers when parsing config options. It may beStefan Fritsch2011-10-091-1/+1
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-231-1/+1
* Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to takeStefan Fritsch2010-06-061-1/+1
* Check return value from ap_pass_brigade incase we are buffering and a client ...Paul Querna2009-09-011-0/+5
* mod_buffer: Honour the flush bucket and flush the buffer in theGraham Leggett2008-11-161-3/+10
* mod_buffer: Optimise the buffering of heap buckets when the heapGraham Leggett2008-11-161-2/+24
* Refactor the input buffer filter to use a context as the output bufferGraham Leggett2008-11-161-49/+69
* mod_buffer: Optional support for buffering of the input and outputGraham Leggett2008-11-151-0/+288