summaryrefslogtreecommitdiffstats
path: root/modules/http (follow)
Commit message (Expand)AuthorAgeFilesLines
* Hopefully the final fix for the subreq/filter issue. TheJim Jagielski2008-12-101-12/+9
* reset chain if we need to...Jim Jagielski2008-12-091-0/+3
* * Correctly remove the SUBREQ_CORE filter from the filter chain if we do anRuediger Pluem2008-12-081-3/+20
* Remove X-Pad work around.Paul Querna2008-12-051-26/+0
* Import the core parts of the DTrace patch. This is a modified and updated Paul Querna2008-12-051-0/+8
* * Avoid sending no answer at all if a custom error page causes anRuediger Pluem2008-12-011-1/+25
* To be safe, consume the entire brigade after processing an error bucket inEric Covener2008-12-011-1/+5
* Make %k work as it should. No regression noted in perlJim Jagielski2008-11-241-2/+12
* * modules/http/http_request.cPaul Querna2008-10-291-1/+1
* Introduce Suspendable Requests to the Event MPM.Paul Querna2008-09-202-22/+46
* * Fix compiler warning (missing sentinel in function call).Ruediger Pluem2008-09-082-3/+3
* mod_mime: don't adjust case in filename components we don't useNick Kew2008-09-081-1/+5
* Relax checks on HTTP Response status line from a backend.Nick Kew2008-09-082-14/+35
* Consumed by server/*.c, belongs in include/William A. Rowe Jr2008-06-071-95/+0
* * mod_proxy_http.cRuediger Pluem2008-05-271-0/+45
* The response to the TRACE method is partially garbled on an EBCDIC platform. Greg Ames2008-05-231-1/+12
* * Only send 100-continue if the status code so far indicates success.Ruediger Pluem2008-05-191-1/+1
* Move the KeptBodySize directive, kept_body filters and theGraham Leggett2008-04-113-445/+7
* Add a function to the http filters that is able to parse an HTMLGraham Leggett2008-04-091-0/+237
* NO var declarations in the middle of the code.Guenter Knauf2008-04-081-1/+1
* * In the case that we fail to read the response line from the backend and ifRuediger Pluem2008-04-081-5/+17
* * modules/http/http_protocol.c (is_mpm_running): Fix warning withJoe Orton2008-04-071-1/+1
* Remove all references to CORE_PRIVATE.Paul Querna2008-04-077-7/+0
* Remove calls to ap_graceful_stop_signalled, and replace by using ap_mpm_queryPaul Querna2008-04-072-2/+23
* If you study all of the directive implementations, you'll noteWilliam A. Rowe Jr2008-04-061-3/+3
* close PR 44381Jim Jagielski2008-04-031-0/+4
* http_filters: Don't send 100-continue when 4xx is dueNick Kew2008-02-181-10/+15
* Don't add bogus duplicate Content-Language header entries.Nick Kew2008-01-121-2/+14
* belt and suspendersJim Jagielski2008-01-091-1/+1
* http_filters: make sure we get last byte of actual data in edge-caseNick Kew2008-01-091-8/+12
* * Saveguard ourselves against underflowsRuediger Pluem2008-01-081-1/+9
* * Address two edge cases:Ruediger Pluem2008-01-081-1/+5
* * HTTP error codes are int's not apr_status_t's.Ruediger Pluem2008-01-071-2/+2
* * Do not use local scoped apr_bucket_brigade. We use the same anyway, so weRuediger Pluem2008-01-071-10/+5
* * Optimize and unify detection of blank / corrupt chunk size lines.Ruediger Pluem2008-01-071-10/+17
* * Move duplicated code for error handling into local functionRuediger Pluem2008-01-071-47/+23
* * Reuse bucket brigades instead of recreating them continously and thusRuediger Pluem2008-01-071-6/+14
* * Optimize assignments by using apr_pcalloc instead of apr_palloc.Ruediger Pluem2008-01-071-5/+1
* * Optimize alignment.Ruediger Pluem2008-01-071-1/+1
* * Optimize solution from r609394 and remove chunk-extensions restriction thatRuediger Pluem2008-01-071-57/+105
* * Fix cases with non blocking reads from the ap_http_filter input filter whereRuediger Pluem2008-01-061-10/+71
* What's left can exceed size_tWilliam A. Rowe Jr2007-12-191-1/+1
* http_protocol: Escape request method in 405 error reporting.Jeff Trawick2007-12-111-1/+2
* * Do not split the brigade if the flush bucket is the last bucket in the brig...Ruediger Pluem2007-12-091-1/+3
* Case statements should go on their own line. (No functional change.)Justin Erenkrantz2007-12-091-1/+2
* * If no data is available at this point of time we need to switch into theRuediger Pluem2007-12-081-0/+1
* http_protocol: Escape request method in 413 error reporting.William A. Rowe Jr2007-12-031-2/+2
* Typo fixNick Kew2007-11-281-1/+1
* Fix patch to PR#43882 as pointed out by trawickNick Kew2007-11-281-2/+7
* Safer fix to PR43882 than in r595672.Nick Kew2007-11-171-3/+3