Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-12-31 | examples: Rename before adding additional email examples | Steve Holme | |
2013-12-31 | examples: Added SMTP EXPN command example | Steve Holme | |
2013-11-28 | sessioninfo.c: Added sample code for CURLINFO_TLS_SESSION | Christian Grothoff | |
Added a simple example to show how one can use CURLINFO_TLS_SESSION for obtaining extensive TLS certificate information. | |||
2013-09-29 | postinmemory: new example | Daniel Stenberg | |
This is similar to getinmemory.c but with an initial POST. Combined-by: Ulf Samuelsson | |||
2013-07-03 | examples: Moved usercertinmem.c to COMPLICATED_EXAMPLES | Dan Fandrich | |
This prevents it from being built during a "make check" since it depends on OpenSSL. | |||
2013-05-19 | tarball: include the xmlstream example | Daniel Stenberg | |
2013-04-18 | usercertinmem.c: add example showing user cert in memory | Ishan SinghLevett | |
Relies on CURLOPT_SSL_CTX_FUNCTION, which is OpenSSL specific | |||
2013-03-27 | Added libuv example multi-uv.c | Clemens Gruber | |
2012-11-21 | htmltitle: use .cpp extension for C++ examples | Daniel Stenberg | |
2012-11-21 | examples: Added a c++ example of using multi with boost::asio | Lijo Antony | |
Added an example for demonstrating the usage of curl multi interface with boost::asio in c++ | |||
2012-10-18 | href_extractor: example code extracting href elements | Michał Kowalczyk | |
It does so in a streaming manner using the "Streaming HTML parser". | |||
2012-08-27 | ftpsget: simple example showing a FTPS fetch | Daniel Stenberg | |
2012-08-27 | sftpget: example showing a simple SFTP download | Armel Asselin | |
... using SSH-agent | |||
2012-01-16 | url2file: new simple example | Daniel Stenberg | |
Just showing how to download the contents of a given URL into a local file. Based on a suggestion and example code by Georg Potthast | |||
2012-01-16 | imap.c: a dead simple imap example | Daniel Stenberg | |
Just to show that IMAP is used just like other protocols | |||
2011-12-30 | examples: update README, Makefile.inc and gitignore with pop3s examples | Alessandro Ghedini | |
2011-09-13 | progressfunc: a simple CURLOPT_PROGRESSFUNCTION example | Daniel Stenberg | |
2011-08-23 | resolve.c: new example showing off CURLOPT_RESOLVE | Daniel Stenberg | |
2011-08-23 | externalsocket.c: new example | Daniel Stenberg | |
2011-08-10 | rtsp.c: converted to C | Daniel Stenberg | |
Trimmed the newlines to be LF-only. Converted the source to plain C, to use curl style indents, to compile warning-free with picky options and fixed the minor fprintf() bug on line 245. Added to makefile. | |||
2010-12-17 | smtp-tls: new example | Brad Hards | |
This example shows how to send SMTP with TLS | |||
2010-12-17 | Docs: add simple SMTP example | Brad Hards | |
Add a simple SMTP example program, patterned after some of the existing examples, and the curl application. This version addresses issues raised by David Woodhouse on comments in the simplesmtp.c example. | |||
2010-11-19 | Added a couple examples that were missing from the tar ball | Dan Fandrich | |
2010-11-07 | fix snapshot generation | Yang Tse | |
2010-11-04 | example: add smtp-multi.c | Daniel Stenberg | |
An example application source code sending SMTP mail with the multi interface. It is based on the code Alona Rossen provided, which in turn is based on existing example/test code, and I converted it even more into a decent example with a fair multi API use, put the info required to edit at the top and I added some comments. | |||
2010-06-24 | examples: new FTP wildcard showcase | Pavel Raiskup | |
2009-09-05 | add ftpgetinfo | Daniel Stenberg | |
2009-09-03 | added chkspeed to samples. | Gunter Knauf | |
2008-11-21 | Markus Koetter's adaptation of hiperfifo.c to instead use libev | Daniel Stenberg | |
2008-09-05 | - Introducing CURLOPT_CERTINFO and the corresponding CURLINFO_CERTINFO. By | Daniel Stenberg | |
enabling this feature with CURLOPT_CERTINFO for a request using SSL (HTTPS or FTPS), libcurl will gather lots of server certificate info and that info can then get extracted by a client after the request has completed with curl_easy_getinfo()'s CURLINFO_CERTINFO option. Linus Nielsen Feltzing helped me test and smoothen out this feature. Unfortunately, this feature currently only works with libcurl built to use OpenSSL. This feature was sponsored by networking4all.com - thanks! | |||
2008-08-13 | httpcustomheader.c is a new tiny example showing a HTTP request with a custom | Daniel Stenberg | |
header replacing an internal one | |||
2008-05-12 | - Introducing curl_easy_send() and curl_easy_recv(). They can be used to send | Daniel Stenberg | |
and receive data over a connection previously setup with curl_easy_perform() and its CURLOPT_CONNECT_ONLY option. The sendrecv.c example was added to show how they can be used. | |||
2008-03-31 | Changed the makefile so the doc/examples/ programs are never built in a | Dan Fandrich | |
normal build/install (only with the 'make check' target), so that a build failure in the examples isn't fatal. | |||
2008-02-18 | moved sample program defines into separate Makefile.inc so that other ↵ | Gunter Knauf | |
makefiles can pick up the defines from there. |