- May 04, 2004
-
-
Daniel Stenberg authored
-
- Apr 29, 2004
-
-
Daniel Stenberg authored
-
- 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
-
Daniel Stenberg authored
usage.
-
- Apr 22, 2004
-
-
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.
-
- Apr 21, 2004
-
-
Daniel Stenberg authored
160 shows. We got no data and we attempted to re-use a connection. This might happen if the connection was left alive when we were done using it before, but that was closed when we wanted to read from it again. Bad luck. Retry the same request on a fresh connect! Deleted the sockerror variable again, it serves no purpose anymore.
-
- Apr 20, 2004
-
-
Daniel Stenberg authored
length limit of the hostname part of the URL.
-
- Apr 15, 2004
-
-
Daniel Stenberg authored
-
- Apr 13, 2004
-
-
Daniel Stenberg authored
instead to make it easier to find/read
-
Daniel Stenberg authored
sessionhandle to make the duphandle() function work as supposed. Also tried to start document functions the doxygen way (in the headers of the functions). Can't make it work though...
-
- 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
-
- Mar 25, 2004
-
-
Daniel Stenberg authored
-
- Mar 24, 2004
-
-
Daniel Stenberg authored
Curl_strerror() that attempts to be thread-safe _and_ works on Windows too!
-
- Mar 23, 2004
-
-
Daniel Stenberg authored
if large file support is available
-
- Mar 12, 2004
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
CURLOPT_POSTFIELDSIZE option to allow really big HTTP POSTs.
-
- Mar 11, 2004
-
-
Daniel Stenberg authored
make the progress meter more accurate for large files. Also made the sprintf usage in that function avoid floating point.
-
- Mar 10, 2004
-
-
Daniel Stenberg authored
argument passing and try to convert to double only when providing data to the external world.
-
- Mar 09, 2004
-
-
Daniel Stenberg authored
defines are in setup.h.
-
- Mar 03, 2004
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
the plain old FILE typedef.
-
- Feb 27, 2004
-
-
Daniel Stenberg authored
it disconnects the TCP connection, like a good ftp client should!
-
- Feb 26, 2004
-
-
Daniel Stenberg authored
-
- Feb 22, 2004
-
-
Daniel Stenberg authored
-
- Feb 20, 2004
-
-
Daniel Stenberg authored
it collides with another MAX define on some platforms (like netbsd 1.6.1)
-
- Feb 02, 2004
-
-
Daniel Stenberg authored
this allows the HTTP code to *not* return a failure just because no data has been received from the server
-
- Jan 30, 2004
-
-
Daniel Stenberg authored
so that the automatic testing hosts will test these changes over the weekend.
-
- Jan 22, 2004
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Jan 11, 2004
-
-
Daniel Stenberg authored
IANA.
-
- Jan 07, 2004
-
-
Daniel Stenberg authored
-
- Jan 05, 2004
-
-
Daniel Stenberg authored
-
- Dec 03, 2003
-
-
Daniel Stenberg authored
-
- Dec 02, 2003
-
-
Daniel Stenberg authored
-
- Nov 24, 2003
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-