]> granicus.if.org Git - apache/history - server/protocol.c
sync merge with trunk
[apache] / server / protocol.c
2017-01-06 Jacob Championsync merge with trunk
2017-01-04 Eric Covenerold IBM EBCDIC fix that never got shared.
2016-12-07 William A. Rowe JrPartial port of proposed r1773158 for httpd-2.x only...
2016-11-22 William A. Rowe JrOptimize away one more strchr
2016-11-22 William A. Rowe JrList discussion resulted in rejecting all but SP charac...
2016-10-14 William A. Rowe JrDropped the never-released ap_has_cntrls() as it had...
2016-08-30 William A. Rowe JrClarify
2016-08-29 William A. Rowe JrCalm some overly agressive crlf handling
2016-08-29 William A. Rowe JrNew optional flag to enforce <CR><LF> line delimiters...
2016-08-29 William A. Rowe JrCorrect the parser construction for several optimizations,
2016-08-29 William A. Rowe JrFolding StrictWhitespace into the Strict ruleset of...
2016-08-26 William A. Rowe JrRevert to the correct APLOGNO ID for this case
2016-08-26 William A. Rowe JrCorrect URL failure reporting.
2016-08-26 William A. Rowe JrFirst survey results, all intrinsicly bad input will...
2016-08-25 William A. Rowe JrAlso catch invalid spaces between the URI <> Protocol...
2016-08-25 William A. Rowe JrRename LenientWhitespace to UnsafeWhitespace and change...
2016-08-21 William A. Rowe JrAs commented, ensure we don't flag a request as a rejec...
2016-08-19 William A. Rowe JrIntroduce StrictURI|UnsafeURI for RFC3986 enforcement
2016-08-18 William A. Rowe JrCorrect request header handling of whitespace with...
2016-08-18 Joe Orton* server/protocol.c (read_request_line): Fix compiler...
2016-08-18 William A. Rowe JrDrop redundant == --rrl_none evaluation, noted by rpluem
2016-08-18 William A. Rowe JrDrop unused, previously sscanf() target variables
2016-08-18 William A. Rowe JrPerform correct, strict parsing of the request line...
2016-08-16 William A. Rowe JrRename the previously undocumented HTTPProtocol directive
2016-08-10 William A. Rowe JrFollow on to r1755264, for the case of merged header...
2016-08-05 Yann YlavicFollow up to r1755264.
2016-08-05 William A. Rowe JrStop reflecting irrelevant data to the request error...
2016-08-05 William A. Rowe JrTreat an empty obs-fold line as abusive traffic
2016-08-04 William A. Rowe JrStrictly observe the one-SP requirement of every obs...
2016-08-04 William A. Rowe JrNow eliminate all intra-obs-fold excess whitespace...
2016-08-04 William A. Rowe JrAn empty obs-fold line is a no-op.
2016-08-04 William A. Rowe JrAs promised, reduce this logic by net 9 code lines...
2016-08-03 William A. Rowe JrAnother comment for reviewers to follow
2016-08-03 William A. Rowe JrTesting len > 0 is redundant when *field is a "\0"...
2016-08-03 William A. Rowe JrReformat for indentation following r1755123, Whitespace...
2016-08-03 William A. Rowe JrClean up an edge case where obs-fold continuation prece...
2016-08-03 William A. Rowe JrRevert to r1754577 based on last_field NULL on first...
2016-08-03 William A. Rowe JrC89 fix, caught by Jacob Champion
2016-08-03 William A. Rowe JrImprove comments for reviewers to understand this logic
2016-08-03 William A. Rowe JrTesting len > 0 is redundant when *field is a "\0"...
2016-08-03 William A. Rowe JrWhitespace-only followup after r1755098 logic patch
2016-08-03 William A. Rowe JrClean up an edge case where obs-fold continuation prece...
2016-07-29 William A. Rowe JrCorrect logic, detect no 'token' chars, or missing ':'
2016-07-29 William A. Rowe JrCorrect usage for ap_scan_http_token (had used _get_...
2016-07-29 William A. Rowe JrClean up doubled-'{'
2016-07-29 William A. Rowe JrIntroduce ap_scan_http_token / ap_scan_http_field_conte...
2016-07-29 William A. Rowe JrStrictly observe spec on obs-fold
2016-07-29 William A. Rowe JrWe arrive here for more than one cause; offer a more...
2016-06-15 Stefan Eissingcore: removing quirk for supressing h2 in Upgrade:...
2016-06-09 William A. Rowe JrRename ap_casecmpstr[n]() to ap_cstr_casecmp[n](),...
2016-06-05 Christophe JailletDelay a table lookup until we know that we can handle...
2016-05-08 Rainer JungFollowup to r1742791: Probably the better fix
2016-05-08 Rainer JungDon't globber scoreboard request info if
2016-04-20 Stefan Eissingfixing h2 supress to inhibit other annnouncements in...
2016-04-20 Stefan Eissingsuppress h2 in upgrade header
2016-03-09 Stefan Eissingdeclaring ap_create_request for external linkage
2016-03-07 Graham Leggettcore: Split ap_create_request() from ap_read_request()
2016-02-05 Christophe JailletRemove now useless apr_pstrdup.
2016-01-29 Ruediger Pluem* Ensure that proto_num and protocol is set in another...
2016-01-19 Rainer JungAdded many log numbers to log statements that
2015-11-23 Yann YlavicUse new ap_casecmpstr[n]() functions where appropriate...
2015-11-23 Yann YlavicRevert r1715789: will re-commit without spurious functi...
2015-11-23 Yann YlavicUse new ap_casecmpstr[n]() functions where appropriate...
2015-10-26 Stefan Eissingfirst request on master connection only reports more...
2015-10-25 Stefan Eissingfixing compilation issue for older platform
2015-10-23 Stefan Eissingannounce protocol choices on first request
2015-10-22 Yann Ylaviccore: Limit to ten the number of tolerated empty lines...
2015-10-20 Stefan Eissingnew ap_is_allowed_protocol() for testing configured...
2015-09-04 Stefan Eissingimprovements in ap_select_protocol(), supplied by yann...
2015-09-04 Gregg Lewis Smiths/;;/;/
2015-09-03 Stefan Eissingchanged Protocols default to http/1.1 only, updated...
2015-09-03 Stefan Eissingfinal final change to the new ap_array_str_* functions...
2015-08-27 Stefan Eissinggiving ap_array_index a start parameter, adding ap_arra...
2015-08-26 Stefan Eissingadding ap_get_protocol(c) which safeguards against...
2015-08-17 Stefan Eissingintroducing ap_array_index in util, used in protocol...
2015-08-14 Stefan Eissingfixes existing protocol missing in selection if not...
2015-08-13 Stefan Eissingnew directive ProtocolsHonorOrder, added documentation...
2015-07-24 Stefan Eissingnew Protocols directive and core API changes to enable...
2015-06-25 Eric Covenerbe less weird in comment
2015-06-25 Eric Covenerelaborate on a misleading comment
2015-06-02 Yann Ylaviccore: Avoid a possible truncation of the faulty header...
2015-05-07 Yann Ylavichttp: Don't remove the Content-Length of zero from...
2015-03-06 Yann Ylaviccore: Follow up to r1664205.
2015-03-05 Eric Covener *) SECURITY: CVE-2015-0253 (cve.mitre.org)
2014-10-31 Eric CovenerSupport custom ErrorDocuments for HTTP 501 and 414...
2014-08-30 Christophe JailletFix sscanf format spotted by cppcheck.
2014-07-20 Christophe JailletAdd missing APLOGNO.
2014-07-15 Eric Covener *) SECURITY: CVE-2013-5704 (cve.mitre.org)
2013-12-31 Jim Jagielskinew logno
2013-12-30 Justin ErenkrantzAdd directives to control two protocol options:
2013-12-01 Christophe JailletFix missing spaces in messages
2013-10-01 Kaspar BrandPR 55616 (add missing APLOGNO), part 1
2013-09-19 Jim Jagielskidraft-ietf-httpbis-p1-messaging-23 fixes regarding...
2013-09-17 Jim JagielskiUpdate rationale
2013-09-17 Jim Jagielskirevert 1524161 for the time being
2013-09-17 Jim JagielskiRFC2616 issue
2013-05-29 Joe Orton* server/protocol.c (r_flush): Use int return type...
2013-05-15 Christophe JailletAvoid over allocation when dealing with the common...
2013-05-15 Graham Leggettcore: Use the proper macro for HTTP/1.1.
2013-05-15 Graham Leggettcore: Stop ap_finalize_request_protocol() and ap_get_cl...
next