summaryrefslogtreecommitdiff
path: root/lib/http_proxy.c
Commit message (Expand)AuthorAgeFilesLines
* sendf: make Curl_debug a void functionDaniel Stenberg2022-07-231-2/+2
* copyright: make repository REUSE compliantmax.mehl2022-06-131-0/+2
* http_proxy/hyper: handle closed connectionsDaniel Stenberg2022-05-061-0/+7
* hyper: fix tests 580 and 581 for hyperLiam Warfield2022-04-251-0/+3
* lib: remove exclamation marksDaniel Stenberg2022-04-161-3/+3
* header api: add curl_easy_header and curl_easy_nextheaderDaniel Stenberg2022-03-221-3/+5
* misc: remove strlen for Curl_checkheaders + Curl_checkProxyheadersHenrikHolst2022-02-101-5/+7
* misc: reduce strlen() calls with Curl_dyn_add()HenrikHolst2022-02-091-2/+3
* http: make Curl_compareheader() take string length arguments tooHenrikHolst2022-02-071-3/+7
* lib: remove support for CURL_DOES_CONVERSIONSDaniel Stenberg2022-02-041-8/+1
* http_proxy: don't close the socket (too early)Daniel Stenberg2021-12-291-2/+0
* tftp: mark protocol as not possible to do over CONNECTDaniel Stenberg2021-11-151-0/+4
* Curl_connect_done: handle being called twiceDaniel Stenberg2021-11-121-2/+3
* multi: shut down CONNECT in Curl_detach_connnectionDaniel Stenberg2021-11-111-5/+5
* c-hyper: make CURLOPT_SUPPRESS_CONNECT_HEADERS workDaniel Stenberg2021-10-251-0/+3
* c-hyper: don't abort CONNECT responses early when auth-in-progressDaniel Stenberg2021-10-221-0/+1
* c-hyper: make test 217 runDaniel Stenberg2021-10-221-1/+2
* http_proxy: multiple CONNECT with hyper done betterDaniel Stenberg2021-10-211-2/+17
* hyper: pass the CONNECT line to the debug callbackDaniel Stenberg2021-10-211-0/+9
* http_proxy: fix one more result assign for hyperDaniel Stenberg2021-10-141-1/+1
* http_proxy: make hyper CONNECT() return the correct error codeDaniel Stenberg2021-10-141-12/+39
* lib: avoid fallthrough cases in switch statementsDaniel Gustafsson2021-09-291-1/+2
* misc: fix typos in docs and commentsa13460542021-09-231-1/+1
* http_proxy: fix the User-Agent inclusion in CONNECTDaniel Stenberg2021-09-131-18/+21
* http_proxy: only wait for writable socket while sending requestDaniel Stenberg2021-08-271-1/+1
* http_proxy: fix user-agent and custom headers for CONNECT with hyperDaniel Stenberg2021-08-201-3/+5
* http_proxy: clear 'sending' when the outgoing request is sentDaniel Stenberg2021-07-251-0/+1
* infof: remove newline from format strings, always append itDaniel Stenberg2021-07-071-14/+14
* vtls: only store TIMER_APPCONNECT for non-proxy connectDaniel Stenberg2021-06-191-1/+1
* conn_shutdown: if closed during CONNECT cleanup properlyDaniel Stenberg2021-06-111-8/+11
* c-hyper: abort CONNECT response reading early on non 2xx responsesDaniel Stenberg2021-06-101-0/+2
* http_proxy: deal with non-200 CONNECT response with HyperDaniel Stenberg2021-05-271-3/+32
* http: deal with partial CONNECT sendsDaniel Stenberg2021-05-081-28/+81
* http_proxy: only loop on 407 + close if we have credentialsDaniel Stenberg2021-04-051-1/+2
* http_proxy: fix typo in http_proxy.cIkko Ashimine2021-02-091-1/+1
* hyper: fix CONNECT to set 'data' as userdataDaniel Stenberg2021-01-301-1/+1
* hostip/proxy: remove conn->data useDaniel Stenberg2021-01-261-23/+27
* chunk/encoding: remove conn->data referencesDaniel Stenberg2021-01-211-3/+3
* lib: more conn->data cleanupsDaniel Stenberg2021-01-191-2/+2
* vtls: reduce conn->data usePatrick Monnerat2021-01-191-1/+1
* lib: pass in 'struct Curl_easy *' to most functionsDaniel Stenberg2021-01-171-17/+20
* http_proxy: Fix CONNECT chunked encoding race conditionJay Satiro2021-01-111-1/+4
* http: make 'authneg' also work for HyperDaniel Stenberg2021-01-101-2/+4
* http_proxy: make CONNECT work with the Hyper backendDaniel Stenberg2021-01-051-36/+262
* urldata: remove 'void *protop' and create the union 'p'Daniel Stenberg2020-11-231-3/+3
* http_proxy: use enum with state names for 'keepon'bagder/http-proxy-keeponDaniel Stenberg2020-11-101-10/+10
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* sendf: move the verbose-check into Curl_debugDaniel Stenberg2020-11-021-2/+1
* http_proxy: do not count proxy headers in the header bytecountDaniel Stenberg2020-09-221-1/+0
* http: move header storage to Curl_easy from connectdataDaniel Stenberg2020-06-151-9/+10