summaryrefslogtreecommitdiff
path: root/lib/http_proxy.h
Commit message (Expand)AuthorAgeFilesLines
* http_proxy: fix build with http and proxyMarcel Raad2017-06-181-0/+3
* http-proxy: fix build with --disable-proxy or --disable-httpDaniel Stenberg2017-06-161-1/+4
* http-proxy: do the HTTP CONNECT process entirely non-blockingDaniel Stenberg2017-06-141-0/+4
* http-proxy: removed unused argument in CURL_DISABLE_PROXY caseDan Fandrich2017-04-271-1/+1
* http-proxy: remove unused argument from Curl_proxyCONNECT()Daniel Stenberg2017-04-261-3/+2
* proxy: Support HTTPS proxy and SOCKS+HTTP(s)Alex Rousskov2016-11-241-2/+2
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* FTP: fixed compiling with --disable-proxy, broken in b88f980aDan Fandrich2015-06-181-1/+1
* FTP: do the HTTP CONNECT for data connection blockingDaniel Stenberg2015-06-171-2/+3
* remote_port: allow connect to port 0Daniel Stenberg2014-03-051-2/+2
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-0/+41
* build: rename 76 lib/*.h filesYang Tse2012-12-281-41/+0
* http_proxy.h: fix builds with proxy or http disabledYang Tse2012-03-221-2/+3
* CONNECT: fix multi interface regressionDaniel Stenberg2012-03-221-1/+4
* build: inclusion guardYang Tse2011-05-241-0/+4
* Don't list NTLM in curl-config when HTTP is disabledDan Fandrich2011-04-051-1/+1
* return code cleanup: build, init and run-time errorsDaniel Stenberg2011-04-051-1/+1
* http-proxy: move proxy code to http_proxy.cDaniel Stenberg2011-04-041-0/+33