summaryrefslogtreecommitdiff
path: root/docs/examples
Commit message (Expand)AuthorAgeFilesLines
* make this example not only replace an internal header but also add a totallyDaniel Stenberg2009-01-121-0/+1
* Markus Koetter's adaptation of hiperfifo.c to instead use libevDaniel Stenberg2008-11-212-1/+461
* and now it compiles too!Daniel Stenberg2008-11-191-3/+2
* I updated this example to use the modern paradigms of the socket API whereDaniel Stenberg2008-11-191-13/+20
* Argument to CURLMOPT_MAXCONNECTS must be a longDan Fandrich2008-09-221-1/+1
* Checked in some grammatical and minor other fixes in the documentation andDan Fandrich2008-09-101-1/+5
* remove unnecessary typecasting of malloc()Yang Tse2008-09-063-5/+5
* remove unnecessary typecasting of realloc()Yang Tse2008-09-062-2/+4
* - Introducing CURLOPT_CERTINFO and the corresponding CURLINFO_CERTINFO. ByDaniel Stenberg2008-09-052-2/+63
* MSVC adjustmentYang Tse2008-08-314-7/+24
* 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