summaryrefslogtreecommitdiff
path: root/docs/examples/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* whitespace fixesViktor Szakats2018-09-231-1/+1
* build: get CFLAGS (including -werror) used for examples and testsDaniel Stenberg2018-03-041-1/+4
* includes: remove curl/curlbuild.h and curl/curlrules.hDaniel Stenberg2017-06-141-6/+2
* make/checksrc: use $srcdir, not $top_srcdirDaniel Stenberg2016-04-191-1/+1
* checksrc/makefile.am: use $top_srcdir to find source filesDaniel Stenberg2016-04-181-1/+1
* examples/make: add 'checksrc' targetDaniel Stenberg2016-02-171-1/+4
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* curl.h: stricter CURL_EXTERN linkage decorations logicYang Tse2013-03-121-1/+0
* build: fix circular header inclusion with other packagesYang Tse2013-01-091-1/+1
* build: explain current role of LIBS in our Makefile.am filesYang Tse2012-12-041-1/+1
* build: prevent global LIBS from influencing examples build targetsYang Tse2012-11-301-2/+11
* uniformly use AM_CPPFLAGS, avoid deprecated INCLUDESDave Reisner2012-11-061-5/+4
* examples: fix compiler warningsYang Tse2012-04-131-1/+1
* configure: Windows cross-compilation fixesYang Tse2012-04-091-6/+6
* Added header to be included by dist script.Guenter Knauf2011-09-241-1/+1
* Added NetWare examples makefile.Guenter Knauf2011-09-221-1/+1
* source header: added to more filesDaniel Stenberg2011-03-121-0/+19
* examples: build all examples easierDaniel Stenberg2010-12-171-1/+1
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
* I removed leading 'curl' path on the 'curlbuild.h' include statement inYang Tse2009-11-051-2/+4
* 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
* Changed the makefile so the doc/examples/ programs are never built in aDan Fandrich2008-03-311-1/+1
* moved sample program defines into separate Makefile.inc so that other makefil...Gunter Knauf2008-02-181-15/+5
* threaded-ssl.c is a little example that does multi-threaded downloads fromDaniel Stenberg2008-02-031-1/+1
* Andres Garcia made the examples build fine on Windows (mingw + msys) whenDaniel Stenberg2007-11-171-1/+7
* Compile samples with -DCURL_NO_OLDIESDan Fandrich2007-09-131-0/+1
* The examples don't need access to curl internal source files.Dan Fandrich2007-07-131-3/+1
* 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
* Added ghiper.c, Jeff Pohlmeyer's example code using the curl_multi_socket()Daniel Stenberg2006-10-101-1/+1
* hiperfifo.c by Jeff PohlmeyerDaniel Stenberg2006-09-121-1/+2
* The new ftpuploadresume.c example by Philip BockDaniel Stenberg2006-05-111-1/+1
* new little example using the new conversion callbacks added in 7.15.4Daniel Stenberg2006-04-091-1/+1
* Frank's synctime.c example and an updated list in READMEDaniel Stenberg2006-02-041-1/+1
* Theo Borm's example, as was posted here:Daniel Stenberg2005-08-241-1/+1
* Peteris Krumins added CURLOPT_COOKIELIST and CURLINFO_COOKIELIST, which is aDaniel Stenberg2005-07-271-1/+2
* Jeremy Brown's OpenSSL thread-locking exampleDaniel Stenberg2005-05-091-1/+1
* another exampleDaniel Stenberg2005-02-021-1/+1
* HTML <head> parsing (with libxml) example code by Lars Nilsson.Daniel Stenberg2005-01-311-1/+1
* HTTP "auth done right". See lib/README.httpauthDaniel Stenberg2004-11-241-1/+2
* debug.c is a fresh new example showing how to use the DEBUGFUNCTION to getDaniel Stenberg2004-08-231-1/+1
* Added example of how to use the upcoming support for FTP 3rd party transfersDaniel Stenberg2004-06-031-1/+1
* getinfo.c is a new tiny example that uses curl_easy_getinfo() to get theDaniel Stenberg2004-06-031-1/+1
* added example that makes an upload to a file:// urlDaniel Stenberg2004-05-261-1/+1
* new example proving that the debug callback works even when the multiDaniel Stenberg2004-05-241-1/+2
* added https.cDaniel Stenberg2004-05-131-5/+4
* Peter Sylvester's curlx.c code example addedDaniel Stenberg2003-10-031-1/+1
* Gisle Vanem made curl build with djgpp on DOS.Daniel Stenberg2003-05-211-1/+1
* simplepost.c shows a simple POST ;-)Daniel Stenberg2002-06-191-1/+1