| Commit message (Expand) | Author | Age | Files | Lines |
* | Followup to r1742791: Probably the better fix | Rainer Jung | 2016-05-08 | 1 | -1/+1 |
* | Don't globber scoreboard request info if | Rainer Jung | 2016-05-08 | 1 | -1/+1 |
* | fixing h2 supress to inhibit other annnouncements in upgrade: header | Stefan Eissing | 2016-04-20 | 1 | -1/+4 |
* | suppress h2 in upgrade header | Stefan Eissing | 2016-04-20 | 1 | -1/+3 |
* | declaring ap_create_request for external linkage | Stefan Eissing | 2016-03-09 | 1 | -1/+1 |
* | core: Split ap_create_request() from ap_read_request() | Graham Leggett | 2016-03-08 | 1 | -7/+16 |
* | Remove now useless apr_pstrdup. | Christophe Jaillet | 2016-02-05 | 1 | -4/+4 |
* | * Ensure that proto_num and protocol is set in another "error out early" edge | Ruediger Pluem | 2016-01-29 | 1 | -0/+2 |
* | Added many log numbers to log statements that | Rainer Jung | 2016-01-19 | 1 | -3/+4 |
* | Use new ap_casecmpstr[n]() functions where appropriate (not exhaustive). | Yann Ylavic | 2015-11-23 | 1 | -6/+6 |
* | Revert r1715789: will re-commit without spurious functional changes. | Yann Ylavic | 2015-11-23 | 1 | -6/+6 |
* | Use new ap_casecmpstr[n]() functions where appropriate (not exhaustive). | Yann Ylavic | 2015-11-23 | 1 | -6/+6 |
* | first request on master connection only reports more preferred protocols in U... | Stefan Eissing | 2015-10-26 | 1 | -1/+4 |
* | fixing compilation issue for older platform | Stefan Eissing | 2015-10-25 | 1 | -1/+3 |
* | announce protocol choices on first request | Stefan Eissing | 2015-10-23 | 1 | -0/+36 |
* | core: Limit to ten the number of tolerated empty lines between request, | Yann Ylavic | 2015-10-22 | 1 | -7/+12 |
* | new ap_is_allowed_protocol() for testing configured protocols, added H2Upgrad... | Stefan Eissing | 2015-10-20 | 1 | -1/+22 |
* | improvements in ap_select_protocol(), supplied by yann ylavic | Stefan Eissing | 2015-09-04 | 1 | -46/+41 |
* | s/;;/;/ | Gregg Lewis Smith | 2015-09-04 | 1 | -1/+1 |
* | changed Protocols default to http/1.1 only, updated documentation, changed ap... | Stefan Eissing | 2015-09-03 | 1 | -23/+47 |
* | final final change to the new ap_array_str_* functions after review | Stefan Eissing | 2015-09-03 | 1 | -5/+5 |
* | giving ap_array_index a start parameter, adding ap_array_contains | Stefan Eissing | 2015-08-27 | 1 | -5/+5 |
* | adding ap_get_protocol(c) which safeguards against NULL returns, for use inst... | Stefan Eissing | 2015-08-26 | 1 | -2/+8 |
* | introducing ap_array_index in util, used in protocol and mod_h2 | Stefan Eissing | 2015-08-17 | 1 | -18/+5 |
* | fixes existing protocol missing in selection if not explicitly proposed | Stefan Eissing | 2015-08-14 | 1 | -4/+14 |
* | new directive ProtocolsHonorOrder, added documentation for Protocols feature,... | Stefan Eissing | 2015-08-13 | 1 | -1/+4 |
* | new Protocols directive and core API changes to enable protocol switching on ... | Stefan Eissing | 2015-07-24 | 1 | -0/+133 |
* | be less weird in comment | Eric Covener | 2015-06-25 | 1 | -1/+1 |
* | elaborate on a misleading comment | Eric Covener | 2015-06-25 | 1 | -1/+3 |
* | core: Avoid a possible truncation of the faulty header included in the | Yann Ylavic | 2015-06-02 | 1 | -3/+6 |
* | http: Don't remove the Content-Length of zero from a HEAD response if | Yann Ylavic | 2015-05-07 | 1 | -5/+34 |
* | core: Follow up to r1664205. | Yann Ylavic | 2015-03-06 | 1 | -0/+3 |
* | *) SECURITY: CVE-2015-0253 (cve.mitre.org) | Eric Covener | 2015-03-05 | 1 | -2/+2 |
* | Support custom ErrorDocuments for HTTP 501 and 414 status codes. | Eric Covener | 2014-10-31 | 1 | -1/+4 |
* | Fix sscanf format spotted by cppcheck. | Christophe Jaillet | 2014-08-30 | 1 | -1/+1 |
* | Add missing APLOGNO. | Christophe Jaillet | 2014-07-20 | 1 | -4/+4 |
* | *) SECURITY: CVE-2013-5704 (cve.mitre.org) | Eric Covener | 2014-07-15 | 1 | -0/+4 |
* | new logno | Jim Jagielski | 2013-12-31 | 1 | -1/+1 |
* | Add directives to control two protocol options: | Justin Erenkrantz | 2013-12-30 | 1 | -8/+17 |
* | Fix missing spaces in messages | Christophe Jaillet | 2013-12-01 | 1 | -1/+1 |
* | PR 55616 (add missing APLOGNO), part 1 | Kaspar Brand | 2013-10-01 | 1 | -1/+1 |
* | draft-ietf-httpbis-p1-messaging-23 fixes regarding interactions | Jim Jagielski | 2013-09-19 | 1 | -7/+29 |
* | Update rationale | Jim Jagielski | 2013-09-17 | 1 | -4/+6 |
* | revert 1524161 for the time being | Jim Jagielski | 2013-09-17 | 1 | -31/+5 |
* | RFC2616 issue | Jim Jagielski | 2013-09-17 | 1 | -5/+31 |
* | * server/protocol.c (r_flush): Use int return type as per declaration | Joe Orton | 2013-05-29 | 1 | -2/+3 |
* | Avoid over allocation when dealing with the common case. As stated in the com... | Christophe Jaillet | 2013-05-15 | 1 | -6/+0 |
* | core: Use the proper macro for HTTP/1.1. | Graham Leggett | 2013-05-15 | 1 | -1/+1 |
* | core: Stop ap_finalize_request_protocol() and ap_get_client_block() from sile... | Graham Leggett | 2013-05-15 | 1 | -1/+19 |
* | ap_rgetline_core() now pulls from r->proto_input_filters | Joe Schaefer | 2013-02-15 | 1 | -2/+6 |