summaryrefslogtreecommitdiff
path: root/modules/http/http_protocol.c
Commit message (Expand)AuthorAgeFilesLines
* Add missing 'break'Christophe Jaillet2022-05-081-0/+1
* Merge PR 311:Stefan Eissing2022-04-131-0/+202
* *) core/mod_http: use RESPONSE meta buckets and a new HTTP/1.x specificStefan Eissing2022-04-071-27/+59
* *) core: add ap_h1_append_header() for single header values.Stefan Eissing2022-04-041-2/+16
* *) core/mod_http/mod_http2:Stefan Eissing2022-04-041-0/+105
* remove extra whitespace in HTTP_NOT_IMPLEMENTED Eric Covener2021-07-021-1/+1
* fix xlate of literal text ErrorDocument on EBCDICEric Covener2021-06-291-1/+1
* Define ap_method_mask_t (typedef for apr_uint64_t) and use for methodJoe Orton2020-02-171-1/+1
* Fix spelling errors found by codespell. [skip ci]Mike Rumph2020-02-131-1/+1
* factor out TE=chunked checkingEric Covener2020-02-071-3/+2
* PR62989: DOCTYPE tags in server-generated HTML. Eric Covener2020-01-311-1/+1
* remove request details from error documents (CVE-2019-10092).Eric Covener2019-08-021-60/+26
* * include/httpd.h: Define HTTP_TOO_EARLY (425) per RFC 8470.Joe Orton2018-09-261-1/+4
* http: Enforce consistently no response body with both 204 and 304 statuses.Yann Ylavic2018-07-301-15/+10
* http_protocol.c: avoid duplicate headers when usingLuca Toscano2018-05-231-4/+1
* Since r1753257, "HEAD" method is registered into the registry hash with the M...Christophe Jaillet2017-06-251-5/+1
* addendum to r1769760 to make it generate 100 status linesStefan Eissing2016-11-171-8/+6
* http: Allow unknown response status' lines returned in the form of:Yann Ylavic2016-11-151-7/+30
* A whole lotta nope, if you implement HTCPCP then register your methods in initWilliam A. Rowe Jr2016-07-181-2/+0
* Restore 'HEAD' method as a special case of GET with the common IDWilliam A. Rowe Jr2016-07-181-1/+4
* The method_registry is initialized in register_hooks() for mod_httpWilliam A. Rowe Jr2016-07-181-4/+0
* Simplify; this code is executed one per request processed, saving William A. Rowe Jr2016-07-181-196/+3
* Add 451... Needed to adjust RESPONSE_CODES whichJim Jagielski2016-02-161-1/+27
* Use 'ap_array_str_contains' to simplify code.Christophe Jaillet2015-12-201-19/+6
* http, mod_ssl: Introduce and return the 421 (Misdirected Request) status codeYann Ylavic2015-06-121-1/+6
* http: Add support for RFC2324/RFC7168.Graham Leggett2015-04-011-1/+16
* * Fix If-Match handling:Ruediger Pluem2014-12-171-5/+2
* fix logic in ap_method_list_(add|remove) in order:Christophe Jaillet2014-07-151-3/+3
* Include any error notes set by modules in the canned errorJeff Trawick2014-07-121-5/+6
* core, mod_cache: Ensure RFC2616 compliance in ap_meets_conditions()Graham Leggett2013-05-071-62/+263
* core: Add the ability to do explicit matching on weak and strong ETagsGraham Leggett2013-05-061-9/+8
* Various code clean upStefan Fritsch2012-07-151-14/+2
* Add missing HTTP status codes taken fromRainer Jung2012-07-151-24/+67
* Add lots of unique tags to error log messagesStefan Fritsch2011-12-021-1/+1
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-231-1/+1
* refactor to pull setting of Accept-Ranges header into http_protocol.c whichEric Covener2011-09-081-0/+7
* Introduce ap_(get|set)_core_module_config() functions/macros and use themStefan Fritsch2011-06-061-2/+2
* Reverted r1040177 due to Joe's objection.Guenter Knauf2010-12-031-8/+0
* Supress compiler warning.Guenter Knauf2010-11-291-0/+8
* 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
* Move AddOutputFilterByType implementation from core to mod_filter.Nick Kew2010-07-221-7/+0
* Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to takeStefan Fritsch2010-06-061-0/+2
* Don't keepalive when we send a non-100 response while Client is expecting 100Nick Kew2009-12-081-0/+4
* * 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
* axe ancient platform checksJeff Trawick2009-03-291-8/+0
* Improve canned 504 error message in the light of r729586 and covener's comment.Nick Kew2009-01-071-2/+2
* Make %k work as it should. No regression noted in perlJim Jagielski2008-11-241-2/+12
* * Fix compiler warning (missing sentinel in function call).Ruediger Pluem2008-09-081-2/+2