ade1e79b | 27-Jan-2005 |
Daniel Stenberg |
verify a part of the PORT line |
2415724d | 26-Jan-2005 |
Daniel Stenberg |
Make the server ignore the given PORT address, to make it possible to test curl's -P option easier. |
5463177f | 26-Jan-2005 |
Daniel Stenberg |
added more official web and download mirrors |
4efd751e | 26-Jan-2005 |
Daniel Stenberg |
new curlpp URL |
2337efc3 | 26-Jan-2005 |
Daniel Stenberg |
fixed sort, mention C, the java binding is now maintained by Vic Hanson |
b942a25a | 25-Jan-2005 |
Daniel Stenberg |
add number to the bugs to make them easier to refer to |
beab9a96 | 25-Jan-2005 |
Daniel Stenberg |
two known bugs |
177dbc7b | 25-Jan-2005 |
Daniel Stenberg |
Ian Ford asked about support for the FTP command ACCT, and I discovered it is present in RFC959... so now (lib)curl supports it as well. --ftp-account and CURLOPT_FTP_ACCOUNT set the account
Ian Ford asked about support for the FTP command ACCT, and I discovered it is 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.
show more ...
|
f2e71edc | 25-Jan-2005 |
Daniel Stenberg |
A minor "syntax error" in numerous test files corrected |
fad6e5a5 | 25-Jan-2005 |
Daniel Stenberg |
new web mirror |
52f6c437 | 25-Jan-2005 |
Daniel Stenberg |
--protocols is added in 7.13.0 |
80a8be63 | 25-Jan-2005 |
Daniel Stenberg |
David Shaw contributed a fairly complete and detailed autoconf macro you can use to detect libcurl and setup variables for the protocols the installed libcurl supports: docs/libcurl/libcurl.m4 |
043d70fc | 25-Jan-2005 |
Daniel Stenberg |
Use plain structs and not typedef'ed ones in the hash and linked-list code. |
4f7e9589 | 23-Jan-2005 |
Daniel Stenberg |
two options less |
53143910 | 22-Jan-2005 |
Daniel Stenberg |
\fI marked \fP more function calls etc. |
95656cd7 | 22-Jan-2005 |
Daniel Stenberg |
If you're using libcurl as a win32 DLL, you MUST use the CURLOPT_WRITEFUNCTION if you set CURLOPT_WRITEDATA - or you will experience crashes. |
d8f79b26 | 22-Jan-2005 |
Daniel Stenberg |
next release will be 7.13.0 |
51da8552 | 22-Jan-2005 |
Daniel Stenberg |
added a few items I plan to do |
7e42cb61 | 21-Jan-2005 |
Daniel Stenberg |
FTP third transfer support overhaul. See CHANGES for details. |
6c038680 | 21-Jan-2005 |
Daniel Stenberg |
clarify the struct name for CURLOPT_HTTPPOST |
291a908f | 20-Jan-2005 |
Daniel Stenberg |
Added support for "verify" => "stripfile" to strip contents of the file that is being checked. Also made the server retrying sleep only one second instead of three, to reduce some wa
Added support for "verify" => "stripfile" to strip contents of the file that 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.
show more ...
|
b264a03f | 20-Jan-2005 |
Daniel Stenberg |
Support file names passed to RETR that don't start with a number. In that case, all non-numeric prefixing letters are cut off to figure out the test number. |
7472ede3 | 20-Jan-2005 |
Daniel Stenberg |
Philippe Hameau found out that -Q "+[command]" didn't work, although some code was written for it. I fixed and added test case 227 to verify it. The curl.1 man page didn't mention the '+' so
Philippe Hameau found out that -Q "+[command]" didn't work, although some code 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.
show more ...
|
b5065e46 | 20-Jan-2005 |
Daniel Stenberg |
add support for NOOP |
8dd799b4 | 20-Jan-2005 |
Daniel Stenberg |
If you give a *_LARGE option you MUST make sure that the type of the passed-in argument is a curl_off_t. If you use CURLOPT_INFILESIZE (without _LARGE) you must make sure that to pass in a ty
If you give a *_LARGE option you MUST make sure that the type of the passed-in 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. */
show more ...
|