summaryrefslogtreecommitdiffstats
path: root/modules/http (follow)
Commit message (Expand)AuthorAgeFilesLines
* More trace loggingStefan Fritsch2010-06-202-1/+14
* * modules/http/http_request.c (internal_internal_redirect): For aJoe Orton2010-06-081-7/+37
* - Be less verbose at levels INFO and DEBUG in mod_proxy* and mod_sslStefan Fritsch2010-06-061-0/+12
* Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to takeStefan Fritsch2010-06-066-2/+10
* Use the more specific 408 (timed out) instead of a generic 400 during a timeout Eric Covener2010-04-271-2/+2
* PR49167, unexpected 413 and double-errordoc during a timeout reading a Eric Covener2010-04-251-2/+11
* Add ap_process_request_after_handler to the exported list for mod_serfWilliam A. Rowe Jr2010-02-041-1/+1
* Because the redirect-request survives logging, we don't have theWilliam A. Rowe Jr2010-01-211-3/+1
* Correctly align the behavior of headers_in to be consistent with theWilliam A. Rowe Jr2010-01-211-1/+3
* We shouldn't need to create r->allowed_methods twice!Nick Kew2010-01-091-1/+0
* Don't keepalive when we send a non-100 response while Client is expecting 100Nick Kew2009-12-082-0/+8
* KeepAlive no longer accepts other than On|Off.Takashi Sato2009-11-221-11/+3
* fix or complain about some invalid errno referencesJeff Trawick2009-11-191-1/+0
* Use the new ap_update_child_status_from_conn() to put the client IP into theStefan Fritsch2009-10-181-2/+2
* Make sure to not destroy bucket brigades that have been created by earlierStefan Fritsch2009-10-042-3/+3
* core, mod_deflate, mod_sed: Reduce memory usage by reusing bucketStefan Fritsch2009-10-041-4/+6
* Make RemoveType override the info from TypesConfigStefan Fritsch2009-10-031-2/+13
* mod_mime: detect invalid use of MultiviewsMatch inside Location andDaniel Earl Poirier2009-09-141-0/+6
* * Add missing , to make it compile again.Ruediger Pluem2009-09-121-1/+1
* Catch the somewhat absurd combination of a 417 error where no Expect headerWilliam A. Rowe Jr2009-09-111-10/+13
* Initialize len to 0, since for some logic paths it might be unset.Paul Querna2009-09-011-1/+1
* OK, might as well finish this... Allow ServerTokens OffJim Jagielski2009-08-281-3/+10
* Preserve port over internal redirectionNick Kew2009-08-231-0/+2
* * Return APR_EOF if request body is shorter than the length announced by theRuediger Pluem2009-07-091-0/+5
* wrap comment, no functional changeWilliam A. Rowe Jr2009-05-151-2/+2
* don't use literal '100' for HTTP_CONTINUE (searchability)Jeff Trawick2009-04-271-1/+2
* handle an unfortunate implication of loadable MPMs:Jeff Trawick2009-04-021-21/+25
* axe ancient platform checksJeff Trawick2009-03-291-8/+0
* only call mutex functions if APR_HAS_THREADSRoy T. Fielding2009-02-181-0/+6
* Disabled DefaultType directive and removed ap_default_type()Roy T. Fielding2009-01-302-2/+2
* Enhance KeepAliveTimeout to support a value in milliseconds.Takashi Sato2009-01-121-1/+5
* Translate locally generated "100-Continue" message toEric Covener2009-01-081-1/+4
* Improve canned 504 error message in the light of r729586 and covener's comment.Nick Kew2009-01-071-2/+2
* 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