curl/docs/examples
Kamil Dudka 7ec797b13a examples/sslbackend.c: fix failure of 'make checksrc'
./sslbackend.c:58:3: warning: else after closing brace on same line (BRACEELSE)
   } else if(isdigit(*name)) {
   ^
./sslbackend.c:62:3: warning: else after closing brace on same line (BRACEELSE)
   } else
   ^
2017-08-30 14:16:35 +02:00
..
.gitignore docs/examples: demonstrate how to select SSL backends 2017-08-28 14:56:59 +02:00
10-at-a-time.c checksrc: white space edits to comply to stricter checksrc 2016-11-24 23:58:22 +01:00
Makefile.am includes: remove curl/curlbuild.h and curl/curlrules.h 2017-06-14 11:07:33 +02:00
Makefile.example URLs: change all http:// URLs to https:// 2016-02-03 00:19:02 +01:00
Makefile.inc docs/examples: demonstrate how to select SSL backends 2017-08-28 14:56:59 +02:00
Makefile.m32 Makefile.m32: enable -W for MinGW32 build 2017-06-16 22:32:22 +02:00
Makefile.netware spelling fixes 2017-03-26 23:56:23 +02:00
README examples/README: cut out the incomplete list 2015-11-25 10:49:22 +01:00
adddocsref.pl URLs: change all http:// URLs to https:// 2016-02-03 00:19:02 +01:00
anyauthput.c anyauthput: remove unused code 2017-05-01 21:51:02 +02:00
asiohiper.cpp asiohiper.cpp / evhiperfifo.c: deal with negative timerfunction input 2017-05-19 14:16:37 +02:00
cacertinmem.c spelling fixes 2017-03-26 23:56:23 +02:00
certinfo.c typecheck-gcc.h: check CURLINFO_CERTINFO 2017-06-01 21:06:09 +02:00
chkspeed.c examples: adhere to curl code style 2016-02-11 09:44:45 +01:00
cookie_interface.c cookie_interface: fix -Wcomma warning 2017-05-11 10:04:01 +02:00
curlgtk.c examples: adhere to curl code style 2016-02-11 09:44:45 +01:00
curlx.c spelling fixes 2017-03-26 23:56:23 +02:00
debug.c examples: fix Wimplicit-fallthrough warnings 2017-05-24 11:56:38 +02:00
evhiperfifo.c asiohiper.cpp / evhiperfifo.c: deal with negative timerfunction input 2017-05-19 14:16:37 +02:00
externalsocket.c examples/externalsocket.c: s/closesocket/closecb 2017-05-31 23:22:46 +02:00
fileupload.c examples/fileupload.c: fclose the file as well 2016-11-08 23:00:43 +01:00
fopen.c examples: declare TU-local variables static 2017-04-30 23:29:31 +02:00
ftp-wildcard.c examples: adhere to curl code style 2016-02-11 09:44:45 +01:00
ftpget.c examples: adhere to curl code style 2016-02-11 09:44:45 +01:00
ftpgetinfo.c examples: adhere to curl code style 2016-02-11 09:44:45 +01:00
ftpgetresp.c examples: adhere to curl code style 2016-02-11 09:44:45 +01:00
ftpsget.c URLs: change all http:// URLs to https:// 2016-02-03 00:19:02 +01:00
ftpupload.c checksrc: stricter no-space-before-paren enforcement 2016-12-13 23:39:11 +01:00
ftpuploadfrommem.c examples: fixed too long line and too long string warnings 2017-05-01 09:16:12 +02:00
ftpuploadresume.c examples/ftpuploadresume: checksrc compliance 2017-08-16 14:44:50 -04:00
getinfo.c URLs: change all http:// URLs to https:// 2016-02-03 00:19:02 +01:00
getinmemory.c URLs: change all http:// URLs to https:// 2016-02-03 00:19:02 +01:00
getredirect.c URLs: change all http:// URLs to https:// 2016-02-03 00:19:02 +01:00
ghiper.c ghiper.c/hiperfifo.c: add comment about missing timer functionality 2017-05-19 14:25:16 +02:00
hiperfifo.c ghiper.c/hiperfifo.c: add comment about missing timer functionality 2017-05-19 14:25:16 +02:00
href_extractor.c examples: adhere to curl code style 2016-02-11 09:44:45 +01:00
htmltidy.c docs/examples: remove spurious white spaces all over 2016-04-03 22:52:34 +02:00
htmltitle.cpp examples: make the C++ examples follow our code style too 2017-01-08 16:39:41 +01:00
http-post.c URLs: change all http:// URLs to https:// 2016-02-03 00:19:02 +01:00
http2-download.c examples: fix Wimplicit-fallthrough warnings 2017-05-24 11:56:38 +02:00
http2-serverpush.c examples: fix Wimplicit-fallthrough warnings 2017-05-24 11:56:38 +02:00
http2-upload.c examples: fix Wimplicit-fallthrough warnings 2017-05-24 11:56:38 +02:00
httpcustomheader.c URLs: change all http:// URLs to https:// 2016-02-03 00:19:02 +01:00
httpput.c examples: adhere to curl code style 2016-02-11 09:44:45 +01:00
https.c URLs: change all http:// URLs to https:// 2016-02-03 00:19:02 +01:00
imap-append.c examples/imap-append: Set size of data to be uploaded 2016-09-18 02:19:17 -04:00
imap-copy.c spelling fixes 2017-03-26 23:56:23 +02:00
imap-create.c spelling fixes 2017-03-26 23:56:23 +02:00
imap-delete.c spelling fixes 2017-03-26 23:56:23 +02:00
imap-examine.c spelling fixes 2017-03-26 23:56:23 +02:00
imap-fetch.c examples: adhere to curl code style 2016-02-11 09:44:45 +01:00
imap-list.c URLs: change all http:// URLs to https:// 2016-02-03 00:19:02 +01:00
imap-lsub.c URLs: change all http:// URLs to https:// 2016-02-03 00:19:02 +01:00
imap-multi.c examples: adhere to curl code style 2016-02-11 09:44:45 +01:00
imap-noop.c URLs: change all http:// URLs to https:// 2016-02-03 00:19:02 +01:00
imap-search.c spelling fixes 2017-03-26 23:56:23 +02:00
imap-ssl.c examples: adhere to curl code style 2016-02-11 09:44:45 +01:00
imap-store.c URLs: change all http:// URLs to https:// 2016-02-03 00:19:02 +01:00
imap-tls.c examples: adhere to curl code style 2016-02-11 09:44:45 +01:00
makefile.dj URLs: change all http:// URLs to https:// 2016-02-03 00:19:02 +01:00
multi-app.c checksrc: stricter no-space-before-paren enforcement 2016-12-13 23:39:11 +01:00
multi-debugcallback.c examples: fix Wimplicit-fallthrough warnings 2017-05-24 11:56:38 +02:00
multi-double.c examples: adhere to curl code style 2016-02-11 09:44:45 +01:00
multi-post.c checksrc: stricter no-space-before-paren enforcement 2016-12-13 23:39:11 +01:00
multi-single.c examples: adhere to curl code style 2016-02-11 09:44:45 +01:00
multi-uv.c examples/multi-uv.c: fix deprecated symbol 2017-06-08 23:23:59 +02:00
multithread.c examples/multithread.c: link to our multi-thread docs 2017-02-09 16:16:21 +01:00
opensslthreadlock.c checksrc: code style: use 'char *name' style 2016-11-24 23:58:22 +01:00
persistant.c URLs: change all http:// URLs to https:// 2016-02-03 00:19:02 +01:00
pop3-dele.c URLs: change all http:// URLs to https:// 2016-02-03 00:19:02 +01:00
pop3-list.c URLs: change all http:// URLs to https:// 2016-02-03 00:19:02 +01:00
pop3-multi.c examples: adhere to curl code style 2016-02-11 09:44:45 +01:00
pop3-noop.c URLs: change all http:// URLs to https:// 2016-02-03 00:19:02 +01:00
pop3-retr.c URLs: change all http:// URLs to https:// 2016-02-03 00:19:02 +01:00
pop3-ssl.c URLs: change all http:// URLs to https:// 2016-02-03 00:19:02 +01:00
pop3-stat.c URLs: change all http:// URLs to https:// 2016-02-03 00:19:02 +01:00
pop3-tls.c examples: adhere to curl code style 2016-02-11 09:44:45 +01:00
pop3-top.c spelling fixes 2017-03-26 23:56:23 +02:00
pop3-uidl.c URLs: change all http:// URLs to https:// 2016-02-03 00:19:02 +01:00
post-callback.c examples: declare TU-local variables static 2017-04-30 23:29:31 +02:00
postinmemory.c URLs: change all http:// URLs to https:// 2016-02-03 00:19:02 +01:00
postit2.c checksrc: stricter no-space-before-paren enforcement 2016-12-13 23:39:11 +01:00
progressfunc.c URLs: change all http:// URLs to https:// 2016-02-03 00:19:02 +01:00
resolve.c URLs: change all http:// URLs to https:// 2016-02-03 00:19:02 +01:00
rtsp.c checksrc: warn for assignments within if() expressions 2016-12-14 01:29:44 +01:00
sampleconv.c examples/sampleconv.c: indent changes, made callbacks static 2017-05-31 11:56:53 +02:00
sendrecv.c sendrecv: fix MinGW-w64 warning 2017-05-07 22:14:28 +02:00
sepheaders.c examples: fix some compiler warnings 2016-02-11 10:21:09 +01:00
sessioninfo.c s/cURL/curl 2016-11-07 10:36:23 +01:00
sftpget.c URLs: change all http:// URLs to https:// 2016-02-03 00:19:02 +01:00
simple.c URLs: change all http:// URLs to https:// 2016-02-03 00:19:02 +01:00
simplepost.c URLs: change all http:// URLs to https:// 2016-02-03 00:19:02 +01:00
simplessl.c simplessl.c: warning: while with space 2016-02-17 15:00:18 +01:00
smooth-gtk-thread.c checksrc: stricter no-space-before-paren enforcement 2016-12-13 23:39:11 +01:00
smtp-expn.c URLs: change all http:// URLs to https:// 2016-02-03 00:19:02 +01:00
smtp-mail.c examples: adhere to curl code style 2016-02-11 09:44:45 +01:00
smtp-multi.c examples: adhere to curl code style 2016-02-11 09:44:45 +01:00
smtp-ssl.c examples: adhere to curl code style 2016-02-11 09:44:45 +01:00
smtp-tls.c examples: adhere to curl code style 2016-02-11 09:44:45 +01:00
smtp-vrfy.c URLs: change all http:// URLs to https:// 2016-02-03 00:19:02 +01:00
sslbackend.c examples/sslbackend.c: fix failure of 'make checksrc' 2017-08-30 14:16:35 +02:00
synctime.c checksrc: stricter no-space-before-paren enforcement 2016-12-13 23:39:11 +01:00
threaded-ssl.c examples/threaded-ssl: mention that this is for openssl before 1.1 2017-08-25 08:15:59 +02:00
url2file.c docs/examples: remove spurious white spaces all over 2016-04-03 22:52:34 +02:00
usercertinmem.c usercertinmem.c: improve the short description 2017-01-18 08:09:09 +01:00
version-check.pl URLs: change all http:// URLs to https:// 2016-02-03 00:19:02 +01:00
xmlstream.c examples: adhere to curl code style 2016-02-11 09:44:45 +01:00

README

                                  _   _ ____  _
                              ___| | | |  _ \| |
                             / __| | | | |_) | |
                            | (__| |_| |  _ <| |___
                             \___|\___/|_| \_\_____|

This directory is for libcurl programming examples. They are meant to show
some simple steps on how you can build your own application to take full
advantage of libcurl.

If you end up with other small but still useful example sources, please mail
them for submission in future packages and on the web site.

BUILDING

The Makefile.example is an example makefile that could be used to build these
examples. Just edit the file according to your system and requirements first.

Most examples should build fine using a command line like this:

  $ `curl-config --cc --cflags --libs` -o example example.c

Some compilers don't like having the arguments in this order but instead
want you do reorganize them like:

  $ `curl-config --cc` -o example example.c `curl-config --cflags --libs`

*PLEASE* do not use the curl.haxx.se site as a test target for your libcurl
applications/experiments. Even if some of the examples use that site as a URL
at some places, it doesn't mean that the URLs work or that we expect you to
actually torture our web site with your tests!  Thanks.

EXAMPLES

Each example source code file is designed to be and work stand-alone and
rather self-explanatory. The examples may at times lack the level of error
checks you need in a real world, but that is then only for the sake of
readability: to make the code smaller and easier to follow.