Desmond O. Chang
|
d2bcf1e3e2
url: add option CURLOPT_SUPPRESS_CONNECT_HEADERS
|
8 years ago |
Jay Satiro
|
ec1d0ed1c1
http_proxy: Ignore TE and CL in CONNECT 2xx responses
|
7 years ago |
Michael Kaufmann
|
2f8d0df085
proxy: fix hostname resolution and IDN conversion
|
7 years ago |
Daniel Stenberg
|
e2e182227a
http_proxy: avoid freeing static memory
|
7 years ago |
Cameron MacMinn
|
7fe81ec298
http_proxy: Fix tiny memory leak upon edge case connecting to proxy
|
7 years ago |
Jay Satiro
|
d00f2a8f2e
http_proxy: Fix proxy CONNECT hang on pending data
|
8 years ago |
Daniel Stenberg
|
b228d2952b
checksrc: stricter no-space-before-paren enforcement
|
8 years ago |
Daniel Stenberg
|
74595b223d
http_proxy: simplify CONNECT response reading
|
8 years ago |
Daniel Stenberg
|
3ea3518429
CONNECT: read responses one byte at a time
|
8 years ago |
Daniel Stenberg
|
c50b878c15
CONNECT: reject TE or CL in 2xx responses
|
8 years ago |
Okhin Vasilij
|
c6da05a5ec
HTTPS-proxy: fixed mbedtls and polishing
|
8 years ago |
Alex Rousskov
|
cb4e2be7c6
proxy: Support HTTPS proxy and SOCKS+HTTP(s)
|
8 years ago |
Marcel Raad
|
21aa32d30d
lib: fix compiler warnings after de4de4e3c7c
|
8 years ago |
Daniel Stenberg
|
811a693b80
strcasecompare: all case insensitive string compares ignore locale now
|
8 years ago |
Daniel Stenberg
|
8a6e89a9eb
select: switch to macros in uppercase
|
8 years ago |
Daniel Stenberg
|
3533def3d5
http2: make sure stream errors don't needlessly close the connection
|
8 years ago |
Daniel Stenberg
|
93b0d907d5
Revert "Proxy-Connection: stop sending this header by default"
|
8 years ago |
Daniel Stenberg
|
434f8d0389
internals: rename the SessionHandle struct to Curl_easy
|
8 years ago |
Daniel Stenberg
|
4f45240bc8
lib: include curl_printf.h as one of the last headers
|
8 years ago |
Michael Kaufmann
|
cd8d236245
news: CURLOPT_CONNECT_TO and --connect-to
|
8 years ago |
Daniel Stenberg
|
113f04e664
Proxy-Connection: stop sending this header by default
|
8 years ago |
Daniel Stenberg
|
4af40b3646
URLs: change all http:// URLs to https://
|
8 years ago |
Daniel Stenberg
|
b88f980a74
FTP: do the HTTP CONNECT for data connection blocking
|
9 years ago |
Daniel Stenberg
|
783b3c7b42
http2: separate multiplex/pipelining + cleanup memory leaks
|
9 years ago |
Daniel Stenberg
|
c4d6f9163a
proxy: add newline to info message
|
9 years ago |
Daniel Stenberg
|
0f4a03cbb6
free: instead of Curl_safefree()
|
9 years ago |
Markus Elfring
|
29c655c0a6
Bug #149: Deletion of unnecessary checks before calls of the function "free"
|
9 years ago |
Daniel Stenberg
|
c19349951d
multi: fix *getsock() with CONNECT
|
9 years ago |
Daniel Stenberg
|
df5578a7a3
mprintf.h: remove #ifdef CURLDEBUG
|
9 years ago |
Daniel Stenberg
|
0eb3d15ccb
code cleanup: we prefer 'CURLcode result'
|
10 years ago |