aboutsummaryrefslogtreecommitdiff
path: root/docs/examples
AgeCommit message (Expand)Author
2008-05-19change the code style to be more curlish, and changed some of the outputDaniel Stenberg
2008-05-16removed lots of warningsDaniel Stenberg
2008-05-15Included stdint.h to get the intptr_t type (needed on OpenBSD at least).Dan Fandrich
2008-05-12- Introducing curl_easy_send() and curl_easy_recv(). They can be used to sendDaniel Stenberg
2008-05-09Internal time differences now use monotonic time source if available.Yang Tse
2008-04-12return 0 not -1 at end of data!Daniel Stenberg
2008-04-04Give a hint as to why a url_fopen failed.Dan Fandrich
2008-04-03Made sure that curl_global_init is called in all the multithreadedDan Fandrich
2008-04-02removed unused var.Gunter Knauf
2008-03-31Changed the makefile so the doc/examples/ programs are never built in aDan Fandrich
2008-03-13fix code that is normally #ifdef'ed outDaniel Stenberg
2008-02-27Michal Marek's cleanup of how curl_easy_setopt() is used in examples andDaniel Stenberg
2008-02-23now builds and runs with GnuTLS-built libcurls tooDaniel Stenberg
2008-02-21fixed missing header; changed bail out from exit() to return().Gunter Knauf
2008-02-20reformatted comment.Gunter Knauf
2008-02-20added read callback function in order to prevent crashs on Win32 when linked ...Gunter Knauf
2008-02-19fix for new codestyle.Gunter Knauf
2008-02-19made changes to work with Win32;Gunter Knauf
2008-02-18added makefile for MingW32 to build most of the samples.Gunter Knauf
2008-02-18moved sample program defines into separate Makefile.inc so that other makefil...Gunter Knauf
2008-02-03threaded-ssl.c is a little example that does multi-threaded downloads fromDaniel Stenberg
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