summaryrefslogtreecommitdiffstats
path: root/modules/http (follow)
Commit message (Expand)AuthorAgeFilesLines
* http: Don't remove the Content-Length of zero from a HEAD response if Yann Ylavic2015-05-071-25/+0
* http: Add support for RFC2324/RFC7168.Graham Leggett2015-04-011-1/+16
* core: Cleanup the request soon/even if some output filter fails toYann Ylavic2015-03-161-9/+18
* ap_die(): follow up to r1657881.Yann Ylavic2015-03-101-2/+8
* core, modules: like r1657897 but for core and other modules than mod_proxy.Yann Ylavic2015-03-101-1/+11
* core: Follow up to r1664071: comments on new keep_alive_timeout_set flag.Yann Ylavic2015-03-051-0/+8
* core: If explicitly configured, use the KeepaliveTimeout value of theYann Ylavic2015-03-041-1/+13
* http: Make ap_die() robust against any HTTP error code and not modifyYann Ylavic2015-02-061-42/+26
* Remove the bitfield spec from the http_ctx_t.state enumEric Covener2015-01-211-1/+1
* * Fix If-Match handling:Ruediger Pluem2014-12-171-5/+2
* Concat string at compile time when possible.Christophe Jaillet2014-09-181-1/+1
* Turn some APR_BUCKET_REMOVE(e)+apr_bucket_destroy(e) into the equivalent apr_...Christophe Jaillet2014-08-011-4/+2
* Add missing APLOGNO.Christophe Jaillet2014-07-201-1/+1
* *) SECURITY: CVE-2013-5704 (cve.mitre.org)Eric Covener2014-07-152-5/+54
* fix logic in ap_method_list_(add|remove) in order:Christophe Jaillet2014-07-151-3/+3
* Simplify code.Christophe Jaillet2014-07-141-9/+1
* Include any error notes set by modules in the canned errorJeff Trawick2014-07-121-5/+6
* Use unsigned bit flags (otherwise the non-zero value to be used is -1).Yann Ylavic2014-06-191-1/+1
* Add directives to control two protocol options:Justin Erenkrantz2013-12-301-1/+7
* Use a distinguishing APLOGNO for unk t-e with read-until-close behaviorWilliam A. Rowe Jr2013-11-131-1/+1
* 80 ruleJim Jagielski2013-11-121-2/+5
* Wrap at 80 still, here at httpd projectWilliam A. Rowe Jr2013-11-121-4/+5
* PR 55475: Detect incomplete body in HTTP input filter and return APR_INCOMPLETEJim Jagielski2013-11-042-6/+17
* Correct typo in comments for ap_map_http_request_error().Chris Darroch2013-10-071-1/+1
* core: Add missing Reason-Phrase in HTTP response headers.Rainer Jung2013-10-031-3/+17
* draft-ietf-httpbis-p1-messaging-23 fixes regarding interactionsJim Jagielski2013-09-191-10/+17
* revert 1524161 for the time beingJim Jagielski2013-09-171-15/+10
* RFC2616 issueJim Jagielski2013-09-171-10/+15
* Update the log message number.Graham Leggett2013-06-191-1/+1
* Ensure that any meta buckets are stripped while parsing a chunk.Graham Leggett2013-05-231-1/+1
* core: Use a matching counter type.Graham Leggett2013-05-221-1/+1
* core: Make sure we allow unconstrained bodies from a proxy.Graham Leggett2013-05-221-1/+1
* core: Remove apr_brigade_flatten(), buffering and duplicated codeGraham Leggett2013-05-211-375/+252
* core: Stop ap_finalize_request_protocol() and ap_get_client_block() from sile...Graham Leggett2013-05-151-3/+31
* core: Stop the HTTP_IN filter from attempting to write error bucketsGraham Leggett2013-05-141-51/+42
* Fix spelling mistake, no code change.Graham Leggett2013-05-071-1/+1
* core, mod_cache: Ensure RFC2616 compliance in ap_meets_conditions()Graham Leggett2013-05-072-77/+265
* core: Add the ability to do explicit matching on weak and strong ETagsGraham Leggett2013-05-061-9/+8
* Stupid CodeWarrior compiler cant take vars with struct inits.Guenter Knauf2013-01-031-1/+2
* Remove support for Request-Range header sent by Navigator 2-3 andStefan Fritsch2013-01-011-36/+5
* add log tags missing in r1426877Stefan Fritsch2012-12-301-4/+4
* Add an option to enforce stricter HTTP conformanceStefan Fritsch2012-12-301-2/+89
* Avoid unnecessary %s substitutionChristophe Jaillet2012-12-101-2/+2
* also copy r->invoke_mtx when creating a subrequestEric Covener2012-10-281-0/+4
* Code clean up (remove useless memory allocation) Stefan Fritsch2012-07-151-1/+1
* Various code clean upStefan Fritsch2012-07-151-14/+2
* Add missing HTTP status codes taken fromRainer Jung2012-07-151-24/+67
* mod_mime: Don't arbitrarily bypass AddOutputFilter during a ProxyPass,Graham Leggett2011-12-221-2/+2
* Various code cleanup to avoid compiler, cppcheck, or clang warnings:Stefan Fritsch2011-12-181-1/+1
* Further clarify the naming of the entity that originates the request byGraham Leggett2011-12-141-2/+2