summaryrefslogtreecommitdiffstats
path: root/server/protocol.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Followup to r1742791: Probably the better fixRainer Jung2016-05-081-1/+1
* Don't globber scoreboard request info ifRainer Jung2016-05-081-1/+1
* fixing h2 supress to inhibit other annnouncements in upgrade: headerStefan Eissing2016-04-201-1/+4
* suppress h2 in upgrade headerStefan Eissing2016-04-201-1/+3
* declaring ap_create_request for external linkageStefan Eissing2016-03-091-1/+1
* core: Split ap_create_request() from ap_read_request()Graham Leggett2016-03-081-7/+16
* Remove now useless apr_pstrdup.Christophe Jaillet2016-02-051-4/+4
* * Ensure that proto_num and protocol is set in another "error out early" edgeRuediger Pluem2016-01-291-0/+2
* Added many log numbers to log statements thatRainer Jung2016-01-191-3/+4
* Use new ap_casecmpstr[n]() functions where appropriate (not exhaustive).Yann Ylavic2015-11-231-6/+6
* Revert r1715789: will re-commit without spurious functional changes.Yann Ylavic2015-11-231-6/+6
* Use new ap_casecmpstr[n]() functions where appropriate (not exhaustive).Yann Ylavic2015-11-231-6/+6
* first request on master connection only reports more preferred protocols in U...Stefan Eissing2015-10-261-1/+4
* fixing compilation issue for older platformStefan Eissing2015-10-251-1/+3
* announce protocol choices on first requestStefan Eissing2015-10-231-0/+36
* core: Limit to ten the number of tolerated empty lines between request,Yann Ylavic2015-10-221-7/+12
* new ap_is_allowed_protocol() for testing configured protocols, added H2Upgrad...Stefan Eissing2015-10-201-1/+22
* improvements in ap_select_protocol(), supplied by yann ylavicStefan Eissing2015-09-041-46/+41
* s/;;/;/Gregg Lewis Smith2015-09-041-1/+1
* changed Protocols default to http/1.1 only, updated documentation, changed ap...Stefan Eissing2015-09-031-23/+47
* final final change to the new ap_array_str_* functions after reviewStefan Eissing2015-09-031-5/+5
* giving ap_array_index a start parameter, adding ap_array_containsStefan Eissing2015-08-271-5/+5
* adding ap_get_protocol(c) which safeguards against NULL returns, for use inst...Stefan Eissing2015-08-261-2/+8
* introducing ap_array_index in util, used in protocol and mod_h2Stefan Eissing2015-08-171-18/+5
* fixes existing protocol missing in selection if not explicitly proposedStefan Eissing2015-08-141-4/+14
* new directive ProtocolsHonorOrder, added documentation for Protocols feature,...Stefan Eissing2015-08-131-1/+4
* new Protocols directive and core API changes to enable protocol switching on ...Stefan Eissing2015-07-241-0/+133
* be less weird in commentEric Covener2015-06-251-1/+1
* elaborate on a misleading commentEric Covener2015-06-251-1/+3
* core: Avoid a possible truncation of the faulty header included in theYann Ylavic2015-06-021-3/+6
* http: Don't remove the Content-Length of zero from a HEAD response if Yann Ylavic2015-05-071-5/+34
* core: Follow up to r1664205.Yann Ylavic2015-03-061-0/+3
* *) SECURITY: CVE-2015-0253 (cve.mitre.org)Eric Covener2015-03-051-2/+2
* Support custom ErrorDocuments for HTTP 501 and 414 status codes.Eric Covener2014-10-311-1/+4
* Fix sscanf format spotted by cppcheck.Christophe Jaillet2014-08-301-1/+1
* Add missing APLOGNO.Christophe Jaillet2014-07-201-4/+4
* *) SECURITY: CVE-2013-5704 (cve.mitre.org)Eric Covener2014-07-151-0/+4
* new lognoJim Jagielski2013-12-311-1/+1
* Add directives to control two protocol options:Justin Erenkrantz2013-12-301-8/+17
* Fix missing spaces in messagesChristophe Jaillet2013-12-011-1/+1
* PR 55616 (add missing APLOGNO), part 1Kaspar Brand2013-10-011-1/+1
* draft-ietf-httpbis-p1-messaging-23 fixes regarding interactionsJim Jagielski2013-09-191-7/+29
* Update rationaleJim Jagielski2013-09-171-4/+6
* revert 1524161 for the time beingJim Jagielski2013-09-171-31/+5
* RFC2616 issueJim Jagielski2013-09-171-5/+31
* * server/protocol.c (r_flush): Use int return type as per declarationJoe Orton2013-05-291-2/+3
* Avoid over allocation when dealing with the common case. As stated in the com...Christophe Jaillet2013-05-151-6/+0
* core: Use the proper macro for HTTP/1.1.Graham Leggett2013-05-151-1/+1
* core: Stop ap_finalize_request_protocol() and ap_get_client_block() from sile...Graham Leggett2013-05-151-1/+19
* ap_rgetline_core() now pulls from r->proto_input_filtersJoe Schaefer2013-02-151-2/+6