summaryrefslogtreecommitdiff
path: root/lib/http_proxy.c
Commit message (Expand)AuthorAgeFilesLines
* lib: more conn->data cleanupsbagder/more-data-connDaniel Stenberg2021-01-181-2/+2
* vtls: reduce conn->data usePatrick Monnerat2021-01-181-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
* http_proxy: ported to use dynbuf instead of a static size bufferDaniel Stenberg2020-05-041-66/+56
* dynbuf: introduce internal generic dynamic buffer functionsDaniel Stenberg2020-05-041-32/+26
* conn: always set bits.close with connclose()Daniel Stenberg2019-12-091-2/+3
* chunked-encoding: stop hiding the CURLE_BAD_CONTENT_ENCODING errorDaniel Stenberg2019-10-021-2/+5
* http_proxy: part of conditional expression is always true: !errorDaniel Stenberg2019-09-201-1/+1
* NTLM: reset proxy "multipass" state when CONNECT request is doneSergey Ogryzkov2019-06-021-0/+1
* urldata: rename easy_conn to just connDaniel Stenberg2019-01-111-2/+2
* http: made Curl_add_buffer functions take a pointer-pointerDaniel Stenberg2018-09-161-7/+7
* http_proxy: Remove unused macro SELECT_TIMEOUTRikard Falkeborn2018-08-091-1/+0
* Curl_debug: remove dead printhost codeDaniel Stenberg2018-06-121-1/+1
* cppcheck: fix warningsMarian Klymov2018-06-111-1/+1
* strictness: correct {infof, failf} format specifiersRikard Falkeborn2018-05-311-1/+1
* lib: Fix format specifiersRikard Falkeborn2018-05-141-2/+2
* HTTP: allow "header;" to replace an internal header with a blank oneDaniel Stenberg2018-03-111-4/+4
* CONNECT: keep close connection flag in http_connect_state structZachary Seguin2017-12-071-6/+6
* timeleft: made two more users of Curl_timeleft use timediff_tDaniel Stenberg2017-10-291-1/+1
* code style: use spaces around equals signsDaniel Stenberg2017-09-111-7/+7
* http-proxy: when not doing CONNECT, that phase is done immediatelyDaniel Stenberg2017-09-071-1/+1
* http-proxy: treat all 2xx as CONNECT successDaniel Stenberg2017-09-051-3/+4
* http_proxy: fix build error for CURL_DOES_CONVERSIONSMaksim Stsepanenka2017-08-161-1/+2
* strtoofft: reduce integer overflow risks globallyDaniel Stenberg2017-08-141-2/+2
* http_proxy: fix build with http and proxyMarcel Raad2017-06-181-1/+0
* http_proxy: fix compiler warningMarcel Raad2017-06-181-1/+2
* http-proxy: fix chunked-encoded CONNECT responsesDaniel Stenberg2017-06-161-3/+2
* http-proxy: deal with EAGAINDaniel Stenberg2017-06-161-2/+1
* http-proxy: fix build with --disable-proxy or --disable-httpDaniel Stenberg2017-06-161-0/+5
* http-proxy: do the HTTP CONNECT process entirely non-blockingDaniel Stenberg2017-06-141-109/+134
* http-proxy: use a dedicated CONNECT response bufferDaniel Stenberg2017-05-011-15/+40
* http-proxy: remove unused argument from Curl_proxyCONNECT()Daniel Stenberg2017-04-261-14/+6
* Improve code readbilitySylvestre Ledru2017-03-131-10/+6
* url: add option CURLOPT_SUPPRESS_CONNECT_HEADERSDesmond O. Chang2017-03-121-10/+9
* http_proxy: Ignore TE and CL in CONNECT 2xx responsesJay Satiro2017-03-111-20/+21
* proxy: fix hostname resolution and IDN conversionMichael Kaufmann2017-02-181-4/+9
* http_proxy: avoid freeing static memoryDaniel Stenberg2017-02-091-3/+3
* http_proxy: Fix tiny memory leak upon edge case connecting to proxyCameron MacMinn2017-02-091-1/+1
* http_proxy: Fix proxy CONNECT hang on pending dataJay Satiro2016-12-191-232/+229
* checksrc: stricter no-space-before-paren enforcementDaniel Stenberg2016-12-131-2/+2
* http_proxy: simplify CONNECT response readingDaniel Stenberg2016-12-011-168/+149