aboutsummaryrefslogtreecommitdiff
path: root/docs/libcurl
AgeCommit message (Expand)Author
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
2004-06-21Added blurb for the READFUNCTION, including the new CURL_READFUNC_ABORTDaniel Stenberg
2004-06-21updatesDaniel Stenberg
2004-06-21refer to the new tutorial man pageDaniel Stenberg
2004-06-21libcurl-tutorial.3 is the former libcurl-the-guide converted to man page formatDaniel Stenberg
2004-06-09removed reference to the removed curl_formparseDaniel Stenberg
2004-06-09Setting CURLOPT_RANGE to NULL disables it.Daniel Stenberg
2004-06-03CURLE_FAILED_INIT is returend when an unknown option is setDaniel Stenberg
2004-06-02CURLOPT_PUT is deprecatedDaniel Stenberg
2004-06-01Renaud Duhaut corrected the unescaping procedureDaniel Stenberg
2004-05-17Seshubabu Pasam's format fixes and added notes about DER not working forDaniel Stenberg
2004-05-12new man pageDaniel Stenberg
2004-05-11updated to reflect reality!Daniel Stenberg
2004-05-11curl_global_init_mem() allows the memory functions to be replaced.Daniel Stenberg
2004-05-05minor update editsDaniel Stenberg