summaryrefslogtreecommitdiffstats
path: root/modules/http (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix some grammar mistakes, mostly in commentsJeff Trawick2011-03-121-1/+1
* I see no getpid() or other requirement for process.h here.Jeff Trawick2011-03-111-4/+0
* Ignore leading dots when looking for mime extensionsStefan Fritsch2011-01-211-2/+17
* * Silence compiler warningRuediger Pluem2010-12-301-1/+1
* In comments: s@ XX @ XXX: @ so they can actually be found seen.Igor Galić2010-12-291-1/+1
* PR50349: Honor 'AcceptPathInfo OFF' during internal redirects,Eric Covener2010-12-071-0/+5
* Reverted r1040177 due to Joe's objection.Guenter Knauf2010-12-031-8/+0
* Supress compiler warning.Guenter Knauf2010-11-291-0/+8
* Return 400 not 503 if we have to abort due to malformed chunked encoding.Nick Kew2010-11-141-2/+2
* Fix hook sorting for the pre_config hook.Stefan Fritsch2010-11-061-0/+0
* Add to modules' help text (displayed by ./configure -h) moreDaniel Earl Poirier2010-11-011-2/+2
* Fix a number of typos and misspellings. Reported by Ville Skytta.Daniel Earl Poirier2010-10-301-1/+1
* Phrasing changes recommended by Jack Dozier. Bug #50145Rich Bowen2010-10-241-2/+2
* Take a slightly less "you broke it!!" tone in the default 500 InternalRich Bowen2010-10-221-5/+4
* Added header include for getpid() prototype on Win32.Guenter Knauf2010-10-202-0/+7
* Intel's compiler warns about assigning the non-enum value 0 to the Jeff Trawick2010-08-061-1/+1
* Replace apr_palloc+memcpy by apr_memdupStefan Fritsch2010-07-311-2/+2
* Move AddOutputFilterByType implementation from core to mod_filter.Nick Kew2010-07-221-7/+0
* Fix processing of long chunk extensionsNick Kew2010-07-201-1/+2
* Improve trace logging of sent response:Stefan Fritsch2010-07-111-19/+28
* 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