Michal Marek
|
10f2fa9c72
With CURLOPT_PROXY_TRANSFER_MODE, avoid sending invalid URLs like
|
15 years ago |
Daniel Stenberg
|
5cf78472e1
- Constantine Sapuntzakis posted bug report #2813123
|
15 years ago |
Michal Marek
|
ad1bfc5468
fix indentation.
|
15 years ago |
Michal Marek
|
0b317b72ae
- When doing non-anonymous ftp via http proxies and the password is not
|
15 years ago |
Daniel Stenberg
|
352177090f
- Fabian Keil ran clang on the (lib)curl code, found a bunch of warnings and
|
15 years ago |
Daniel Stenberg
|
1012c5705a
- Setting the Content-Length: header from your app when you do a POST or PUT
|
15 years ago |
Yang Tse
|
f13cbcf175
fix compiler warning: unused parameter
|
15 years ago |
Daniel Stenberg
|
242a17b9e0
- Balint Szilakszi reported a memory leak when libcurl did gzip decompression
|
15 years ago |
Daniel Stenberg
|
56dab605f1
- I fixed the problem with doing NTLM, POST and then following a 302 redirect,
|
15 years ago |
Yang Tse
|
a1708730c3
fix compiler warning
|
15 years ago |
Yang Tse
|
0569c9c1be
David McCreedy's "http.c fix to Curl_proxyCONNECT for non-ASCII platforms" patch
|
15 years ago |
Daniel Stenberg
|
e01b7c1ede
- Bug report #2709004 (http://curl.haxx.se/bug/view.cgi?id=2709004) by Tim
|
15 years ago |
Yang Tse
|
33a3753c3f
libcurl's memory.h renamed to curl_memory.h
|
15 years ago |
Daniel Stenberg
|
ea6531cf32
- Brian J. Murrell found out that Negotiate proxy authentication didn't work.
|
15 years ago |
Daniel Stenberg
|
bdd4294e79
- Craig A West brought us: libcurl now defaults to do CONNECT with HTTP
|
16 years ago |
Dan Fandrich
|
5591550167
Fixed a couple more locale-dependent toupper conversions, mainly for
|
16 years ago |
Daniel Stenberg
|
5be7d88b34
same procedure, simpler code
|
16 years ago |
Daniel Stenberg
|
07416b61e3
- Using the libssh2 0.19 function libssh2_session_block_directions(), libcurl
|
16 years ago |
Daniel Stenberg
|
42365aa7ef
- Christian Krause filed bug #2221237
|
16 years ago |
Daniel Stenberg
|
40e8b4e527
- I removed the default use of "Pragma: no-cache" from libcurl when a proxy is
|
16 years ago |
Daniel Stenberg
|
4b3ae5e157
- Christian Krause reported and fixed a memory leak that would occur with HTTP
|
16 years ago |
Daniel Stenberg
|
4cbc0f6c2e
- Rainer Canavan filed bug #2255627
|
16 years ago |
Dan Fandrich
|
5e3c2af236
Factored out some common code into a new function output_auth_headers
|
16 years ago |
Daniel Stenberg
|
f0bb9c7d8d
added an extra set of braces to unconfuse emacs and then I re-indented a
|
16 years ago |
Yang Tse
|
6ea91af2f8
fix compiler warning
|
16 years ago |
Daniel Stenberg
|
b701ea36a7
moved the Curl_raw_ functions into the new lib/rawstr.c file for easier curlx_
|
16 years ago |
Dan Fandrich
|
bab5183820
Created Curl_raw_nequal() which does a C-locale string case comparison.
|
16 years ago |
Dan Fandrich
|
d22b2d181f
Fixed a compiler warning with --disable-proxy
|
16 years ago |
Dan Fandrich
|
4198bb88b6
Compile away some more code in the CURL_DISABLE_PROXY case.
|
16 years ago |
Yang Tse
|
4acbe8f20c
fix compiler warning
|
16 years ago |