summaryrefslogtreecommitdiff
path: root/lib/http2.h
Commit message (Expand)AuthorAgeFilesLines
* http2: remove unused Curl_http2_strerror function declarationBiswapriyo Nath2023-04-091-2/+0
* connections: introduce http/3 happy eyeballsStefan Eissing2023-02-021-3/+11
* curl_log: for failf/infof and debug logging implementationsStefan Eissing2023-01-121-0/+2
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031-1/+1
* lib: connect/h2/h3 refactorStefan Eissing2022-12-301-31/+18
* lib: rewind BEFORE request instead of AFTER previousDaniel Stenberg2022-11-251-1/+1
* copyright: make repository REUSE compliantmax.mehl2022-06-131-1/+3
* version: turn version number functions into returning voidDaniel Stenberg2021-06-301-3/+2
* http2: move the stream error field to the per-transfer storageDaniel Stenberg2021-04-211-1/+1
* h2: allow 100 streams by defaultDaniel Stenberg2021-04-051-1/+1
* http2: remove conn->data useDaniel Stenberg2021-02-151-1/+1
* lib: pass in 'struct Curl_easy *' to most functionsDaniel Stenberg2021-01-171-7/+8
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* dynbuf: introduce internal generic dynamic buffer functionsDaniel Stenberg2020-05-041-1/+1
* http2: make pausing/unpausing set/clear local stream windowDaniel Stenberg2020-02-271-1/+3
* conncache: fix multi-thread use of shared connection cacheDaniel Stenberg2019-12-091-1/+1
* 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