- Feb 02, 2005
-
-
Daniel Stenberg authored
-
- Feb 01, 2005
-
-
Daniel Stenberg authored
-
- Jan 31, 2005
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Jan 29, 2005
-
-
Daniel Stenberg authored
-
- Jan 28, 2005
-
-
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.
-
- Jan 26, 2005
-
-
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
use to detect libcurl and setup variables for the protocols the installed libcurl supports: docs/libcurl/libcurl.m4
-
- Jan 22, 2005
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
if you set CURLOPT_WRITEDATA - or you will experience crashes.
-
- Jan 21, 2005
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Jan 20, 2005
-
-
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
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
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
-
- Jan 17, 2005
-
-
Daniel Stenberg authored
-
- Jan 16, 2005
-
-
Daniel Stenberg authored
-
- Jan 11, 2005
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
select() overhaul fix.
-
- Jan 08, 2005
-
-
Gisle Vanem authored
-
- Jan 04, 2005
-
-
Gisle Vanem authored
-
Daniel Stenberg authored
-
- Dec 25, 2004
-
-
Daniel Stenberg authored
host name 'ip6-localhost' in /etc/hosts (or similar) since the test case uses that host name to test the IPv6 name to address resolver.
-
- Dec 24, 2004
-
-
Daniel Stenberg authored
-
- Dec 23, 2004
-
-
Dan Fandrich authored
-
- Dec 22, 2004
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
fix one day.
-
- Dec 21, 2004
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-w option support 'http_connect' to make it easier to verify!
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Dec 18, 2004
-
-
Daniel Stenberg authored
-