History log of /curl/docs/examples/Makefile.inc (Results 76 – 100 of 116)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 2b026784 03-Jan-2014 Steve Holme

examples: Added IMAP DELETE example


# 3c151911 03-Jan-2014 Steve Holme

examples: Added IMAP CREATE example


# 0f340f05 02-Jan-2014 Steve Holme

examples: Added IMAP SEARCH example


# f063773b 02-Jan-2014 Steve Holme

examples: Added IMAP EXAMINE mailbox folder example


# 83ae98c6 01-Jan-2014 Steve Holme

examples: Added IMAP APPEND example


# 2658da76 01-Jan-2014 Steve Holme

examples: Added IMAP STORE example


# 7de2e032 31-Dec-2013 Steve Holme

examples: Added IMAP LIST mailbox example


# e9625c5b 31-Dec-2013 Steve Holme

examples: Rename before adding additional email examples


# 18a6467c 31-Dec-2013 Steve Holme

examples: Added SMTP EXPN command example


Revision tags: curl-7_34_0
# 889cb9c9 27-Nov-2013 Christian Grothoff

sessioninfo.c: Added sample code for CURLINFO_TLS_SESSION

Added a simple example to show how one can use CURLINFO_TLS_SESSION for
obtaining extensive TLS certificate information.


Revision tags: curl-7_33_0
# 3c34f453 28-Sep-2013 Daniel Stenberg

postinmemory: new example

This is similar to getinmemory.c but with an initial POST.

Combined-by: Ulf Samuelsson


Revision tags: curl-7_32_0
# 54f18e54 03-Jul-2013 Dan Fandrich

examples: Moved usercertinmem.c to COMPLICATED_EXAMPLES

This prevents it from being built during a "make check" since it
depends on OpenSSL.


Revision tags: curl-7_31_0
# ee84c476 19-May-2013 Daniel Stenberg

tarball: include the xmlstream example


# 993cdcd6 18-Apr-2013 Ishan SinghLevett

usercertinmem.c: add example showing user cert in memory

Relies on CURLOPT_SSL_CTX_FUNCTION, which is OpenSSL specific


Revision tags: curl-7_30_0
# 142755fa 26-Mar-2013 Clemens Gruber

Added libuv example multi-uv.c


Revision tags: curl-7_29_0
# f435d669 21-Nov-2012 Daniel Stenberg

htmltitle: use .cpp extension for C++ examples


# ba33665d 21-Nov-2012 Lijo Antony

examples: Added a c++ example of using multi with boost::asio

Added an example for demonstrating the usage of curl multi interface
with boost::asio in c++


Revision tags: curl-7_28_1
# 8ffc9711 18-Oct-2012 Michał Kowalczyk

href_extractor: example code extracting href elements

It does so in a streaming manner using the "Streaming HTML parser".


Revision tags: curl-7_28_0
# 8136649e 27-Aug-2012 Daniel Stenberg

ftpsget: simple example showing a FTPS fetch


# be5fbf73 27-Aug-2012 Armel Asselin

sftpget: example showing a simple SFTP download

... using SSH-agent


Revision tags: curl-7_27_0, curl-7_26_0, curl-7_25_0, curl-7_24_0
# 21401840 16-Jan-2012 Daniel Stenberg

url2file: new simple example

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


# e3e24e5b 16-Jan-2012 Daniel Stenberg

imap.c: a dead simple imap example

Just to show that IMAP is used just like other protocols


# 90343c76 28-Dec-2011 Alessandro Ghedini

examples: update README, Makefile.inc and gitignore with pop3s examples


Revision tags: curl-7_23_1, curl-7_23_0
# 6790a543 13-Sep-2011 Daniel Stenberg

progressfunc: a simple CURLOPT_PROGRESSFUNCTION example


Revision tags: curl-7_22_0
# cce65082 23-Aug-2011 Daniel Stenberg

resolve.c: new example showing off CURLOPT_RESOLVE


12345