summaryrefslogtreecommitdiff
path: root/lib/http.h
Commit message (Expand)AuthorAgeFilesLines
* Websocket en-/decodingStefan Eissing2023-04-251-4/+0
* http2: support HTTP/2 to forward proxies, non-tunnelingStefan Eissing2023-04-171-4/+33
* http2: move HTTP/2 stream vars into local contextStefan Eissing2023-04-061-30/+3
* http3: improvements across backendsStefan Eissing2023-03-311-51/+2
* http2: flow control and buffer improvementsStefan Eissing2023-03-301-8/+9
* lib: add `bufq` and `dynhds`Stefan Eissing2023-03-301-0/+50
* http:: include stdint.h more readilyHarry Sintonen2023-02-161-1/+1
* vquic: stabilization and improvementsStefan Eissing2023-02-101-1/+3
* connections: introduce http/3 happy eyeballsStefan Eissing2023-02-021-2/+6
* msh3: update to v0.6Nick Banks2023-01-101-0/+1
* quiche: fix build without any HTTP/2 implementationStefan Eissing2023-01-091-1/+1
* http_proxy: do not assign data->req.p.http use local copyDaniel Stenberg2023-01-051-0/+3
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031-1/+1
* http: add additional condition for including stdint.hCameron Blomquist2023-01-011-2/+2
* lib: connect/h2/h3 refactorStefan Eissing2022-12-301-78/+15
* misc: Fix incorrect spellingandy59952022-12-061-1/+1
* websockets: remodeled API to support 63 bit frame sizesDaniel Stenberg2022-10-071-12/+1
* http, vauth: always provide Curl_allow_auth_to_host() functionalityPatrick Monnerat2022-09-271-6/+0
* curl_ws_meta: initial implementationDaniel Stenberg2022-09-091-0/+2
* ws: initial websockets supportDaniel Stenberg2022-09-091-0/+23
* ngtcp2: fix stall or busy loop on STOP_SENDING with upload dataTatsuhiro Tsujikawa2022-07-101-2/+3
* copyright: make repository REUSE compliantmax.mehl2022-06-131-0/+2
* openssl: don't leak the SRP credentials in redirects eitherDaniel Stenberg2022-04-251-0/+6
* msh3: add support for QUIC and HTTP/3 using msh3Nick Banks2022-04-101-0/+44
* misc: remove strlen for Curl_checkheaders + Curl_checkProxyheadersHenrikHolst2022-02-101-1/+2
* http: make Curl_compareheader() take string length arguments tooHenrikHolst2022-02-071-2/+4
* http: enable haproxy support for hyper backendDaniel Stenberg2021-11-191-4/+0
* http: set content length earlierJay Satiro2021-10-151-0/+2
* c-hyper: handle HTTP/1.1 => HTTP/1.0 downgrade on reused connectionDaniel Stenberg2021-08-231-0/+2
* c-hyper: add support for transfer-encoding in the requestDaniel Stenberg2021-07-051-0/+1
* http: deal with partial CONNECT sendsDaniel Stenberg2021-05-081-2/+1
* http2: move the stream error field to the per-transfer storageDaniel Stenberg2021-04-211-1/+1
* http: cap body data amount during send speed limitingDaniel Stenberg2021-03-271-1/+1
* http2: remove conn->data useDaniel Stenberg2021-02-151-1/+8
* lib: remove conn->data usesPatrick Monnerat2021-01-261-1/+2
* lib: pass in 'struct Curl_easy *' to most functionsDaniel Stenberg2021-01-171-14/+15
* http: make 'authneg' also work for HyperDaniel Stenberg2021-01-101-3/+3
* c-hyper: add timecondition to the requestDaniel Stenberg2021-01-011-2/+7
* build: repair http disabled but mqtt enabled buildDaniel Stenberg2020-12-181-11/+11
* lib: introduce c-hyper for using HyperDaniel Stenberg2020-12-181-2/+53
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* h2: repair trailer handlingDaniel Stenberg2020-08-031-0/+1
* http2: simplify and clean up trailer handlingDaniel Stenberg2020-05-071-1/+0
* ngtcp2: convert to dynbufDaniel Stenberg2020-05-041-3/+1
* dynbuf: introduce internal generic dynamic buffer functionsDaniel Stenberg2020-05-041-32/+13
* http.h: Copyright year out of date, should be 2020Daniel Stenberg2020-01-201-1/+1
* HTTP: increase EXPECT_100_THRESHOLD to 1Mb加藤郁之2020-01-201-1/+1
* ngtcp2: use overflow buffer for extra HTTP/3 dataJavier Blazquez2019-11-181-0/+4
* ngtcp2: increase QUIC window size when data is consumedDaniel Stenberg2019-11-161-0/+1
* chunked-encoding: stop hiding the CURLE_BAD_CONTENT_ENCODING errorDaniel Stenberg2019-10-021-5/+0