Age | Commit message (Expand) | Author |
2019-03-14 | makefile: make checksrc and hugefile commands "silent" | Daniel Stenberg |
2018-11-23 | snprintf: renamed and we now only use msnprintf() | Daniel Stenberg |
2018-09-23 | whitespace fixes | Viktor Szakats |
2018-03-04 | build: get CFLAGS (including -werror) used for examples and tests | Daniel Stenberg |
2017-06-14 | includes: remove curl/curlbuild.h and curl/curlrules.h | Daniel Stenberg |
2016-04-19 | make/checksrc: use $srcdir, not $top_srcdir | Daniel Stenberg |
2016-04-18 | checksrc/makefile.am: use $top_srcdir to find source files | Daniel Stenberg |
2016-02-17 | examples/make: add 'checksrc' target | Daniel Stenberg |
2016-02-03 | URLs: change all http:// URLs to https:// | Daniel Stenberg |
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 |