aboutsummaryrefslogtreecommitdiff
path: root/docs/libcurl/curl_easy_setopt.3
AgeCommit message (Collapse)Author
2005-05-12remove blank linesDaniel Stenberg
2005-05-12CURLOPT_SSLVERSION clarifiedDaniel Stenberg
2005-05-02Bryan Henderson's fine update of SSL_VERIFYPEER and SSL_VERIFYHOSTDaniel Stenberg
2005-04-18digest works in the proxyauth tooDaniel Stenberg
2005-03-04Dave Dribin made it possible to set CURLOPT_COOKIEFILE to "" to activateDaniel Stenberg
the cookie "engine" without having to provide an empty or non-existing file.
2005-01-25Ian Ford asked about support for the FTP command ACCT, and I discovered it isDaniel 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-21FTP third transfer support overhaul. See CHANGES for details.Daniel Stenberg
2005-01-21clarify the struct name for CURLOPT_HTTPPOSTDaniel Stenberg
2004-12-03CURLOPT_FTPSSLAUTH was added in 7.12.2Daniel Stenberg
2004-11-29As reported in Mandrake's bug tracker bug 12285Daniel 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-24HTTP "auth done right". See lib/README.httpauthDaniel Stenberg
2004-11-12format mistake fixedDaniel Stenberg
2004-11-11clarify and update according to commit made just nowDaniel Stenberg
2004-09-16Added CURLOPT_FTPSSLAUTHDaniel Stenberg
2004-09-01added more info on the nobodyDaniel Stenberg
2004-09-01minor edit of HTTPGETDaniel Stenberg
2004-09-01fix formatting flawDaniel Stenberg
2004-08-23added note about WRITEFUNCTION now being called with zero bytes if the fileDaniel Stenberg
to be transfered is empty
2004-08-23added more header info for PUT and POST requestsDaniel Stenberg
2004-08-17mention the reset functionDaniel Stenberg
2004-08-16summary edit: mention that some options take a curl_off_tDaniel Stenberg
2004-08-10updated the CURLOPT_POST description after input from Alan PinsteinDaniel Stenberg
2004-06-27reset CURLOPT_CUSTOMREQUEST with NULLDaniel Stenberg
2004-06-22reset CURLOPT_HTTPHEADER with NULLDaniel Stenberg
2004-06-21Added blurb for the READFUNCTION, including the new CURL_READFUNC_ABORTDaniel Stenberg
return code.
2004-06-09Setting CURLOPT_RANGE to NULL disables it.Daniel Stenberg
Setting CURLOPT_RESUME_FROM to 0 prevents a resumed transfer.
2004-06-03CURLE_FAILED_INIT is returend when an unknown option is setDaniel Stenberg
2004-06-02CURLOPT_PUT is deprecatedDaniel Stenberg
2004-05-17Seshubabu Pasam's format fixes and added notes about DER not working forDaniel Stenberg
some (SSL-)options.
2004-03-25tcp-nodelay patch by Joe HalpinDaniel Stenberg
2004-03-24Tor Arntsen's major ispell patchDaniel Stenberg
2004-03-12CURLOPT_POSTFIELDSIZE_LARGE is added in 7.11.1Daniel Stenberg
2004-03-12Added CURLOPT_POSTFIELDSIZE_LARGE to offer a large file version of theDaniel Stenberg
CURLOPT_POSTFIELDSIZE option to allow really big HTTP POSTs.
2004-03-01global dns cache is not nice, we consider it obsolete starting nowDaniel Stenberg
2004-02-27formatting update to produce better links with the new roffit versionDaniel Stenberg
2004-02-27elaborate on the URL optionDaniel Stenberg
2004-02-27Added a few options that were still not documented. Now I believe all optionsDaniel Stenberg
mentioned in the current curl/curl.h header file (that aren't marked as obsolete) are present.
2004-02-25mark the function nameDaniel Stenberg
2004-02-25added CURLOPT_SHAREDaniel Stenberg
2004-02-19very minor phrase editDaniel Stenberg
2004-02-09Dominick Meglio's updateDaniel Stenberg
2004-01-23the *_LARGE options work fine on windows in 7.11.1Daniel Stenberg
2004-01-22mark the option betterDaniel Stenberg
2004-01-22no large files on windows just yetDaniel Stenberg
2004-01-21clarified where VERBOSE output goesDaniel Stenberg
2004-01-15Peter Sylvester's CURLOPT_SSL_CTX_FUNCTION docsDaniel Stenberg
I reworded some of the intial paragraphs to avoid 'NOTE2'
2004-01-07mention that the _LARGE options are added in 7.11.0, added a header to theDaniel Stenberg
file with the standard curl blurb
2004-01-05David J Meyer's large file support.Daniel Stenberg
2004-01-05minor wording changeDaniel Stenberg
2004-01-05minor format flawDaniel Stenberg