aboutsummaryrefslogtreecommitdiff
path: root/docs/examples
AgeCommit message (Expand)Author
2004-08-12removed trailing whitespace, indented to curl-style levelsDaniel Stenberg
2004-06-30Another Gisle updateDaniel Stenberg
2004-06-29Gisle's updateDaniel Stenberg
2004-06-03Added example of how to use the upcoming support for FTP 3rd party transfersDaniel Stenberg
2004-06-03getinfo.c is a new tiny example that uses curl_easy_getinfo() to get theDaniel Stenberg
2004-05-26added example that makes an upload to a file:// urlDaniel Stenberg
2004-05-26strip trailing whitespaceDaniel Stenberg
2004-05-24new example proving that the debug callback works even when the multiDaniel Stenberg
2004-05-24remove trailing whitespaceDaniel Stenberg
2004-05-24multi interface, debug callbackDaniel Stenberg
2004-05-19language!Daniel Stenberg
2004-05-19Set CURLOPT_USERAGENT tooDaniel Stenberg
2004-05-13added https.cDaniel Stenberg
2004-05-13basic https fetching scriptDaniel Stenberg
2004-04-02if select returns -1, bail out of the loopDaniel Stenberg
2004-03-28use the correct structDaniel Stenberg
2004-02-09Ken Rastatter's fixes to improve portability of this example:Daniel Stenberg
2004-01-05David J Meyer's large file support.Daniel Stenberg
2003-12-18typecast the size to long for platforms where st_size is off_tDaniel Stenberg
2003-12-18clarified the URL part based on the problems Martin Hilpert hadDaniel Stenberg
2003-12-08removed old version checksDaniel Stenberg
2003-12-08use the newer option namesDaniel Stenberg
2003-11-19cut off old crappy win32 comments and use the proper global_init insteadDaniel Stenberg
2003-11-19cleaned upDaniel Stenberg
2003-11-19remove the wrong win32 comment and use global_initDaniel Stenberg
2003-10-03Peter Sylvester's curlx.c code example addedDaniel Stenberg
2003-08-28Henrik Storner's rewrite that includes a nice usage of curl_multi_info_read()Daniel Stenberg
2003-08-11Vincent Sanders's massive update of this example code. One could argueDaniel Stenberg
2003-05-21 Gisle Vanem made curl build with djgpp on DOS.Daniel Stenberg
2003-05-20missing semicolon, by Gisle VanemDaniel Stenberg
2003-03-17Andy Cedilnik's correctionsDaniel Stenberg
2003-03-10no the data is not freed, this is left for the app to do when neededDaniel Stenberg
2003-01-27made it workDaniel Stenberg
2003-01-09fixDaniel Stenberg
2003-01-09call curl_multi_perform() correctlyDaniel Stenberg
2002-12-03Jeff pointed out this flaw in the exampleDaniel Stenberg
2002-11-22don't use curl.haxx.seDaniel Stenberg
2002-08-14re-order the compiler arguments to keep more compiler happyDaniel Stenberg
2002-08-12added comment about CURLOPT_WRITEDATA for directing contents somewhereDaniel Stenberg
2002-08-08makes things betterDaniel Stenberg
2002-06-19removed the php/examples reference as that dir is not in the archivesDaniel Stenberg
2002-06-19simplified the compile line even moreDaniel Stenberg
2002-06-19simplepost.c shows a simple POST ;-)Daniel Stenberg
2002-05-13we don't need win32sockets.c anymore, we support this internallyDaniel Stenberg
2002-05-13fopen.c added, a fopen() style emulation for URL readingDaniel Stenberg
2002-05-06Added multi-post.c, based on the source file posted by Gustaf HuiDaniel Stenberg
2002-03-19Added the three multi interface source code examples to the distribDaniel Stenberg
2002-03-19fixed include and added headerDaniel Stenberg
2002-03-14new example for libcurl 7.9.6 or laterDaniel Stenberg
2002-03-11corrected the use of the progress functionDaniel Stenberg