- Apr 26, 2004
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
usage.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Apr 23, 2004
-
-
Daniel Stenberg authored
threaded name resolves.
-
Daniel Stenberg authored
-
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
-
Daniel Stenberg authored
we won't try to QUIT the control connection and risk "hanging" waiting for a response. Test case 161 verifies this. The quit-sending function was also made static.
-
Daniel Stenberg authored
-
- Apr 21, 2004
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
less
-
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.
-
Daniel Stenberg authored
-
- Apr 20, 2004
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
length limit of the hostname part of the URL.
-
- Apr 19, 2004
-
-
Daniel Stenberg authored
-
- Apr 17, 2004
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Apr 15, 2004
-
-
Daniel Stenberg authored
should be used
-
Daniel Stenberg authored
-
- Apr 14, 2004
-
-
Daniel Stenberg authored
now cause the resolve function to return NULL immediately
-
Daniel Stenberg authored
some bad thinking on my part.
-
- Apr 13, 2004
-
-
Daniel Stenberg authored
when not using ares.
-
Daniel Stenberg authored
-
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 12, 2004
-
-
Daniel Stenberg authored
even such platforms?)
-
- Apr 11, 2004
-
-
Daniel Stenberg authored
-
- Apr 09, 2004
-
-
Daniel Stenberg authored
-
- Apr 07, 2004
-
-
Daniel Stenberg authored
is now treated as an error by libcurl
-
Daniel Stenberg authored
concept, and added lib/README.curlx to explain details about it
-