- 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
-
Daniel Stenberg authored
stuff added a few weeks ago. Turns out that if you specify --proxy-ntlm and communicate with a proxy that requires basic authentication, the proxy properly returns a 407, but the failure detection code doesn't realize it should give up, so curl returns with exit code 0. Test case 162 verifies this.
-
Daniel Stenberg authored
-
- Apr 20, 2004
-
-
Daniel Stenberg authored
length limit of the hostname part of the URL.
-
- Apr 13, 2004
-
-
Daniel Stenberg authored
instead to make it easier to find/read
-
- Apr 07, 2004
-
-
Daniel Stenberg authored
is now treated as an error by libcurl
-
- Apr 06, 2004
-
-
Daniel Stenberg authored
with Digest or NTLM. libcurl will now use HEAD to negotiate the authentication and when done perform the requested POST.
-
- Mar 30, 2004
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
the new "fail with auth" code
-
Daniel Stenberg authored
or Digest.
-
- Mar 14, 2004
-
-
Daniel Stenberg authored
-
- Mar 13, 2004
-
-
Daniel Stenberg authored
with it (knowing it won't be larger than what fits in an int)
-
Daniel Stenberg authored
content-length when doing multipart posts
-
- Mar 12, 2004
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
sizes if desired
-
- Mar 10, 2004
-
-
Daniel Stenberg authored
argument passing and try to convert to double only when providing data to the external world.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Mar 09, 2004
-
-
Daniel Stenberg authored
defines are in setup.h.
-
Daniel Stenberg authored
operation as a size_t
-
- Mar 05, 2004
-
-
Daniel Stenberg authored
-
- Mar 02, 2004
-
-
Daniel Stenberg authored
FORMAT_OFF_T to allow additional options to get specified, like with '"%5" FORMAT_OFF_T'.
-
Daniel Stenberg authored
having to redef that name
-
- Mar 01, 2004
-
-
Daniel Stenberg authored
-
- Feb 26, 2004
-
-
Daniel Stenberg authored
-