summaryrefslogtreecommitdiff
path: root/docs/examples
Commit message (Expand)AuthorAgeFilesLines
* Pick-up programs from Makefile.inc.Gisle Vanem2008-08-171-8/+3
* Fixed unused variable warningDan Fandrich2008-08-141-1/+0
* httpcustomheader.c is a new tiny example showing a HTTP request with a customDaniel Stenberg2008-08-132-1/+39
* Initial support of curlbuild.h and curlrules.h which allowsYang Tse2008-08-071-1/+3
* add comment for include pathsYang Tse2008-07-151-0/+7
* Added libidn libs as needed. Added compilation of sendrecv.cGisle Vanem2008-07-081-1/+5
* Fixed a surprising number of example programs that were passing int argumentsDan Fandrich2008-05-2228-61/+63
* change the code style to be more curlish, and changed some of the outputDaniel Stenberg2008-05-191-14/+19
* removed lots of warningsDaniel Stenberg2008-05-161-23/+29
* Included stdint.h to get the intptr_t type (needed on OpenBSD at least).Dan Fandrich2008-05-151-0/+1
* - Introducing curl_easy_send() and curl_easy_recv(). They can be used to sendDaniel Stenberg2008-05-122-1/+119
* 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