History log of /curl/docs/examples/Makefile.inc (Results 101 – 116 of 116)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# af809923 23-Aug-2011 Daniel Stenberg

externalsocket.c: new example


# 657d02fb 10-Aug-2011 Daniel Stenberg

rtsp.c: converted to C

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

rtsp.c: converted to C

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.

show more ...


Revision tags: curl-7_21_7, curl-7_21_6, curl-7_21_5, curl-7_21_4
# 57523e35 17-Dec-2010 Brad Hards

smtp-tls: new example

This example shows how to send SMTP with TLS


Revision tags: curl-7_21_3
# 37a22d47 15-Dec-2010 Brad Hards

Docs: add simple SMTP example

Add a simple SMTP example program, patterned after some of the existing
examples, and the curl application.

This version addresses issues raised by

Docs: add simple SMTP example

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.

show more ...


# 46041ee9 20-Nov-2010 Dan Fandrich

Added a couple examples that were missing from the tar ball


# 34498c13 07-Nov-2010 Yang Tse

fix snapshot generation


# 909e711e 04-Nov-2010 Daniel Stenberg

example: add smtp-multi.c

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 exis

example: add smtp-multi.c

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.

show more ...


Revision tags: curl-7_21_2, curl-7_21_1
# 31dd8ab1 24-Jun-2010 Pavel Raiskup

examples: new FTP wildcard showcase


Revision tags: curl-7_21_0, curl-7_20_1, curl-7_20_0, curl-7_19_7
# aaed8388 05-Sep-2009 Daniel Stenberg

add ftpgetinfo


# d0552269 03-Sep-2009 Gunter Knauf

added chkspeed to samples.


Revision tags: curl-7_19_6, curl-7_19_5, curl-7_19_4, curl-7_19_3
# dd2fc45c 21-Nov-2008 Daniel Stenberg

Markus Koetter's adaptation of hiperfifo.c to instead use libev


Revision tags: curl-7_19_2, curl-7_19_1
# 4c976856 05-Sep-2008 Daniel Stenberg

- Introducing CURLOPT_CERTINFO and the corresponding CURLINFO_CERTINFO. By
enabling this feature with CURLOPT_CERTINFO for a request using SSL (HTTPS
or FTPS), libcurl will gather lots of

- Introducing CURLOPT_CERTINFO and the corresponding CURLINFO_CERTINFO. By
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!

show more ...


Revision tags: curl-7_19_0
# aab2d52b 13-Aug-2008 Daniel Stenberg

httpcustomheader.c is a new tiny example showing a HTTP request with a custom
header replacing an internal one


Revision tags: curl-7_18_2
# 514592b8 12-May-2008 Daniel Stenberg

- Introducing curl_easy_send() and curl_easy_recv(). They can be used to send
and receive data over a connection previously setup with curl_easy_perform()
and its CURLOPT_CONNECT_ONLY opt

- Introducing curl_easy_send() and curl_easy_recv(). They can be used to send
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.

show more ...


# 1e482fe6 31-Mar-2008 Dan Fandrich

Changed the makefile so the doc/examples/ programs are never built in a
normal build/install (only with the 'make check' target), so that a
build failure in the examples isn't fatal.


Revision tags: curl-7_18_1
# 6398f71c 18-Feb-2008 Gunter Knauf

moved sample program defines into separate Makefile.inc so that other makefiles can pick up the defines from there.


12345