- Jan 29, 2005
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
libcurl leaked the last Location: URL.
-
- Jan 28, 2005
-
-
Daniel Stenberg authored
timed out" even though the reason was different. Fixed this problem by not setting this timeout to zero when using multi.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
curl_easy_perform() invokes. It was previously unlocked at disconnect, which could mean that it remained locked between multiple transfers. The DNS cache may not live as long as the connection cache does, as they are separate. To deal with the lack of DNS (host address) data availability in re-used connections, libcurl now keeps a copy of the IP adress as a string, to be able to show it even on subsequent requests on the same connection.
-
Daniel Stenberg authored
when built ipv6-enabled. I've now made a fix for it. Writing test cases for custom port strings turned too tricky so unfortunately there's none.
-
- Jan 27, 2005
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
to allow the contents of the env var decide the file name.
-
Daniel Stenberg authored
a free-without-alloc as the first call
-
Daniel Stenberg authored
variable to allow the test suite to better control where it ends up.
-
Daniel Stenberg authored
-
- Jan 26, 2005
-
-
Daniel Stenberg authored
curl's -P option easier.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Jan 25, 2005
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
present in RFC959... so now (lib)curl supports it as well. --ftp-account and CURLOPT_FTP_ACCOUNT set the account string. (The server may ask for an account string after PASS have been sent away. The client responds with "ACCT [account string]".) Added test case 228 and 229 to verify the functionality. Updated the test FTP server to support ACCT somewhat.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
use to detect libcurl and setup variables for the protocols the installed libcurl supports: docs/libcurl/libcurl.m4
-
Daniel Stenberg authored
-
- Jan 23, 2005
-
-
Daniel Stenberg authored
-
- Jan 22, 2005
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
if you set CURLOPT_WRITEDATA - or you will experience crashes.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Jan 21, 2005
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Jan 20, 2005
-
-
Daniel Stenberg authored
is being checked. Also made the server retrying sleep only one second instead of three, to reduce some waiting when fooling around with the servers.
-
Daniel Stenberg authored
case, all non-numeric prefixing letters are cut off to figure out the test number.
-
Daniel Stenberg authored
was written for it. I fixed and added test case 227 to verify it. The curl.1 man page didn't mention the '+' so I added it.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
argument is a curl_off_t. If you use CURLOPT_INFILESIZE (without _LARGE) you must make sure that to pass in a type 'long' argument. */
-
- Jan 19, 2005
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
contains %0a or %0d in the user, password or CWD parts. (A future fix would include doing it for %00 as well - see KNOWN_BUGS for details.) Test case 225 and 226 were added to verify this
-
Daniel Stenberg authored
-