]> granicus.if.org Git - apache/history - server/protocol.c
Improve comments for reviewers to understand this logic
[apache] / server / protocol.c
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...
2013-02-15 Joe Schaeferap_rgetline_core() now pulls from r->proto_input_filters
2013-01-15 Christophe JailletImprove error message
2012-12-30 Stefan Fritschchange protocol number parsing in strict mode according...
2012-12-30 Stefan Fritschadd log tags missing in r1426877
2012-12-30 Stefan FritschAdd an option to enforce stricter HTTP conformance
2012-12-22 Stefan FritschChange HttpProtocol to again only allow to enable/disab...
2012-11-09 Stefan FritschMake HttpProtocol accept a range of allowed versions.
2012-11-09 Stefan Fritschremove obsolete comment from 1.3 days
2012-11-08 Stefan Fritschremove some more old unused code
2012-11-08 Stefan FritschRemove unused code. "Next week" hasn't happened in...
2012-11-07 Stefan FritschNew directive HttpProtocol which allows to disable...
2012-10-01 Jeff Trawickcore: ErrorDocument now works for requests without...
2012-06-22 Stefan FritschMake sure that a triggering LimitRequestFieldSize is...
2012-01-29 Jeff Trawicks/insure/ensure/
2012-01-23 Eric CovenerCVE-2012-0053: Fix an issue in error responses that...
2012-01-19 Jeff TrawickAdjust CVE-2011-3368/CVE-2011-4317 fixes to rely solely on
2012-01-06 William A. Rowe JrClean up size_t abuse, part 2. ap_malloc/calloc/reallo...
2011-12-14 Graham LeggettFurther clarify the naming of the entity that directly...
2011-12-14 Graham LeggettFurther clarify the naming of the entity that originate...
2011-12-12 Jeff Trawickzap an unhelpful, out of date comment from httpd 1.2
2011-12-02 Stefan FritschAdd lots of unique tags to error log messages
2011-11-25 Graham LeggettIntroduce a per connection "peer_ip" and a per request...
2011-11-22 Graham LeggettIntroduce a per request version of the remote IP addres...
2011-10-25 Ruediger Pluem* Correctly return a 400 (Bad request) in case of a...
2011-10-17 Stefan FritschDowngrade some more log messages indicating client...
2011-10-05 Joe OrtonSECURITY (CVE-2011-3368): Prevent unintended pattern...
2011-10-03 Stefan FritschEnforce LimitRequestFieldSize after multiple headers...
2011-09-23 Jim JagielskiCleanup effort in prep for GA push:
2011-08-03 Stefan FritschFix handling of offset in ap_send_fd()
2011-06-13 Stefan FritschIntroduce new function ap_get_conn_socket() to access...
2011-06-06 Stefan FritschIntroduce ap_(get|set)_core_module_config() functions...
2011-06-04 Stefan FritschMake ap_rputs an inline function, as it is mostly used...
2011-05-11 Stefan FritschUse APR_STATUS_IS_... in some more cases.
2011-05-07 Eric Coveneruse APR_STATUS_IS_TIMEUP() instead of direct comparison...
2011-02-14 Jim JagielskiNew hook: ap_run_pre_read_request()
2011-01-10 Jeff Trawickcomment on where multiple headers with same name get...
2010-07-04 Stefan FritschIntroduce note_auth_failure hook to allow modules to...
2010-06-06 Stefan Fritsch- Be less verbose at levels INFO and DEBUG in mod_proxy...
next