summaryrefslogtreecommitdiff
path: root/lib/c-hyper.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* c-hyper: handle body on HYPER_TASK_EMPTYJacob Hoffman-Andrews2021-05-161-1/+1
* c-hyper: fix unused variable ‘wrote’Daniel Stenberg2021-04-271-1/+0
* c-hyper: don't write to set.writeheader if nullKevin Burke2021-04-271-8/+6
* c-hpyer: fix handling of zero-byte chunk from hyperJacob Hoffman-Andrews2021-04-251-0/+2
* urldata: merge "struct DynamicStatic" into "struct UrlState"Daniel Stenberg2021-03-261-2/+2
* c-hyper: support automatic content-encodingDaniel Stenberg2021-03-111-1/+19
* c-hyper: Remove superfluous pointer checkkokke2021-03-051-2/+0
* urldata: don't touch data->set.httpversion at run-timeDaniel Stenberg2021-02-121-1/+1
* hyper: fix CONNECT to set 'data' as userdataDaniel Stenberg2021-01-301-1/+1
* hyper: fix typo in c-hyper.cIkko Ashimine2021-01-271-1/+1
* hyper: remove the conn->data referencesDaniel Stenberg2021-01-221-5/+5
* transfer: remove conn->data useDaniel Stenberg2021-01-191-2/+1
* c-hyper: avoid duplicated Proxy-Connection headersDaniel Stenberg2021-01-191-0/+1
* lib: more conn->data cleanupsDaniel Stenberg2021-01-191-2/+2
* hyper: deliver data to application with Curl_client_writeDaniel Stenberg2021-01-181-15/+7
* lib: pass in 'struct Curl_easy *' to most functionsDaniel Stenberg2021-01-171-13/+13
* http: make 'authneg' also work for HyperDaniel Stenberg2021-01-101-1/+1
* c-hyper: poll the tasks until end correctlyDaniel Stenberg2021-01-051-2/+2
* c-hyper: make CURLE_GOT_NOTHING workDaniel Stenberg2021-01-051-3/+8
* http_proxy: make CONNECT work with the Hyper backendDaniel Stenberg2021-01-051-11/+11
* c-hyper: add timecondition to the requestDaniel Stenberg2021-01-011-1/+5
* c-hyper: make Digest and NTLM workDaniel Stenberg2020-12-301-0/+7
* failf: remove newline from formatting stringsDaniel Stenberg2020-12-251-9/+9