summaryrefslogtreecommitdiff
path: root/lib/c-hyper.c
Commit message (Expand)AuthorAgeFilesLines
* transfer: remove conn->data usebagder/transfer-data-connDaniel Stenberg2021-01-191-2/+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