aboutsummaryrefslogtreecommitdiff
path: root/lib/http2.h
AgeCommit message (Expand)Author
2020-05-04dynbuf: introduce internal generic dynamic buffer functionsDaniel Stenberg
2020-02-27http2: make pausing/unpausing set/clear local stream windowDaniel Stenberg
2019-12-09conncache: fix multi-thread use of shared connection cacheDaniel Stenberg
2019-07-10headers: Remove no longer exported functionsDaniel Gustafsson
2019-02-10cleanup: make local functions staticDaniel Stenberg
2018-12-08Upon HTTP_1_1_REQUIRED, retry the request with HTTP/1.1Johannes Schindelin
2018-09-23whitespace fixesViktor Szakats
2018-07-20http2: several cleanupsDaniel Stenberg
2017-06-18http2: fix OOM crashDaniel Stenberg
2016-11-28http2: Fix crashes when parent stream gets abortedAnders Bakken
2016-09-05http2: return EOF when done uploading without known sizeDaniel Stenberg
2016-08-28http2: make sure stream errors don't needlessly close the connectionDaniel Stenberg
2016-06-22internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg
2016-04-11http2: Add Curl_http2_strerror for HTTP/2 error codesJay Satiro
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg
2015-10-23http2: added three stream prio/deps optionsDaniel Stenberg
2015-06-24http2: setup the new pushed stream properlyDaniel Stenberg
2015-05-18http2: set default concurrency, fix ConnectionExists for multiplexDaniel Stenberg
2014-11-13http2: fix switched macro when http2 is not enabledDaniel Stenberg
2014-11-13http2: Deal with HTTP/2 data inside response header bufferTatsuhiro Tsujikawa
2014-07-23http2: more and better error checkingDaniel Stenberg
2014-06-15https: Fix build when http2 is disabledDan Fandrich
2014-06-14http2: better return code error checkingDaniel Stenberg
2014-05-22http.c: Fixed compilation warningSteve Holme
2014-05-20http2: make connection re-use workDaniel Stenberg
2014-01-30http2: do the POST Upgrade dance properlyDaniel Stenberg
2014-01-30http2.h: provide empty macros for non-http2 buildsDaniel Stenberg
2014-01-30http2: s/Curl_http2_request/Curl_http2_request_upgradeDaniel Stenberg
2014-01-29http2: handle 101 responses and switch to HTTP2Daniel Stenberg
2013-09-07http2: first embryo toward Upgrade:Daniel Stenberg
2013-09-04http2: add http2.[ch] and add nghttp2 version outputDaniel Stenberg