aboutsummaryrefslogtreecommitdiff
path: root/docs/examples
AgeCommit message (Expand)Author
2006-10-20made the arrow for 'Send SSL data' point in the right direction!Daniel Stenberg
2006-10-13Added comments about checking return code and the maxfd counterDaniel Stenberg
2006-10-12ghiper now uses the timer callback in the multi interfaceDaniel Stenberg
2006-10-10repair id stringDaniel Stenberg
2006-10-10Added ghiper.c, Jeff Pohlmeyer's example code using the curl_multi_socket()Daniel Stenberg
2006-10-08slightly improvedDaniel Stenberg
2006-09-13Use CSOURCES as other makefiles. Add line for dependency generation.Gisle Vanem
2006-09-12hiperfifo.c by Jeff PohlmeyerDaniel Stenberg
2006-09-12example code by Michael WallnerDaniel Stenberg
2006-07-05Prevent definition of HAVE_WINxxx_H symbols and avoid inclusion of Windows he...Yang Tse
2006-06-30typecast the number passed to CURLOPT_INFILESIZE_LARGE as a curl_off_tDaniel Stenberg
2006-05-11The new ftpuploadresume.c example by Philip BockDaniel Stenberg
2006-05-02Make this code use the proper pointersDaniel Stenberg
2006-04-09new little example using the new conversion callbacks added in 7.15.4Daniel Stenberg
2006-02-04Frank's synctime.c example and an updated list in READMEDaniel Stenberg
2005-12-14Rene Bernhardt's correctionsDaniel Stenberg
2005-10-10make it compile warning-free and free() the memory before exitDaniel Stenberg
2005-08-24Theo Borm's example, as was posted here:Daniel Stenberg
2005-07-28fixed example since this is how the interface works nowDaniel Stenberg
2005-07-27Peteris Krumins added CURLOPT_COOKIELIST and CURLINFO_COOKIELIST, which is aDaniel Stenberg
2005-05-09Jeremy Brown's OpenSSL thread-locking exampleDaniel Stenberg
2005-02-09Some functions are static here, but extern in libxml'sGisle Vanem
2005-02-04fix typeDaniel Stenberg
2005-02-02another exampleDaniel Stenberg
2005-02-02HTML parsing example with libtidy, by Jeff PohlmeyerDaniel Stenberg
2005-01-31somewhat nicer libcurl usageDaniel Stenberg
2005-01-31htmltitleDaniel Stenberg
2005-01-31HTML <head> parsing (with libxml) example code by Lars Nilsson.Daniel Stenberg
2005-01-21FTP third transfer support overhaul. See CHANGES for details.Daniel Stenberg
2005-01-20If you give a *_LARGE option you MUST make sure that the type of the passed-inDaniel Stenberg
2005-01-19add a URL to an article about making Apache support PUTDaniel Stenberg
2004-11-26Added anyauthput.exe.Gisle Vanem
2004-11-24HTTP "auth done right". See lib/README.httpauthDaniel Stenberg
2004-11-22trying a version with URLs for all function callsDaniel Stenberg
2004-11-22removed trailing whitespaceDaniel Stenberg
2004-11-22removed unused variable and trailing whitespaceDaniel Stenberg
2004-11-22remove curl_ prefix from functions not present in libcurlDaniel Stenberg
2004-11-22re-indented to curl styleDaniel Stenberg
2004-11-22renamed curl_thread to my_thread to avoid confusionDaniel Stenberg
2004-11-22add URLs in comments for all libcurl function callsDaniel Stenberg
2004-11-21added comment for windows people about READFUNCTION being neededDaniel Stenberg
2004-11-16mention the openssl callbacks for SSL multithreadDaniel Stenberg
2004-11-02modified to not use realloc() on a NULL pointerDaniel Stenberg
2004-10-16Open "debugit" in binary mode ("rb").Gisle Vanem
2004-10-06*** empty log message ***Gisle Vanem
2004-10-06removed tabs and trailing whitespace from sourceDaniel Stenberg
2004-08-23stripped trailing whitespaceDaniel Stenberg
2004-08-23lost of more into on how to tweak some headersDaniel Stenberg
2004-08-23debug.c is a fresh new example showing how to use the DEBUGFUNCTION to getDaniel Stenberg
2004-08-12removed trailing whitespace, indented to curl-style levelsDaniel Stenberg