aboutsummaryrefslogtreecommitdiff
path: root/docs/examples
AgeCommit message (Expand)Author
2008-01-20This is a multi threaded application that uses a progress bar to showDaniel Stenberg
2007-11-17Andres Garcia made the examples build fine on Windows (mingw + msys) whenDaniel Stenberg
2007-11-07Add a call to curl_global_cleanup to show how to do a proper shutdown.Dan Fandrich
2007-11-05Andres Garcia made it build and run on windowsDaniel Stenberg
2007-09-13Compile samples with -DCURL_NO_OLDIESDan Fandrich
2007-09-13Remove remaining traces of ftp3rdparty.c and mention htmltidy.cDan Fandrich
2007-08-30Renamed several libcurl error codes and options to make them more generalDan Fandrich
2007-08-17ignore all the binaries and the .deps and .libsDaniel Stenberg
2007-08-11Patrick Monnerat modified the LDAP code and approach in curl. Starting now,Daniel Stenberg
2007-07-16Fixed some more simple compile warnings in the examples.Dan Fandrich
2007-07-13The examples don't need access to curl internal source files.Dan Fandrich
2007-07-12Fixed some compile warnings and errors and improved portability in theDan Fandrich
2007-07-12make it compile fineDaniel Stenberg
2007-07-12fix include pathDaniel Stenberg
2007-07-12Compile most of the example apps in docs/examples when doing a 'make check'.Dan Fandrich
2007-07-06add note about windows and dlls with CURLOPT_WRITEDATADaniel Stenberg
2007-06-27James Bursa's improvementDaniel Stenberg
2007-06-27fix little flaw that could make the transfer loop end prematurelyDaniel Stenberg
2007-05-02- Jeff Pohlmeyer improved the hiperfifo.c example to use theDaniel Stenberg
2007-03-17Added cvs id. Use TOPDIR variable. Updated CSOURCES.Gisle Vanem
2006-11-19Frank Teo provided an updated, mostly docs changedDaniel Stenberg
2006-11-08ok stop using old and deprecated optionsDaniel Stenberg
2006-10-29Compiler warning fixYang Tse
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