aboutsummaryrefslogtreecommitdiff
path: root/lib/http_proxy.h
AgeCommit message (Expand)Author
2020-05-04http_proxy: ported to use dynbuf instead of a static size bufferDaniel Stenberg
2017-06-18http_proxy: fix build with http and proxyMarcel Raad
2017-06-16http-proxy: fix build with --disable-proxy or --disable-httpDaniel Stenberg
2017-06-14http-proxy: do the HTTP CONNECT process entirely non-blockingDaniel Stenberg
2017-04-27http-proxy: removed unused argument in CURL_DISABLE_PROXY caseDan Fandrich
2017-04-26http-proxy: remove unused argument from Curl_proxyCONNECT()Daniel Stenberg
2016-11-24proxy: Support HTTPS proxy and SOCKS+HTTP(s)Alex Rousskov
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg
2015-06-18FTP: fixed compiling with --disable-proxy, broken in b88f980aDan Fandrich
2015-06-17FTP: do the HTTP CONNECT for data connection blockingDaniel Stenberg
2014-03-05remote_port: allow connect to port 0Daniel Stenberg
2013-01-06Revert changes relative to lib/*.[ch] recent renamingYang Tse
2012-12-28build: rename 76 lib/*.h filesYang Tse
2012-03-22http_proxy.h: fix builds with proxy or http disabledYang Tse
2012-03-22CONNECT: fix multi interface regressionDaniel Stenberg
2011-05-24build: inclusion guardYang Tse
2011-04-05Don't list NTLM in curl-config when HTTP is disabledDan Fandrich
2011-04-05return code cleanup: build, init and run-time errorsDaniel Stenberg
2011-04-04http-proxy: move proxy code to http_proxy.cDaniel Stenberg