summaryrefslogtreecommitdiff
path: root/lib/http2.h
Commit message (Expand)AuthorAgeFilesLines
* headers: Remove no longer exported functionsDaniel Gustafsson2019-07-101-3/+1
* cleanup: make local functions staticDaniel Stenberg2019-02-101-2/+1
* Upon HTTP_1_1_REQUIRED, retry the request with HTTP/1.1Johannes Schindelin2018-12-081-0/+4
* whitespace fixesViktor Szakats2018-09-231-1/+0
* http2: several cleanupsDaniel Stenberg2018-07-201-2/+2
* http2: fix OOM crashDaniel Stenberg2017-06-181-3/+4
* http2: Fix crashes when parent stream gets abortedAnders Bakken2016-11-281-0/+8
* http2: return EOF when done uploading without known sizeDaniel Stenberg2016-09-051-0/+2
* http2: make sure stream errors don't needlessly close the connectionDaniel Stenberg2016-08-281-1/+3
* internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg2016-06-221-1/+1
* http2: Add Curl_http2_strerror for HTTP/2 error codesJay Satiro2016-04-111-0/+2
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* http2: added three stream prio/deps optionsDaniel Stenberg2015-10-231-0/+4
* http2: setup the new pushed stream properlyDaniel Stenberg2015-06-241-0/+2
* http2: set default concurrency, fix ConnectionExists for multiplexDaniel Stenberg2015-05-181-1/+9
* http2: fix switched macro when http2 is not enabledDaniel Stenberg2014-11-131-1/+1
* http2: Deal with HTTP/2 data inside response header bufferTatsuhiro Tsujikawa2014-11-131-1/+2
* http2: more and better error checkingDaniel Stenberg2014-07-231-2/+2
* https: Fix build when http2 is disabledDan Fandrich2014-06-151-5/+5
* http2: better return code error checkingDaniel Stenberg2014-06-141-1/+1
* http.c: Fixed compilation warningSteve Holme2014-05-221-1/+1
* http2: make connection re-use workDaniel Stenberg2014-05-201-0/+2
* http2: do the POST Upgrade dance properlyDaniel Stenberg2014-01-301-1/+1
* http2.h: provide empty macros for non-http2 buildsDaniel Stenberg2014-01-301-0/+2
* http2: s/Curl_http2_request/Curl_http2_request_upgradeDaniel Stenberg2014-01-301-4/+6
* http2: handle 101 responses and switch to HTTP2Daniel Stenberg2014-01-291-0/+2
* http2: first embryo toward Upgrade:Daniel Stenberg2013-09-071-0/+10
* http2: add http2.[ch] and add nghttp2 version outputDaniel Stenberg2013-09-041-0/+32