aboutsummaryrefslogtreecommitdiff
path: root/docs/libcurl
AgeCommit message (Expand)Author
2005-01-25Ian Ford asked about support for the FTP command ACCT, and I discovered it isDaniel Stenberg
2005-01-25David Shaw contributed a fairly complete and detailed autoconf macro you canDaniel Stenberg
2005-01-22\fI marked \fP more function calls etc.Daniel Stenberg
2005-01-22If you're using libcurl as a win32 DLL, you MUST use the CURLOPT_WRITEFUNCTIONDaniel Stenberg
2005-01-21FTP third transfer support overhaul. See CHANGES for details.Daniel Stenberg
2005-01-21clarify the struct name for CURLOPT_HTTPPOSTDaniel Stenberg
2005-01-11Dan Torop cleaned up a few no longer used variables from David Phillips'Daniel Stenberg
2004-12-22added CURLINFO_HTTP_CONNECTCODEDaniel Stenberg
2004-12-18Jean-Marc Ranger pointed out that the returned data doesn't survive a callDaniel Stenberg
2004-12-14clarify that the app must free the engine listDaniel Stenberg
2004-12-13Document CURLINFO_SSL_ENGINES and "--engine".Gisle Vanem
2004-12-03CURLOPT_FTPSSLAUTH was added in 7.12.2Daniel Stenberg
2004-11-29As reported in Mandrake's bug tracker bug 12285Daniel Stenberg
2004-11-24HTTP "auth done right". See lib/README.httpauthDaniel Stenberg
2004-11-15tiny format fix for nicer man outputDaniel Stenberg
2004-11-12format mistake fixedDaniel Stenberg
2004-11-11clarify and update according to commit made just nowDaniel Stenberg
2004-11-11dates from 2038 or later now return 0x7fffffff when 32 bit time_t is usedDaniel Stenberg
2004-10-25format updateDaniel Stenberg
2004-10-19CURLINFO_NUM_CONNECTS and moreDaniel Stenberg
2004-10-03added info about how users get info (like the CURLcode return code) fromDaniel Stenberg
2004-10-01mention when this option was addedDaniel Stenberg
2004-09-30- Larry Campbell added CURLINFO_OS_ERRNO to curl_easy_getinfo() that allows anDaniel Stenberg
2004-09-16Added CURLOPT_FTPSSLAUTHDaniel Stenberg
2004-09-16Bertrand Demiddelaer's correctionDaniel Stenberg
2004-09-15Replaced the former date parser with a rewrite. No more yacc/bison needed.Daniel Stenberg
2004-09-02clarify CURLE_SSL_CERTPROBLEM somewhatDaniel Stenberg
2004-09-02use the correct struct name in the exampleDaniel 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-31mention when the function was added to the libDaniel Stenberg
2004-08-24returned memory should not be freedDaniel Stenberg
2004-08-23Expect: 100-continue info addedDaniel Stenberg
2004-08-23added note about WRITEFUNCTION now being called with zero bytes if the fileDaniel Stenberg
2004-08-23added more header info for PUT and POST requestsDaniel Stenberg
2004-08-17see also the reset functionDaniel Stenberg
2004-08-17mention the reset functionDaniel Stenberg
2004-08-16summary edit: mention that some options take a curl_off_tDaniel Stenberg
2004-08-11clarify that CURLE_FTP_USER_PASSWORD_INCORRECT might in fact get returnedDaniel Stenberg
2004-08-10updated the CURLOPT_POST description after input from Alan PinsteinDaniel Stenberg
2004-07-31mention this is newDaniel Stenberg
2004-07-31link to reset as wellDaniel Stenberg
2004-07-31curl_easy_reset() documentedDaniel Stenberg
2004-07-17the multi interface is not so new anymore!Daniel Stenberg
2004-07-17minor format fixDaniel Stenberg
2004-07-14Jason Nye pointed out that callbacks don't need to use the "C namespace"Daniel Stenberg
2004-07-02I prefer CURLOPT_WRITEDATA before CURLOPT_FILEDaniel Stenberg
2004-06-27reset CURLOPT_CUSTOMREQUEST with NULLDaniel Stenberg
2004-06-22reset CURLOPT_HTTPHEADER with NULLDaniel Stenberg