index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
http_proxy.c
Age
Commit message (
Expand
)
Author
2019-01-11
urldata: rename easy_conn to just conn
Daniel Stenberg
2018-09-16
http: made Curl_add_buffer functions take a pointer-pointer
Daniel Stenberg
2018-08-09
http_proxy: Remove unused macro SELECT_TIMEOUT
Rikard Falkeborn
2018-06-12
Curl_debug: remove dead printhost code
Daniel Stenberg
2018-06-11
cppcheck: fix warnings
Marian Klymov
2018-05-31
strictness: correct {infof, failf} format specifiers
Rikard Falkeborn
2018-05-14
lib: Fix format specifiers
Rikard Falkeborn
2018-03-11
HTTP: allow "header;" to replace an internal header with a blank one
Daniel Stenberg
2017-12-07
CONNECT: keep close connection flag in http_connect_state struct
Zachary Seguin
2017-10-29
timeleft: made two more users of Curl_timeleft use timediff_t
Daniel Stenberg
2017-09-11
code style: use spaces around equals signs
Daniel Stenberg
2017-09-07
http-proxy: when not doing CONNECT, that phase is done immediately
Daniel Stenberg
2017-09-05
http-proxy: treat all 2xx as CONNECT success
Daniel Stenberg
2017-08-16
http_proxy: fix build error for CURL_DOES_CONVERSIONS
Maksim Stsepanenka
2017-08-14
strtoofft: reduce integer overflow risks globally
Daniel Stenberg
2017-06-18
http_proxy: fix build with http and proxy
Marcel Raad
2017-06-18
http_proxy: fix compiler warning
Marcel Raad
2017-06-16
http-proxy: fix chunked-encoded CONNECT responses
Daniel Stenberg
2017-06-16
http-proxy: deal with EAGAIN
Daniel Stenberg
2017-06-16
http-proxy: fix build with --disable-proxy or --disable-http
Daniel Stenberg
2017-06-14
http-proxy: do the HTTP CONNECT process entirely non-blocking
Daniel Stenberg
2017-05-01
http-proxy: use a dedicated CONNECT response buffer
Daniel Stenberg
2017-04-26
http-proxy: remove unused argument from Curl_proxyCONNECT()
Daniel Stenberg
2017-03-13
Improve code readbility
Sylvestre Ledru
2017-03-12
url: add option CURLOPT_SUPPRESS_CONNECT_HEADERS
Desmond O. Chang
2017-03-11
http_proxy: Ignore TE and CL in CONNECT 2xx responses
Jay Satiro
2017-02-18
proxy: fix hostname resolution and IDN conversion
Michael Kaufmann
2017-02-09
http_proxy: avoid freeing static memory
Daniel Stenberg
2017-02-09
http_proxy: Fix tiny memory leak upon edge case connecting to proxy
Cameron MacMinn
2016-12-19
http_proxy: Fix proxy CONNECT hang on pending data
Jay Satiro
2016-12-13
checksrc: stricter no-space-before-paren enforcement
Daniel Stenberg
2016-12-01
http_proxy: simplify CONNECT response reading
Daniel Stenberg
2016-12-01
CONNECT: read responses one byte at a time
Daniel Stenberg
2016-12-01
CONNECT: reject TE or CL in 2xx responses
Daniel Stenberg
2016-11-24
HTTPS-proxy: fixed mbedtls and polishing
Okhin Vasilij
2016-11-24
proxy: Support HTTPS proxy and SOCKS+HTTP(s)
Alex Rousskov
2016-11-18
lib: fix compiler warnings after de4de4e3c7c
Marcel Raad
2016-10-31
strcasecompare: all case insensitive string compares ignore locale now
Daniel Stenberg
2016-10-18
select: switch to macros in uppercase
Daniel Stenberg
2016-08-28
http2: make sure stream errors don't needlessly close the connection
Daniel Stenberg
2016-08-16
Revert "Proxy-Connection: stop sending this header by default"
Daniel Stenberg
2016-06-22
internals: rename the SessionHandle struct to Curl_easy
Daniel Stenberg
2016-04-29
lib: include curl_printf.h as one of the last headers
Daniel Stenberg
2016-04-17
news: CURLOPT_CONNECT_TO and --connect-to
Michael Kaufmann
2016-02-08
Proxy-Connection: stop sending this header by default
Daniel Stenberg
2016-02-03
URLs: change all http:// URLs to https://
Daniel Stenberg
2015-06-17
FTP: do the HTTP CONNECT for data connection blocking
Daniel Stenberg
2015-05-18
http2: separate multiplex/pipelining + cleanup memory leaks
Daniel Stenberg
2015-05-08
proxy: add newline to info message
Daniel Stenberg
2015-03-16
free: instead of Curl_safefree()
Daniel Stenberg
[next]