- Jun 26, 2003
-
-
Daniel Stenberg authored
-
- Jun 13, 2003
-
-
Daniel Stenberg authored
authenticated our connection, we can continue without any Authorization: headers as long as our connection is maintained.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Jun 12, 2003
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
a "plain" Negotiate as well.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Jun 11, 2003
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
as otherwise we can re-send requests on the same connection nicely
-
Daniel Stenberg authored
-
Daniel Stenberg authored
but the infrastructure is there.
-
- Jun 10, 2003
-
-
Daniel Stenberg authored
to add more method in the future.
-
Daniel Stenberg authored
added.
-
- Jun 06, 2003
-
-
Daniel Stenberg authored
funky logic in order to make re-tries work fine with OpenSSL. This corrects the problem David Orrell noticed.
-
Daniel Stenberg authored
-
- Jun 02, 2003
-
-
Daniel Stenberg authored
libcurl will stop reading when the number of bytes have arrived and not wait for a closed socket.
-
Daniel Stenberg authored
#745122.
-
Daniel Stenberg authored
returned
-
- May 28, 2003
-
-
Daniel Stenberg authored
data to the initial request buffer, if the total post data is less than 100K.
-
- May 27, 2003
-
-
Daniel Stenberg authored
two separate send() calls, first the headers and then the data. I've now made a fix that for static and known content that isn't to be chunked-encoded, everything is now sent in one single system call again. This is also better for network performance reasons.
-
Daniel Stenberg authored
same as using a httpproxy so we must make sure to better check for http proxies before we do HTTP proxy stuff. This included authorization and URI usage in the request etc.
-
- May 23, 2003
-
-
Daniel Stenberg authored
contents. Test cases 144 and 145 were added to verify the fix. Now we deal with return code 450 properly and other codes also do proper cleanup.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- May 22, 2003
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
SOCKS5 fix as suggested by Jis in bugreport #741841.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- May 21, 2003
-
-
Daniel Stenberg authored
we unescape a string. We now check and decode only valid %XX strings.
-
Daniel Stenberg authored
-
- May 20, 2003
-
-
Daniel Stenberg authored
-