summaryrefslogtreecommitdiff
path: root/docs/libcurl
Commit message (Expand)AuthorAgeFilesLines
...
* add missing error codesDaniel Stenberg2005-02-091-1/+8
* Ian Ford asked about support for the FTP command ACCT, and I discovered it isDaniel Stenberg2005-01-251-1/+5
* David Shaw contributed a fairly complete and detailed autoconf macro you canDaniel Stenberg2005-01-253-2/+216
* \fI marked \fP more function calls etc.Daniel Stenberg2005-01-221-87/+89
* If you're using libcurl as a win32 DLL, you MUST use the CURLOPT_WRITEFUNCTIONDaniel Stenberg2005-01-221-9/+13
* FTP third transfer support overhaul. See CHANGES for details.Daniel Stenberg2005-01-211-2/+14
* clarify the struct name for CURLOPT_HTTPPOSTDaniel Stenberg2005-01-211-5/+4
* Dan Torop cleaned up a few no longer used variables from David Phillips'Daniel Stenberg2005-01-111-5/+1
* added CURLINFO_HTTP_CONNECTCODEDaniel Stenberg2004-12-221-2/+8
* Jean-Marc Ranger pointed out that the returned data doesn't survive a callDaniel Stenberg2004-12-181-2/+2
* clarify that the app must free the engine listDaniel Stenberg2004-12-141-9/+10
* Document CURLINFO_SSL_ENGINES and "--engine".Gisle Vanem2004-12-131-0/+5
* CURLOPT_FTPSSLAUTH was added in 7.12.2Daniel Stenberg2004-12-031-1/+1
* As reported in Mandrake's bug tracker bug 12285Daniel Stenberg2004-11-291-1/+5
* HTTP "auth done right". See lib/README.httpauthDaniel Stenberg2004-11-241-1/+13
* tiny format fix for nicer man outputDaniel Stenberg2004-11-151-1/+1
* format mistake fixedDaniel Stenberg2004-11-121-1/+1
* clarify and update according to commit made just nowDaniel Stenberg2004-11-111-4/+8
* dates from 2038 or later now return 0x7fffffff when 32 bit time_t is usedDaniel Stenberg2004-11-111-0/+3
* 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