summaryrefslogtreecommitdiff
path: root/lib/http_proxy.h
Commit message (Expand)AuthorAgeFilesLines
* CURLPROXY_HTTPS2: for HTTPS proxy that may speak HTTP/2Daniel Stenberg2023-04-081-0/+3
* proxy: http2 proxy tunnel implementationStefan Eissing2023-04-061-18/+9
* curl_log: for failf/infof and debug logging implementationsStefan Eissing2023-01-121-0/+5
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031-1/+1
* lib: connect/h2/h3 refactorStefan Eissing2022-12-301-0/+6
* haxproxy: send before TLS handhshakeStefan Eissing2022-12-271-2/+4
* cfilter: re-add `conn` as parameter to cfilter setup methodsStefan Eissing2022-11-261-0/+2
* vtls: localization of state data in filtersStefan Eissing2022-11-221-6/+4
* proxy: haproxy filter is only available when PROXY and HTTP areStefan Eissing2022-11-171-5/+1
* proxy: refactor haproxy protocol handling as connection filterStefan Eissing2022-11-151-0/+8
* lib: connection filters (cfilter) addition to curl:Stefan Eissing2022-11-111-43/+3
* copyright: make repository REUSE compliantmax.mehl2022-06-131-0/+2
* header api: add curl_easy_header and curl_easy_nextheaderDaniel Stenberg2022-03-221-1/+2
* http_proxy: make Curl_connect_done() work for proxy disabled buildsDaniel Stenberg2021-11-121-1/+2
* conn_shutdown: if closed during CONNECT cleanup properlyDaniel Stenberg2021-06-111-3/+4
* http: deal with partial CONNECT sendsDaniel Stenberg2021-05-081-0/+24
* hostip/proxy: remove conn->data useDaniel Stenberg2021-01-261-3/+3
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* http_proxy: ported to use dynbuf instead of a static size bufferDaniel Stenberg2020-05-041-1/+2
* 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