summaryrefslogtreecommitdiff
path: root/lib/http_proxy.c
AgeCommit message (Expand)Author
2021-01-13Merge tag 'curl-7_74_0'nikita
2020-11-23urldata: remove 'void *protop' and create the union 'p'Daniel Stenberg
2020-11-10http_proxy: use enum with state names for 'keepon'Daniel Stenberg
2020-11-04curl.se: new homeDaniel Stenberg
2020-11-02sendf: move the verbose-check into Curl_debugDaniel Stenberg
2020-09-22http_proxy: do not count proxy headers in the header bytecountDaniel Stenberg
2020-09-14Merge tag 'curl-7_71_1'nikita
2020-06-15http: move header storage to Curl_easy from connectdataDaniel Stenberg
2020-05-04http_proxy: ported to use dynbuf instead of a static size bufferDaniel Stenberg
2020-05-04dynbuf: introduce internal generic dynamic buffer functionsDaniel Stenberg
2019-12-20Merge remote-tracking branch 'upstream/master'ng0
2019-12-09conn: always set bits.close with connclose()Daniel Stenberg
2019-11-06Merge tag 'curl-7_67_0'ng0
2019-10-02chunked-encoding: stop hiding the CURLE_BAD_CONTENT_ENCODING errorDaniel Stenberg
2019-09-20http_proxy: part of conditional expression is always true: !errorDaniel Stenberg
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