summaryrefslogtreecommitdiff
path: root/docs/examples/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* uniformly use AM_CPPFLAGS, avoid deprecated INCLUDESDave Reisner2012-11-061-5/+4
| | | | | | | | | | | | | Since automake 1.12.4, the warnings are issued on running automake: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS') Avoid INCLUDES and roll these flags into AM_CPPFLAGS. Compile tested on: Ubuntu 10.04 (automake 1:1.11.1-1) Ubuntu 12.04 (automake 1:1.11.3-1ubuntu2) Arch Linux (automake 1.12.4)
* examples: fix compiler warningsYang Tse2012-04-131-1/+1
|
* configure: Windows cross-compilation fixesYang Tse2012-04-091-6/+6
| | | | | | BUILDING_LIBCURL and CURL_STATICLIB are no longer defined in curl_config.h, configure will generate appropriate conditionals so that mentioned symbols get defined and used in Makefiles at compilation time
* Added header to be included by dist script.Guenter Knauf2011-09-241-1/+1
| | | | Probably the wrong place, but I dont know better.
* 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
| | | | | curl.h, adjusting auto-makefiles include path, to enhance portability to OS's without an orthogonal directory tree structure such as OS/400.
* Initial support of curlbuild.h and curlrules.h which allowsYang Tse2008-08-071-1/+3
| | | | to have a curl_off_t data type no longer gated to off_t.
* 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
| | | | | normal build/install (only with the 'make check' target), so that a build failure in the examples isn't fatal.
* moved sample program defines into separate Makefile.inc so that other ↵Gunter Knauf2008-02-181-15/+5
| | | | makefiles can pick up the defines from there.
* threaded-ssl.c is a little example that does multi-threaded downloads fromDaniel Stenberg2008-02-031-1/+1
| | | | | HTTPS sites with OpenSSL-enabled libcurl (and pthreads) and thus do the thread-locking and things openssl-style.
* Andres Garcia made the examples build fine on Windows (mingw + msys) whenDaniel Stenberg2007-11-171-1/+7
| | | | the lib was built staticly.
* 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
| | | | API with glib2
* 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
| | | | http://curl.haxx.se/mail/lib-2005-08/0163.html
* Peteris Krumins added CURLOPT_COOKIELIST and CURLINFO_COOKIELIST, which is aDaniel Stenberg2005-07-271-1/+2
| | | | | simple interface to extracting and setting cookies in libcurl's internal "cookie jar". See the new cookie_interface.c example code.
* 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
| | | | lots of fine info from a transfer
* 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
| | | | content-type after a transfer.
* 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
| | | | interface is used
* 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
|
* we don't need win32sockets.c anymore, we support this internallyDaniel Stenberg2002-05-131-1/+1
|
* fopen.c added, a fopen() style emulation for URL readingDaniel Stenberg2002-05-131-5/+6
|
* Added multi-post.c, based on the source file posted by Gustaf HuiDaniel Stenberg2002-05-061-1/+1
|
* Added the three multi interface source code examples to the distribDaniel Stenberg2002-03-191-1/+2
|
* new example for libcurl 7.9.6 or laterDaniel Stenberg2002-03-141-1/+1
|
* postit.c is removed, it used the deprecated curl_formparse() and mayDaniel Stenberg2002-01-251-1/+1
| | | | encourage people to use bad functions
* added http-post.cDaniel Stenberg2002-01-101-1/+1
|
* another example source addedcurl-7_9_3-pre1Daniel Stenberg2002-01-081-1/+1
|
* Götz Babin-Ebell's contributed "simplessl.c" example source codeDaniel Stenberg2001-12-181-1/+2
|
* Added httpput.cDaniel Stenberg2001-09-251-1/+1
|
* added ftpupload.cDaniel Stenberg2001-08-291-1/+1
|