summaryrefslogtreecommitdiff
path: root/docs/libcurl
Commit message (Expand)AuthorAgeFilesLines
* format updateDaniel Stenberg2004-10-251-14/+18
* CURLINFO_NUM_CONNECTS and moreDaniel Stenberg2004-10-191-0/+7
* added info about how users get info (like the CURLcode return code) fromDaniel Stenberg2004-10-031-1/+9
* mention when this option was addedDaniel Stenberg2004-10-011-0/+1
* - Larry Campbell added CURLINFO_OS_ERRNO to curl_easy_getinfo() that allows anDaniel Stenberg2004-09-301-0/+2
* Added CURLOPT_FTPSSLAUTHDaniel Stenberg2004-09-161-0/+12
* Bertrand Demiddelaer's correctionDaniel Stenberg2004-09-161-1/+1
* Replaced the former date parser with a rewrite. No more yacc/bison needed.Daniel Stenberg2004-09-151-52/+64
* clarify CURLE_SSL_CERTPROBLEM somewhatDaniel Stenberg2004-09-021-1/+1
* use the correct struct name in the exampleDaniel Stenberg2004-09-021-2/+2
* added more info on the nobodyDaniel Stenberg2004-09-011-0/+4
* minor edit of HTTPGETDaniel Stenberg2004-09-011-1/+1
* fix formatting flawDaniel Stenberg2004-09-011-1/+1
* mention when the function was added to the libDaniel Stenberg2004-08-313-0/+6
* returned memory should not be freedDaniel Stenberg2004-08-241-0/+3
* Expect: 100-continue info addedDaniel Stenberg2004-08-231-0/+3
* added note about WRITEFUNCTION now being called with zero bytes if the fileDaniel Stenberg2004-08-231-0/+3
* added more header info for PUT and POST requestsDaniel Stenberg2004-08-231-3/+28
* see also the reset functionDaniel Stenberg2004-08-171-3/+1
* mention the reset functionDaniel Stenberg2004-08-171-2/+3
* summary edit: mention that some options take a curl_off_tDaniel Stenberg2004-08-161-7/+7
* clarify that CURLE_FTP_USER_PASSWORD_INCORRECT might in fact get returnedDaniel Stenberg2004-08-111-2/+3
* updated the CURLOPT_POST description after input from Alan PinsteinDaniel Stenberg2004-08-101-8/+19
* mention this is newDaniel Stenberg2004-07-311-0/+2
* link to reset as wellDaniel Stenberg2004-07-311-0/+1
* curl_easy_reset() documentedDaniel Stenberg2004-07-312-3/+26
* the multi interface is not so new anymore!Daniel Stenberg2004-07-171-5/+0
* minor format fixDaniel Stenberg2004-07-171-1/+1
* Jason Nye pointed out that callbacks don't need to use the "C namespace"Daniel Stenberg2004-07-141-9/+5
* I prefer CURLOPT_WRITEDATA before CURLOPT_FILEDaniel Stenberg2004-07-021-6/+9
* reset CURLOPT_CUSTOMREQUEST with NULLDaniel Stenberg2004-06-271-0/+2
* reset CURLOPT_HTTPHEADER with NULLDaniel Stenberg2004-06-221-0/+2
* Added blurb for the READFUNCTION, including the new CURL_READFUNC_ABORTDaniel Stenberg2004-06-211-0/+9
* updatesDaniel Stenberg2004-06-212-4/+5
* refer to the new tutorial man pageDaniel Stenberg2004-06-211-7/+5
* libcurl-tutorial.3 is the former libcurl-the-guide converted to man page formatDaniel Stenberg2004-06-212-3/+1176
* removed reference to the removed curl_formparseDaniel Stenberg2004-06-091-1/+0
* Setting CURLOPT_RANGE to NULL disables it.Daniel Stenberg2004-06-091-2/+3
* CURLE_FAILED_INIT is returend when an unknown option is setDaniel Stenberg2004-06-031-0/+4
* CURLOPT_PUT is deprecatedDaniel Stenberg2004-06-021-1/+5
* Renaud Duhaut corrected the unescaping procedureDaniel Stenberg2004-06-011-3/+2
* Seshubabu Pasam's format fixes and added notes about DER not working forDaniel Stenberg2004-05-171-21/+22
* new man pageDaniel Stenberg2004-05-121-0/+42
* updated to reflect reality!Daniel Stenberg2004-05-111-27/+34
* curl_global_init_mem() allows the memory functions to be replaced.Daniel Stenberg2004-05-112-6/+5
* minor update editsDaniel Stenberg2004-05-052-33/+19
* removed curl_formparse() from the libraryDaniel Stenberg2004-05-043-39/+18
* fixed the pdf and html for the strerror functionsDaniel Stenberg2004-05-031-4/+4
* these functions are marked to get removed from the public API "soon"Daniel Stenberg2004-04-303-9/+15
* added curl_*_strerrorDaniel Stenberg2004-04-276-131/+120