summaryrefslogtreecommitdiff
path: root/docs/examples
Commit message (Expand)AuthorAgeFilesLines
* I removed leading 'curl' path on the 'curlbuild.h' include statement inYang Tse2009-11-051-2/+4
* strerror() => curl_easy_strerror()Daniel Stenberg2009-11-021-2/+2
* use stderr for error output.Gunter Knauf2009-09-101-1/+2
* fixed spelling.Gunter Knauf2009-09-101-1/+1
* add ftpgetinfoDaniel Stenberg2009-09-051-1/+1
* added ftpgetinfo sample since users asked frequently for such a sample.Gunter Knauf2009-09-051-0/+77
* added chkspeed to samples.Gunter Knauf2009-09-031-1/+1
* updated MingW32 makefile for recent external libs.Gunter Knauf2009-09-031-2/+2
* added simple chkspeed sample.Gunter Knauf2009-08-311-0/+163
* VMS adjustmentYang Tse2009-06-101-1/+3
* Use curl_off_t and CURL_FORMAT_CURL_OFF_T for file size.Yang Tse2009-06-081-2/+5
* docs/example patches for VMSYang Tse2009-06-054-7/+11
* Remove empty line used to force CVS to update the $Id date string formatYang Tse2009-05-192-2/+0
* Add empty line, to force CVS to update the $Id date string formatYang Tse2009-05-182-0/+2
* Avoid compiler warning about unused argument.Gisle Vanem2009-04-181-0/+1
* 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