summaryrefslogtreecommitdiff
path: root/lib/c-hyper.c
Commit message (Expand)AuthorAgeFilesLines
* ws: fix recv of larger framesDaniel Stenberg2023-02-101-1/+1
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031-1/+1
* c-hyper: move down the Accept-Encoding header generationDaniel Stenberg2023-01-021-11/+11
* c-hyper: fix multi-request mechanismPrithvi MK2022-12-111-2/+16
* c-hyper: CONNECT respones are not server responsesDaniel Stenberg2022-12-081-17/+18
* hyper: classify headers as CONNECT and 1XXSean McArthur2022-11-191-0/+4
* hyper: fix handling of hyper_task's when reusing the same addressStefan Eissing2022-11-071-1/+3
* style: use space after comment start and before comment endDaniel Stenberg2022-10-301-2/+2
* misc: typo and grammar fixesAyesh Karunaratne2022-10-271-3/+3
* ws: initial websockets supportDaniel Stenberg2022-09-091-0/+22
* NPN: remove support for and use ofDaniel Stenberg2022-09-051-1/+1
* hyper: enable obs-folded multiline headersSean McArthur2022-07-281-0/+1
* sendf: make Curl_debug a void functionDaniel Stenberg2022-07-231-7/+3
* hyper: use wakers for curl pause/resumeSean McArthur2022-06-301-3/+12
* copyright: make repository REUSE compliantmax.mehl2022-06-131-0/+2
* c-hyper: mark status line as status for Curl_client_write()Daniel Stenberg2022-05-251-1/+1
* hyper: use 'alt-used'Daniel Stenberg2022-05-231-0/+15
* hyper: fix test 357Garrett Squire2022-05-081-0/+12
* hyper: fix tests 580 and 581 for hyperLiam Warfield2022-04-251-0/+2
* lib: remove exclamation marksDaniel Stenberg2022-04-161-2/+2
* hyper: fix status_line() return codeDaniel Stenberg2022-03-101-4/+2
* misc: remove strlen for Curl_checkheaders + Curl_checkProxyheadersHenrikHolst2022-02-101-5/+6
* misc: reduce strlen() calls with Curl_dyn_add()HenrikHolst2022-02-091-2/+2
* c-hyper: make CURLOPT_SUPPRESS_CONNECT_HEADERS workDaniel Stenberg2021-10-251-16/+20
* c-hyper: don't abort CONNECT responses early when auth-in-progressDaniel Stenberg2021-10-221-1/+2
* c-hyper: make test 217 runDaniel Stenberg2021-10-221-0/+6
* http: set content length earlierJay Satiro2021-10-151-6/+10
* c-hyper: make Curl_http propagate errors betterDaniel Stenberg2021-10-141-41/+78
* c-hyper: use hyper_request_set_uri_parts to make h2 betterDaniel Stenberg2021-10-081-6/+31
* http: ignore content-length if any transfer-encoding is usedDaniel Stenberg2021-08-311-0/+5
* c-hyper: handle HTTP/1.1 => HTTP/1.0 downgrade on reused connectionDaniel Stenberg2021-08-231-1/+4
* c-hyper: deal with Expect: 100-continue combined with POSTFIELDSDaniel Stenberg2021-08-231-3/+11
* c-hyper: initial support for "dumping" 1xx HTTP responsesDaniel Stenberg2021-08-201-0/+47
* c-hyper: initial step for 100-continue supportDaniel Stenberg2021-08-131-3/+56
* c-hyper: fix header value passed to debug callbackDaniel Stenberg2021-08-131-1/+1
* c-hyper: remove the hyper_executor_poll() loop from Curl_httpDaniel Stenberg2021-07-271-25/+4
* infof: remove newline from format strings, always append itDaniel Stenberg2021-07-071-5/+5
* test1147: hyper doesn't allow "crazy" request headers like built-inDaniel Stenberg2021-07-051-1/+1
* c-hyper: bail on too long response headersDaniel Stenberg2021-07-051-0/+6
* c-hyper: add support for transfer-encoding in the requestDaniel Stenberg2021-07-051-0/+9
* hyper: propagate errors back up from read callbacksDaniel Stenberg2021-06-171-3/+11
* c-hyper: abort CONNECT response reading early on non 2xx responsesDaniel Stenberg2021-06-101-1/+7
* c-hyper: fix the uploaded field in progress callbacksDaniel Stenberg2021-06-101-0/+8
* c-hyper: support CURLINFO_STARTTRANSFER_TIMEDaniel Stenberg2021-06-071-0/+4
* c-hyper: support CURLOPT_HEADERDaniel Stenberg2021-06-071-2/+10
* c-hyper: fix NTLM on closed connection tested with test159Daniel Stenberg2021-06-011-0/+12
* c-hyper: handle NULL from hyper_buf_copy()Daniel Stenberg2021-05-281-4/+13
* c-hyper: convert HYPERE_INVALID_PEER_MESSAGE to CURLE_UNSUPPORTED_PROTOCOLDaniel Stenberg2021-05-271-0/+2
* c-hyper: clear NTLM auth buffer when request is issuedDaniel Stenberg2021-05-271-0/+4
* Revert "c-hyper: handle body on HYPER_TASK_EMPTY"Daniel Stenberg2021-05-271-1/+1