- Jun 11, 2003
-
-
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
-
- May 15, 2003
-
-
Daniel Stenberg authored
in memory, only add it when we save the cookie. This makes all tailmatching and domain string matching internally a lot easier. This was also the reason for a remaining bug I introduced in my overhaul.
-
- May 14, 2003
-
-
Daniel Stenberg authored
for FTP command responses take >1 second.
-
- May 13, 2003
-
-
Daniel Stenberg authored
the define accordingly in the hostip.h header to work nicely all over.
-
Daniel Stenberg authored
it is.
-
- May 12, 2003
-
-
Daniel Stenberg authored
name isn't an ip address
-
Daniel Stenberg authored
set to "". This frees the application from having to know which encodings the library supports.
-
Daniel Stenberg authored
the new socket to non-blocking
-
Daniel Stenberg authored
-
Daniel Stenberg authored
DATA
-
- May 09, 2003
-
-
Daniel Stenberg authored
-
- May 06, 2003
-
-
Daniel Stenberg authored
EAGAIN but only EWOULDBLOCK, which caused badness on HPUX. We also check for and act the same on EINTR errors as well now.
-
- May 02, 2003
-
-
Daniel Stenberg authored
extract the correct set of cookies to send. This functionality is verified by test case 62.
-
- May 01, 2003
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
portability. Also use Andy Cedilnik's compiler warning fixes.
-