- Nov 02, 2001
-
-
Daniel Stenberg authored
for each *_perform(). It makes things a lot easier, as the first one that detects the error get to write the final error reason...
-
Daniel Stenberg authored
even under normal unixes.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Nov 01, 2001
-
-
Daniel Stenberg authored
that is dead, because it can only find one entry anyway and if that is dead there won't be any other entry that matches
-
Daniel Stenberg authored
-
Daniel Stenberg authored
information as well. Improves debug outputs etc.
-
Daniel Stenberg authored
-
- Oct 31, 2001
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
rely on the new go-ahead-and-try mechanism that I just added to Transfer()
-
Daniel Stenberg authored
new logic can retry the same operation on a new connection!
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
- which now is made using a macro named FTPSENDF. I turned it all caps just to make it more visible that it is in fact a macro.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
accidentally did after the Curl_tvdiff() interface change
-
Daniel Stenberg authored
-
- Oct 30, 2001
-
-
Daniel Stenberg authored
connection. The simple socket-check is not enough in these cases.
-
Daniel Stenberg authored
-
- Oct 29, 2001
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
to hold 512 bytes (for user+password+hostname)
-
Daniel Stenberg authored
-
- Oct 26, 2001
-
-
Daniel Stenberg authored
downloads
-
- Oct 25, 2001
-
-
Daniel Stenberg authored
We need to set "no further data to download" before the Curl_ldap() function returns, as otherwise it'll hang on that assumed transfer.
-
- Oct 24, 2001
-
-
Daniel Stenberg authored
already existing cookie with a new one.
-
- Oct 23, 2001
-
-
Daniel Stenberg authored
more CPU architectures
-
- Oct 22, 2001
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Oct 19, 2001
-
-
Daniel Stenberg authored
HTTP server we return error
-
Daniel Stenberg authored
- patch by T. Bharath
-
Daniel Stenberg authored
unconditionalliy. Previously, the code check was for >= 300 unless follow- location was enabled...
-
- Oct 17, 2001
-
-
Daniel Stenberg authored
makes it easier to disable debug output when built with debug functions
-
Daniel Stenberg authored
returned an error as there might be stuff in there we must free/cleanup. This fixes the memory leak Yanick Pelletier posted about 16 Oct 2001
-
- Oct 16, 2001
-
-
Daniel Stenberg authored
-
- Oct 12, 2001
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
now more accurate since it is based on actual spent time without the assumptions from before
-