summaryrefslogtreecommitdiff
path: root/docs/examples
Commit message (Expand)AuthorAgeFilesLines
* Internal time differences now use monotonic time source if available.Yang Tse2008-05-091-1/+1
* return 0 not -1 at end of data!Daniel Stenberg2008-04-121-1/+1
* Give a hint as to why a url_fopen failed.Dan Fandrich2008-04-041-3/+3
* Made sure that curl_global_init is called in all the multithreadedDan Fandrich2008-04-034-14/+29
* removed unused var.Gunter Knauf2008-04-021-1/+0
* Changed the makefile so the doc/examples/ programs are never built in aDan Fandrich2008-03-313-4/+4
* fix code that is normally #ifdef'ed outDaniel Stenberg2008-03-131-2/+2
* Michal Marek's cleanup of how curl_easy_setopt() is used in examples andDaniel Stenberg2008-02-275-10/+10
* now builds and runs with GnuTLS-built libcurls tooDaniel Stenberg2008-02-231-4/+25
* fixed missing header; changed bail out from exit() to return().Gunter Knauf2008-02-211-1/+2
* reformatted comment.Gunter Knauf2008-02-201-4/+3
* added read callback function in order to prevent crashs on Win32 when linked ...Gunter Knauf2008-02-201-6/+19
* fix for new codestyle.Gunter Knauf2008-02-191-1/+1
* made changes to work with Win32;Gunter Knauf2008-02-191-8/+11
* added makefile for MingW32 to build most of the samples.Gunter Knauf2008-02-181-0/+135
* moved sample program defines into separate Makefile.inc so that other makefil...Gunter Knauf2008-02-182-15/+21
* threaded-ssl.c is a little example that does multi-threaded downloads fromDaniel Stenberg2008-02-032-1/+125
* This is a multi threaded application that uses a progress bar to showDaniel Stenberg2008-01-201-0/+217
* Andres Garcia made the examples build fine on Windows (mingw + msys) whenDaniel Stenberg2007-11-171-1/+7
* Add a call to curl_global_cleanup to show how to do a proper shutdown.Dan Fandrich2007-11-071-0/+3
* Andres Garcia made it build and run on windowsDaniel Stenberg2007-11-051-0/+7
* Compile samples with -DCURL_NO_OLDIESDan Fandrich2007-09-131-0/+1
* Remove remaining traces of ftp3rdparty.c and mention htmltidy.cDan Fandrich2007-09-132-5/+5
* Renamed several libcurl error codes and options to make them more generalDan Fandrich2007-08-302-3/+3
* ignore all the binaries and the .deps and .libsDaniel Stenberg2007-08-171-0/+28
* Patrick Monnerat modified the LDAP code and approach in curl. Starting now,Daniel Stenberg2007-08-111-2/+1
* Fixed some more simple compile warnings in the examples.Dan Fandrich2007-07-169-9/+12
* The examples don't need access to curl internal source files.Dan Fandrich2007-07-131-3/+1
* Fixed some compile warnings and errors and improved portability in theDan Fandrich2007-07-1223-169/+71
* make it compile fineDaniel Stenberg2007-07-121-0/+5
* fix include pathDaniel Stenberg2007-07-121-1/+1
* Compile most of the example apps in docs/examples when doing a 'make check'.Dan Fandrich2007-07-121-14/+28
* add note about windows and dlls with CURLOPT_WRITEDATADaniel Stenberg2007-07-061-5/+7
* James Bursa's improvementDaniel Stenberg2007-06-271-10/+21
* fix little flaw that could make the transfer loop end prematurelyDaniel Stenberg2007-06-271-0/+2
* - Jeff Pohlmeyer improved the hiperfifo.c example to use theDaniel Stenberg2007-05-021-11/+6
* Added cvs id. Use TOPDIR variable. Updated CSOURCES.Gisle Vanem2007-03-171-11/+16
* Frank Teo provided an updated, mostly docs changedDaniel Stenberg2006-11-191-2/+15
* ok stop using old and deprecated optionsDaniel Stenberg2006-11-081-7/+4
* Compiler warning fixYang Tse2006-10-291-1/+8
* made the arrow for 'Send SSL data' point in the right direction!Daniel Stenberg2006-10-201-3/+3
* Added comments about checking return code and the maxfd counterDaniel Stenberg2006-10-137-0/+27
* ghiper now uses the timer callback in the multi interfaceDaniel Stenberg2006-10-122-16/+17
* repair id stringDaniel Stenberg2006-10-101-1/+1
* Added ghiper.c, Jeff Pohlmeyer's example code using the curl_multi_socket()Daniel Stenberg2006-10-102-1/+463
* slightly improvedDaniel Stenberg2006-10-081-0/+4
* Use CSOURCES as other makefiles. Add line for dependency generation.Gisle Vanem2006-09-131-7/+9
* hiperfifo.c by Jeff PohlmeyerDaniel Stenberg2006-09-123-5/+424
* example code by Michael WallnerDaniel Stenberg2006-09-121-0/+163
* Prevent definition of HAVE_WINxxx_H symbols and avoid inclusion of Windows he...Yang Tse2006-07-051-0/+2