summaryrefslogtreecommitdiff
path: root/lib/c-hyper.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* c-hyper: fix compiler warningsDaniel Stenberg2020-12-201-7/+6
* lib: introduce c-hyper for using HyperDaniel Stenberg2020-12-181-0/+901