Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-01-25 | Ian Ford asked about support for the FTP command ACCT, and I discovered it is | Daniel Stenberg | |
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. | |||
2005-01-21 | FTP third transfer support overhaul. See CHANGES for details. | Daniel Stenberg | |
2005-01-21 | clarify the struct name for CURLOPT_HTTPPOST | Daniel Stenberg | |
2004-12-03 | CURLOPT_FTPSSLAUTH was added in 7.12.2 | Daniel Stenberg | |
2004-11-29 | As reported in Mandrake's bug tracker bug 12285 | Daniel Stenberg | |
(http://qa.mandrakesoft.com/show_bug.cgi?id=12285), when connecting to an IPv6 host with FTP, --disable-epsv (or --disable-eprt) effectively disables the ability to transfer a file. Now, when connected to an FTP server with IPv6, these FTP commands can't be disabled even if asked to with the available libcurl options. | |||
2004-11-24 | HTTP "auth done right". See lib/README.httpauth | Daniel Stenberg | |
2004-11-12 | format mistake fixed | Daniel Stenberg | |
2004-11-11 | clarify and update according to commit made just now | Daniel Stenberg | |
2004-09-16 | Added CURLOPT_FTPSSLAUTH | Daniel Stenberg | |
2004-09-01 | added more info on the nobody | Daniel Stenberg | |
2004-09-01 | minor edit of HTTPGET | Daniel Stenberg | |
2004-09-01 | fix formatting flaw | Daniel Stenberg | |
2004-08-23 | added note about WRITEFUNCTION now being called with zero bytes if the file | Daniel Stenberg | |
to be transfered is empty | |||
2004-08-23 | added more header info for PUT and POST requests | Daniel Stenberg | |
2004-08-17 | mention the reset function | Daniel Stenberg | |
2004-08-16 | summary edit: mention that some options take a curl_off_t | Daniel Stenberg | |
2004-08-10 | updated the CURLOPT_POST description after input from Alan Pinstein | Daniel Stenberg | |
2004-06-27 | reset CURLOPT_CUSTOMREQUEST with NULL | Daniel Stenberg | |
2004-06-22 | reset CURLOPT_HTTPHEADER with NULL | Daniel Stenberg | |
2004-06-21 | Added blurb for the READFUNCTION, including the new CURL_READFUNC_ABORT | Daniel Stenberg | |
return code. | |||
2004-06-09 | Setting CURLOPT_RANGE to NULL disables it. | Daniel Stenberg | |
Setting CURLOPT_RESUME_FROM to 0 prevents a resumed transfer. | |||
2004-06-03 | CURLE_FAILED_INIT is returend when an unknown option is set | Daniel Stenberg | |
2004-06-02 | CURLOPT_PUT is deprecated | Daniel Stenberg | |
2004-05-17 | Seshubabu Pasam's format fixes and added notes about DER not working for | Daniel Stenberg | |
some (SSL-)options. | |||
2004-03-25 | tcp-nodelay patch by Joe Halpin | Daniel Stenberg | |
2004-03-24 | Tor Arntsen's major ispell patch | Daniel Stenberg | |
2004-03-12 | CURLOPT_POSTFIELDSIZE_LARGE is added in 7.11.1 | Daniel Stenberg | |
2004-03-12 | Added CURLOPT_POSTFIELDSIZE_LARGE to offer a large file version of the | Daniel Stenberg | |
CURLOPT_POSTFIELDSIZE option to allow really big HTTP POSTs. | |||
2004-03-01 | global dns cache is not nice, we consider it obsolete starting now | Daniel Stenberg | |
2004-02-27 | formatting update to produce better links with the new roffit version | Daniel Stenberg | |
2004-02-27 | elaborate on the URL option | Daniel Stenberg | |
2004-02-27 | Added a few options that were still not documented. Now I believe all options | Daniel Stenberg | |
mentioned in the current curl/curl.h header file (that aren't marked as obsolete) are present. | |||
2004-02-25 | mark the function name | Daniel Stenberg | |
2004-02-25 | added CURLOPT_SHARE | Daniel Stenberg | |
2004-02-19 | very minor phrase edit | Daniel Stenberg | |
2004-02-09 | Dominick Meglio's update | Daniel Stenberg | |
2004-01-23 | the *_LARGE options work fine on windows in 7.11.1 | Daniel Stenberg | |
2004-01-22 | mark the option better | Daniel Stenberg | |
2004-01-22 | no large files on windows just yet | Daniel Stenberg | |
2004-01-21 | clarified where VERBOSE output goes | Daniel Stenberg | |
2004-01-15 | Peter Sylvester's CURLOPT_SSL_CTX_FUNCTION docs | Daniel Stenberg | |
I reworded some of the intial paragraphs to avoid 'NOTE2' | |||
2004-01-07 | mention that the _LARGE options are added in 7.11.0, added a header to the | Daniel Stenberg | |
file with the standard curl blurb | |||
2004-01-05 | David J Meyer's large file support. | Daniel Stenberg | |
2004-01-05 | minor wording change | Daniel Stenberg | |
2004-01-05 | minor format flaw | Daniel Stenberg | |
2003-12-22 | Andrés García added CURLOPT_IPRESOLVE | Daniel Stenberg | |
2003-12-04 | minor edit of the PRIVATE option | Daniel Stenberg | |
2003-11-12 | mention it was added in 7.10.9 | Daniel Stenberg | |
2003-11-11 | Added CURLOPT_NETRC_FILE. | Daniel Stenberg | |
2003-11-07 | Removed references to the no-longer existing PASSWDFUNCTION. That option | Daniel Stenberg | |
existed in 7.10.7 and earlier, but has since been cut out. |