- Dec 02, 2004
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
CONNECT to a proxy with digest
-
- Nov 24, 2004
-
-
Daniel Stenberg authored
-
- Nov 19, 2004
-
-
Daniel Stenberg authored
-
- Nov 12, 2004
-
-
Daniel Stenberg authored
libcurl to build without Digest support. (I figure it should also explicitly disable Negotiate and NTLM.)
-
- Nov 11, 2004
-
-
Daniel Stenberg authored
-
- Nov 05, 2004
-
-
Daniel Stenberg authored
-
- Nov 02, 2004
-
-
Daniel Stenberg authored
-
- Oct 25, 2004
-
-
Daniel Stenberg authored
file that was already completely downloaded caused an error, while it doesn't if you don't use --fail! I added test case 194 to verify the fix. Grrr. CURLOPT_FAILONERROR is now added to the list stuff to remove in libcurl v8 due to all the kludges needed to support it.
-
- Oct 06, 2004
-
-
Daniel Stenberg authored
-
- Sep 10, 2004
-
-
Daniel Stenberg authored
replacement, curl only replaced the Host: header on the initial request and didn't replace it on the following ones. This resulted in requests with two Host: headers. Now, curl checks if the location is on the same host as the initial request and then continues to replace the Host: header. And when it moves to another host, it doesn't replace the Host: header but it also doesn't make the second Host: header get used in the request. This change is verified by the two new test cases 184 and 185.
-
- Aug 23, 2004
-
-
Daniel Stenberg authored
PUTs even when told to use HTTP 1.0, which is not correct.
-
- Aug 16, 2004
-
-
Daniel Stenberg authored
that gets set with CURLOPT_ENCODING
-
Daniel Stenberg authored
-
- Jul 28, 2004
-
-
Daniel Stenberg authored
connections.
-
- Jul 01, 2004
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Jun 24, 2004
-
-
Daniel Stenberg authored
-
- Jun 19, 2004
-
-
Daniel Stenberg authored
<300 to be good.
-
- Jun 18, 2004
-
-
Daniel Stenberg authored
POSTing over HTTPS:// with NTLM works fine now. There was a general problem with multi-pass authentication with non-GET operations with CONNECT.
-
- Jun 15, 2004
-
-
Daniel Stenberg authored
server doesn't require any auth at all and then we just continue nicely. We now have an extra bit in the connection struct named 'authprobe' that is TRUE when doing pure "HTTP authentication probing".
-
- Jun 13, 2004
-
-
Daniel Stenberg authored
might be used uninitialized
-
- Jun 03, 2004
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- May 26, 2004
-
-
Daniel Stenberg authored
if a connection is tunneled through a proxy. A tunnel is done with CONNECT, either when using HTTPS or FTPS, or if explicitly enabled by the app.
-
- May 24, 2004
-
-
Daniel Stenberg authored
not be used both in one request. Fixed it and added test case 172 to verify.
-
- May 12, 2004
-
-
Daniel Stenberg authored
take a CURLcode as a second argument, that is non-zero when Curl_done() is called after an error was returned from Curl_do() (or similar).
-
- May 11, 2004
-
-
Daniel Stenberg authored
memory.h is included everywhere for this.
-
- May 10, 2004
-
-
Daniel Stenberg authored
that list in case something goes wrong in the function and we must bail out. Courtesy of the torture testing.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
happens
-
- May 05, 2004
-
-
Daniel Stenberg authored
-
- May 04, 2004
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Apr 29, 2004
-
-
Daniel Stenberg authored
work when using proxy by converting the IDN-name to the ACE-encoded version before the request-URL is passed to the proxy.
-
- Apr 27, 2004
-
-
Daniel Stenberg authored
all things up to work with encoded host names internally, as well as keeping 'display names' to show in debug messages. IDN resolves work for me now using ipv6, ipv4 and ares resolving. Even cookies on IDN sites seem to do right.
-
- Apr 26, 2004
-
-
Daniel Stenberg authored
-
- Apr 23, 2004
-
-
Daniel Stenberg authored
for it. It saves one extra copy of the header. I also added comments for several functions in formdata.c
-
- Apr 22, 2004
-
-
Daniel Stenberg authored
-