summaryrefslogtreecommitdiff
path: root/lib/http.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Curl_fillreadbuffer: avoid double-free trailer buf on errorbagder/trailer-buf-freeDaniel Stenberg2019-09-091-1/+1
* http: the 'closed' struct field is used by both ngh2 and ngh3Daniel Stenberg2019-08-241-1/+1
* ngtcp2: accept upload via callbackDaniel Stenberg2019-08-231-0/+8
* ngtcp2: initial h3 request workDaniel Stenberg2019-08-121-3/+5
* http3: make connection reuse workDaniel Stenberg2019-08-091-0/+1
* quiche: first working HTTP/3 requestDaniel Stenberg2019-08-061-4/+7
* quiche: initial h3 request send/receiveDaniel Stenberg2019-08-051-0/+5
* http: allow overriding timecond with custom headerPeter Simonyi2019-07-141-1/+1
* headers: Remove no longer exported functionsDaniel Gustafsson2019-07-101-3/+0
* urldata: simplify bytecountersDaniel Stenberg2019-03-011-4/+2
* http: Implement trailing headers for chunked transfersAyoub Boudhar2018-12-141-0/+3
* whitespace fixesViktor Szakats2018-09-231-1/+0
* http: made Curl_add_buffer functions take a pointer-pointerDaniel Stenberg2018-09-161-7/+11
* http2: use the correct function pointer typedefDaniel Stenberg2018-05-141-6/+2
* cleanup: misc typos in strings and commentsluz.paz2018-03-161-1/+1