Age | Commit message (Expand) | Author |
2013-03-12 | curl.h: stricter CURL_EXTERN linkage decorations logic | Yang Tse |
2013-01-09 | build: fix circular header inclusion with other packages | Yang Tse |
2012-12-04 | build: explain current role of LIBS in our Makefile.am files | Yang Tse |
2012-11-30 | build: prevent global LIBS from influencing examples build targets | Yang Tse |
2012-11-06 | uniformly use AM_CPPFLAGS, avoid deprecated INCLUDES | Dave Reisner |
2012-04-13 | examples: fix compiler warnings | Yang Tse |
2012-04-09 | configure: Windows cross-compilation fixes | Yang Tse |
2011-09-24 | Added header to be included by dist script. | Guenter Knauf |
2011-09-22 | Added NetWare examples makefile. | Guenter Knauf |
2011-03-12 | source header: added to more files | Daniel Stenberg |
2010-12-17 | examples: build all examples easier | Daniel Stenberg |
2010-03-24 | remove the CVSish $Id$ lines | Daniel Stenberg |
2009-11-05 | I removed leading 'curl' path on the 'curlbuild.h' include statement in | Yang Tse |
2008-08-07 | Initial support of curlbuild.h and curlrules.h which allows | Yang Tse |
2008-07-15 | add comment for include paths | Yang Tse |
2008-03-31 | Changed the makefile so the doc/examples/ programs are never built in a | Dan Fandrich |
2008-02-18 | moved sample program defines into separate Makefile.inc so that other makefil... | Gunter Knauf |
2008-02-03 | threaded-ssl.c is a little example that does multi-threaded downloads from | Daniel Stenberg |
2007-11-17 | Andres Garcia made the examples build fine on Windows (mingw + msys) when | Daniel Stenberg |
2007-09-13 | Compile samples with -DCURL_NO_OLDIES | Dan Fandrich |
2007-07-13 | The examples don't need access to curl internal source files. | Dan Fandrich |
2007-07-12 | fix include path | Daniel Stenberg |
2007-07-12 | Compile most of the example apps in docs/examples when doing a 'make check'. | Dan Fandrich |
2006-10-10 | Added ghiper.c, Jeff Pohlmeyer's example code using the curl_multi_socket() | Daniel Stenberg |
2006-09-12 | hiperfifo.c by Jeff Pohlmeyer | Daniel Stenberg |
2006-05-11 | The new ftpuploadresume.c example by Philip Bock | Daniel Stenberg |
2006-04-09 | new little example using the new conversion callbacks added in 7.15.4 | Daniel Stenberg |
2006-02-04 | Frank's synctime.c example and an updated list in README | Daniel Stenberg |
2005-08-24 | Theo Borm's example, as was posted here: | Daniel Stenberg |
2005-07-27 | Peteris Krumins added CURLOPT_COOKIELIST and CURLINFO_COOKIELIST, which is a | Daniel Stenberg |
2005-05-09 | Jeremy Brown's OpenSSL thread-locking example | Daniel Stenberg |
2005-02-02 | another example | Daniel Stenberg |
2005-01-31 | HTML <head> parsing (with libxml) example code by Lars Nilsson. | Daniel Stenberg |
2004-11-24 | HTTP "auth done right". See lib/README.httpauth | Daniel Stenberg |
2004-08-23 | debug.c is a fresh new example showing how to use the DEBUGFUNCTION to get | Daniel Stenberg |
2004-06-03 | Added example of how to use the upcoming support for FTP 3rd party transfers | Daniel Stenberg |
2004-06-03 | getinfo.c is a new tiny example that uses curl_easy_getinfo() to get the | Daniel Stenberg |
2004-05-26 | added example that makes an upload to a file:// url | Daniel Stenberg |
2004-05-24 | new example proving that the debug callback works even when the multi | Daniel Stenberg |
2004-05-13 | added https.c | Daniel Stenberg |
2003-10-03 | Peter Sylvester's curlx.c code example added | Daniel Stenberg |
2003-05-21 | Gisle Vanem made curl build with djgpp on DOS. | Daniel Stenberg |
2002-06-19 | simplepost.c shows a simple POST ;-) | Daniel Stenberg |
2002-05-13 | we don't need win32sockets.c anymore, we support this internally | Daniel Stenberg |
2002-05-13 | fopen.c added, a fopen() style emulation for URL reading | Daniel Stenberg |
2002-05-06 | Added multi-post.c, based on the source file posted by Gustaf Hui | Daniel Stenberg |
2002-03-19 | Added the three multi interface source code examples to the distrib | Daniel Stenberg |
2002-03-14 | new example for libcurl 7.9.6 or later | Daniel Stenberg |
2002-01-25 | postit.c is removed, it used the deprecated curl_formparse() and may | Daniel Stenberg |
2002-01-10 | added http-post.c | Daniel Stenberg |