curl/docs/examples
Viktor Szakats 16a58e9f93
Makefile.m32: delete obsolete options, improve -On [ci skip]
- `-D_AMD64_` has not been necessary for mingw-w64 builds for a long time now.
- `-fno-strict-aliasing` is mentioned for Intel C compiler in autotools, and
  I used this with VxWorks in another project, but otherwise this isn't
  necessary anymore as a default. If a target still needs it, it can be
  added with `CURL_CFLAG_EXTRAS=-fno-strict-aliasing`
- bump up default optimization level to `-O3` (from `-O2`), and also rearrange
  option order so the default can now be overridden via
  `CURL_CFLAG_EXTRAS`.
- delete `-g` (generate debug info) from `CFLAGS` and `-s` from `LDFLAGS`
  (strip debug info). They were working against each other. Now, if someone
  needs debug info, it can be enabled via `CURL_CFLAG_EXTRAS=-g`

Closes #8904
2022-05-24 17:04:38 +00:00
..
.checksrc
.gitignore docs/examples: add missing binaries to gitignore 2021-10-06 10:46:00 +02:00
10-at-a-time.c
adddocsref.pl
altsvc.c
anyauthput.c docs/examples: workaround broken -Wno-pedantic-ms-format 2021-12-14 07:52:26 +01:00
cacertinmem.c
certinfo.c
chkspeed.c docs/examples: workaround broken -Wno-pedantic-ms-format 2021-12-14 07:52:26 +01:00
cookie_interface.c docs: reduce/avoid English contractions 2021-11-07 23:16:27 +01:00
crawler.c
curlgtk.c docs: reduce/avoid English contractions 2021-11-07 23:16:27 +01:00
curlx.c English: use American spelling consistently 2022-04-05 14:55:47 +02:00
debug.c
ephiperfifo.c docs: reduce/avoid English contractions 2021-11-07 23:16:27 +01:00
evhiperfifo.c docs: reduce/avoid English contractions 2021-11-07 23:16:27 +01:00
externalsocket.c externalsocket: use WinSock 2.2 2021-09-28 19:29:29 +02:00
fileupload.c docs/examples: workaround broken -Wno-pedantic-ms-format 2021-12-14 07:52:26 +01:00
fopen.c docs: reduce/avoid English contractions 2021-11-07 23:16:27 +01:00
ftp-wildcard.c
ftpget.c docs: reduce/avoid English contractions 2021-11-07 23:16:27 +01:00
ftpgetinfo.c
ftpgetresp.c
ftpsget.c docs: reduce/avoid English contractions 2021-11-07 23:16:27 +01:00
ftpupload.c docs/examples: workaround broken -Wno-pedantic-ms-format 2021-12-14 07:52:26 +01:00
ftpuploadfrommem.c
ftpuploadresume.c
getinfo.c
getinmemory.c docs: reduce/avoid English contractions 2021-11-07 23:16:27 +01:00
getredirect.c
getreferrer.c
ghiper.c docs: reduce/avoid English contractions 2021-11-07 23:16:27 +01:00
headerapi.c header api: add curl_easy_header and curl_easy_nextheader 2022-03-22 08:24:22 +01:00
hiperfifo.c docs: reduce/avoid English contractions 2021-11-07 23:16:27 +01:00
href_extractor.c
htmltidy.c docs: reduce/avoid English contractions 2021-11-07 23:16:27 +01:00
htmltitle.cpp
http2-download.c docs: reduce/avoid English contractions 2021-11-07 23:16:27 +01:00
http2-pushinmemory.c docs: reduce/avoid English contractions 2021-11-07 23:16:27 +01:00
http2-serverpush.c docs: reduce/avoid English contractions 2021-11-07 23:16:27 +01:00
http2-upload.c docs: reduce/avoid English contractions 2021-11-07 23:16:27 +01:00
http3-present.c
http3.c docs: reduce/avoid English contractions 2021-11-07 23:16:27 +01:00
http-post.c
httpcustomheader.c docs: reduce/avoid English contractions 2021-11-07 23:16:27 +01:00
httpput-postfields.c docs: reduce/avoid English contractions 2021-11-07 23:16:27 +01:00
httpput.c docs/examples: workaround broken -Wno-pedantic-ms-format 2021-12-14 07:52:26 +01:00
https.c docs: reduce/avoid English contractions 2021-11-07 23:16:27 +01:00
imap-append.c misc: s/e-mail/email 2021-12-19 23:48:13 +01:00
imap-authzid.c English: use American spelling consistently 2022-04-05 14:55:47 +02:00
imap-copy.c misc: update copyright year range 2021-12-30 14:17:47 +01:00
imap-create.c
imap-delete.c
imap-examine.c
imap-fetch.c misc: s/e-mail/email 2021-12-19 23:48:13 +01:00
imap-list.c
imap-lsub.c
imap-multi.c docs/examples: use curl_multi_poll() in multi examples 2021-07-07 08:15:09 +02:00
imap-noop.c
imap-search.c misc: s/e-mail/email 2021-12-19 23:48:13 +01:00
imap-ssl.c docs: reduce/avoid English contractions 2021-11-07 23:16:27 +01:00
imap-store.c misc: s/e-mail/email 2021-12-19 23:48:13 +01:00
imap-tls.c docs: reduce/avoid English contractions 2021-11-07 23:16:27 +01:00
Makefile.am scripts: move three scripts from lib/ to scripts/ 2022-03-23 15:26:11 +01:00
makefile.dj
Makefile.example
Makefile.inc header api: add curl_easy_header and curl_easy_nextheader 2022-03-22 08:24:22 +01:00
Makefile.m32 Makefile.m32: delete obsolete options, improve -On [ci skip] 2022-05-24 17:04:38 +00:00
multi-app.c examples/multi-app.c: call curl_multi_remove_handle as well 2022-01-07 09:25:57 +01:00
multi-debugcallback.c docs: reduce/avoid English contractions 2021-11-07 23:16:27 +01:00
multi-double.c docs/examples: use curl_multi_poll() in multi examples 2021-07-07 08:15:09 +02:00
multi-event.c docs: reduce/avoid English contractions 2021-11-07 23:16:27 +01:00
multi-formadd.c docs/examples: use curl_multi_poll() in multi examples 2021-07-07 08:15:09 +02:00
multi-legacy.c docs: reduce/avoid English contractions 2021-11-07 23:16:27 +01:00
multi-post.c docs/examples: use curl_multi_poll() in multi examples 2021-07-07 08:15:09 +02:00
multi-single.c examples/multi-single.c: remove WAITMS() 2021-12-30 13:55:54 +01:00
multi-uv.c docs: reduce/avoid English contractions 2021-11-07 23:16:27 +01:00
multithread.c mailing lists: move from cool.haxx.se to lists.haxx.se 2021-08-30 09:51:07 +02:00
opensslthreadlock.c
parseurl.c
persistent.c
pop3-authzid.c English: use American spelling consistently 2022-04-05 14:55:47 +02:00
pop3-dele.c misc: s/e-mail/email 2021-12-19 23:48:13 +01:00
pop3-list.c
pop3-multi.c docs/examples: use curl_multi_poll() in multi examples 2021-07-07 08:15:09 +02:00
pop3-noop.c
pop3-retr.c misc: s/e-mail/email 2021-12-19 23:48:13 +01:00
pop3-ssl.c docs: reduce/avoid English contractions 2021-11-07 23:16:27 +01:00
pop3-stat.c
pop3-tls.c docs: reduce/avoid English contractions 2021-11-07 23:16:27 +01:00
pop3-top.c misc: s/e-mail/email 2021-12-19 23:48:13 +01:00
pop3-uidl.c
post-callback.c
postinmemory.c docs: reduce/avoid English contractions 2021-11-07 23:16:27 +01:00
postit2-formadd.c docs: reduce/avoid English contractions 2021-11-07 23:16:27 +01:00
postit2.c docs: reduce/avoid English contractions 2021-11-07 23:16:27 +01:00
progressfunc.c docs/examples: workaround broken -Wno-pedantic-ms-format 2021-12-14 07:52:26 +01:00
README.md docs: reduce/avoid English contractions 2021-11-07 23:16:27 +01:00
resolve.c
rtsp.c checksrc: detect more kinds of NULL comparisons we avoid 2021-12-27 23:39:26 +01:00
sendrecv.c docs/examples: workaround broken -Wno-pedantic-ms-format 2021-12-14 07:52:26 +01:00
sepheaders.c
sessioninfo.c
sftpget.c docs: reduce/avoid English contractions 2021-11-07 23:16:27 +01:00
sftpuploadresume.c misc: update copyright year range 2021-12-30 14:17:47 +01:00
shared-connection-cache.c
simple.c
simplepost.c docs: reduce/avoid English contractions 2021-11-07 23:16:27 +01:00
simplessl.c docs: reduce/avoid English contractions 2021-11-07 23:16:27 +01:00
smooth-gtk-thread.c docs: reduce/avoid English contractions 2021-11-07 23:16:27 +01:00
smtp-authzid.c English: use American spelling consistently 2022-04-05 14:55:47 +02:00
smtp-expn.c misc: s/e-mail/email 2021-12-19 23:48:13 +01:00
smtp-mail.c misc: s/e-mail/email 2021-12-19 23:48:13 +01:00
smtp-mime.c misc: s/e-mail/email 2021-12-19 23:48:13 +01:00
smtp-multi.c docs: reduce/avoid English contractions 2021-11-07 23:16:27 +01:00
smtp-ssl.c docs: reduce/avoid English contractions 2021-11-07 23:16:27 +01:00
smtp-tls.c docs: reduce/avoid English contractions 2021-11-07 23:16:27 +01:00
smtp-vrfy.c misc: s/e-mail/email 2021-12-19 23:48:13 +01:00
sslbackend.c
synctime.c English: use American spelling consistently 2022-04-05 14:55:47 +02:00
threaded-ssl.c docs: reduce/avoid English contractions 2021-11-07 23:16:27 +01:00
url2file.c
urlapi.c urlapi: add curl_url_strerror() 2021-09-27 08:28:46 +02:00
usercertinmem.c tidy-up: make conditional checks more consistent 2021-04-22 09:10:17 +02:00
version-check.pl
xmlstream.c docs: reduce/avoid English contractions 2021-11-07 23:16:27 +01:00

libcurl examples

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 website.

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 do not 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.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 does not mean that the URLs work or that we expect you to actually torture our website 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.