summaryrefslogtreecommitdiff
path: root/lib/http_proxy.c
AgeCommit message (Expand)Author
2019-06-07Merge tag 'curl-7_65_1' of https://github.com/curl/curlng0
2019-06-02NTLM: reset proxy "multipass" state when CONNECT request is doneSergey Ogryzkov
2019-02-25Merge tag 'curl-7_64_0'ng0
2019-01-11urldata: rename easy_conn to just connDaniel Stenberg
2018-11-10Merge tag 'curl-7_62_0'Nils Gillmann
2018-09-16http: made Curl_add_buffer functions take a pointer-pointerDaniel Stenberg
2018-09-11Merge tag 'curl-7_61_1'Nils Gillmann
2018-08-09http_proxy: Remove unused macro SELECT_TIMEOUTRikard Falkeborn
2018-08-05Merge tag 'curl-7_61_0'Nils Gillmann
2018-06-12Curl_debug: remove dead printhost codeDaniel Stenberg
2018-06-11cppcheck: fix warningsMarian Klymov
2018-05-31strictness: correct {infof, failf} format specifiersRikard Falkeborn
2018-05-23Merge tag 'curl-7_60_0' (with fixes)Nils Gillmann
2018-05-14lib: Fix format specifiersRikard Falkeborn
2018-03-30Merge tag 'curl-7_59_0' of https://github.com/curl/curlNils Gillmann
2018-03-11HTTP: allow "header;" to replace an internal header with a blank oneDaniel Stenberg
2018-01-21Merge branch 'master' of https://github.com/curl/curlng0
2017-12-07CONNECT: keep close connection flag in http_connect_state structZachary Seguin
2017-12-03Merge tag 'curl-7_57_0'ng0
2017-10-29timeleft: made two more users of Curl_timeleft use timediff_tDaniel Stenberg
2017-10-06Merge tag 'curl-7_56_0'ng0
2017-09-11code style: use spaces around equals signsDaniel Stenberg
2017-09-07http-proxy: when not doing CONNECT, that phase is done immediatelyDaniel Stenberg
2017-09-05http-proxy: treat all 2xx as CONNECT successDaniel Stenberg
2017-08-22Patchset for gnURL microfork:gnurl-7_55_1-1Christian Grothoff
2017-08-22http_proxy: fix build with http and proxyMarcel Raad
2017-08-22http_proxy: fix compiler warningMarcel Raad
2017-08-22http-proxy: fix chunked-encoded CONNECT responsesDaniel Stenberg
2017-08-22http-proxy: deal with EAGAINDaniel Stenberg
2017-08-22http-proxy: fix build with --disable-proxy or --disable-httpDaniel Stenberg
2017-08-22http-proxy: do the HTTP CONNECT process entirely non-blockingDaniel Stenberg
2017-08-22http-proxy: use a dedicated CONNECT response bufferDaniel Stenberg
2017-08-22http-proxy: remove unused argument from Curl_proxyCONNECT()Daniel Stenberg
2017-08-22Improve code readbilitySylvestre Ledru
2017-08-22url: add option CURLOPT_SUPPRESS_CONNECT_HEADERSDesmond O. Chang
2017-08-22http_proxy: Ignore TE and CL in CONNECT 2xx responsesJay Satiro
2017-08-22proxy: fix hostname resolution and IDN conversionMichael Kaufmann
2017-08-22http_proxy: avoid freeing static memoryDaniel Stenberg
2017-08-22http_proxy: Fix tiny memory leak upon edge case connecting to proxyCameron MacMinn
2017-08-22http_proxy: Fix proxy CONNECT hang on pending dataJay Satiro
2017-08-22checksrc: stricter no-space-before-paren enforcementDaniel Stenberg
2017-08-22http_proxy: simplify CONNECT response readingDaniel Stenberg
2017-08-22CONNECT: read responses one byte at a timeDaniel Stenberg
2017-08-22CONNECT: reject TE or CL in 2xx responsesDaniel Stenberg
2017-08-22HTTPS-proxy: fixed mbedtls and polishingOkhin Vasilij
2017-08-22proxy: Support HTTPS proxy and SOCKS+HTTP(s)Alex Rousskov
2017-08-22lib: fix compiler warnings after de4de4e3c7cMarcel Raad
2017-08-22strcasecompare: all case insensitive string compares ignore locale nowDaniel Stenberg
2017-08-22select: switch to macros in uppercaseDaniel Stenberg
2017-08-16http_proxy: fix build error for CURL_DOES_CONVERSIONSMaksim Stsepanenka