1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00
curl/docs/examples
Brad Spencer fd5ab4358f examples: Avoid reserved names in hiperfifo examples
- Trade in __attribute__((unused)) for the classic (void)x to silence
  unused symbols.

Because the classic way is not gcc specific. Also because the prior
method mapped to symbol _Unused, which starts with _ and a capital
letter which is reserved.

Assisted-by: The Infinnovation team

Bug: https://github.com/curl/curl/issues/4120#issuecomment-512542108

Closes https://github.com/curl/curl/pull/4153
2019-07-25 22:23:40 -04:00
..
.gitignore examples: Update .gitignore 2019-01-02 14:32:01 +01:00
10-at-a-time.c examples: only include <curl/curl.h> 2019-03-05 07:58:29 +01:00
adddocsref.pl
anyauthput.c anyauthput: fix compiler warning on 64-bit Windows 2018-09-12 12:25:53 +02:00
asiohiper.cpp example/asiohiper: insert warning comment about its status 2018-09-10 17:42:39 +02:00
cacertinmem.c examples: remove dead variable stores 2019-05-22 10:06:25 +02:00
certinfo.c
chkspeed.c getinfo: add microsecond precise timers for various intervals 2018-05-17 13:41:04 +02:00
cookie_interface.c docs/examples: URL updates 2018-09-23 09:23:29 +00:00
crawler.c examples/crawler: Fix the Accept-Encoding setting 2019-02-12 18:07:29 -05:00
curlgtk.c examples: reduce variable scopes 2019-05-22 10:06:21 +02:00
curlx.c examples: remove unused variables 2019-05-21 09:47:03 +02:00
debug.c docs/examples: URL updates 2018-09-23 09:23:29 +00:00
ephiperfifo.c examples: Avoid reserved names in hiperfifo examples 2019-07-25 22:23:40 -04:00
evhiperfifo.c examples: fix "clarify calculation precedence" warnings 2019-05-22 10:06:33 +02:00
externalsocket.c examples/externalsocket: add missing close socket calls 2019-03-11 23:02:54 -04:00
fileupload.c getinfo: add microsecond precise timers for various intervals 2018-05-17 13:41:04 +02:00
fopen.c examples/fopen: fix comparison 2019-06-05 20:38:08 +02:00
ftp-wildcard.c build: fix Codacy warnings 2019-06-05 20:38:06 +02:00
ftpget.c examples: remove superfluous null-pointer checks 2019-02-14 23:30:43 +01:00
ftpgetinfo.c cleanup: remove FIXME and TODO comments 2019-05-16 09:16:56 +02:00
ftpgetresp.c
ftpsget.c examples: remove superfluous null-pointer checks 2019-02-14 23:30:43 +01:00
ftpupload.c spelling fixes 2018-02-23 23:29:01 +00:00
ftpuploadfrommem.c
ftpuploadresume.c
getinfo.c docs/examples: URL updates 2018-09-23 09:23:29 +00:00
getinmemory.c docs/examples: URL updates 2018-09-23 09:23:29 +00:00
getredirect.c docs/examples: URL updates 2018-09-23 09:23:29 +00:00
ghiper.c examples: fix "clarify calculation precedence" warnings 2019-05-22 10:06:33 +02:00
hiperfifo.c examples: Avoid reserved names in hiperfifo examples 2019-07-25 22:23:40 -04:00
href_extractor.c docs/examples: URL updates 2018-09-23 09:23:29 +00:00
htmltidy.c examples: reduce variable scopes 2019-05-22 10:06:21 +02:00
htmltitle.cpp examples/htmltitle: use C++ casts between pointer types 2019-06-05 20:38:11 +02:00
http2-download.c http2-download: fix format specifier 2019-05-22 10:06:17 +02:00
http2-pushinmemory.c examples/http2-pushinmemory: receive HTTP/2 pushed files in memory 2018-09-18 10:37:26 +02:00
http2-serverpush.c examples/http2-serverpush: add some sensible error checks 2019-02-18 14:57:38 +01:00
http2-upload.c examples/http2-upload: cleaned up 2019-02-14 23:30:43 +01:00
http-post.c
httpcustomheader.c examples/httpcustomheader: Value stored to 'res' is never read 2019-02-14 23:30:43 +01:00
httpput.c
https.c
imap-append.c examples: reduce variable scopes 2019-05-22 10:06:21 +02:00
imap-copy.c
imap-create.c
imap-delete.c
imap-examine.c
imap-fetch.c
imap-list.c
imap-lsub.c
imap-multi.c
imap-noop.c
imap-search.c
imap-ssl.c
imap-store.c
imap-tls.c
Makefile.am makefile: make checksrc and hugefile commands "silent" 2019-03-14 20:11:24 +01:00
makefile.dj whitespace fixes 2018-09-23 22:24:02 +00:00
Makefile.example
Makefile.inc Revert all SASL authzid (new feature) commits 2019-05-25 23:36:11 +02:00
Makefile.m32 examples/Makefile.m32: sync with core [ci skip] 2018-09-22 21:44:36 +00:00
Makefile.netware axtls: removed 2018-11-01 10:29:53 +01:00
multi-app.c examples: reduce variable scopes 2019-05-22 10:06:21 +02:00
multi-debugcallback.c docs/examples: URL updates 2018-09-23 09:23:29 +00:00
multi-double.c docs/examples: URL updates 2018-09-23 09:23:29 +00:00
multi-formadd.c docs/examples: URL updates 2018-09-23 09:23:29 +00:00
multi-post.c docs/examples: URL updates 2018-09-23 09:23:29 +00:00
multi-single.c docs/examples: URL updates 2018-09-23 09:23:29 +00:00
multi-uv.c docs/examples: URL updates 2018-09-23 09:23:29 +00:00
multithread.c examples: remove unused variables 2019-05-21 09:47:03 +02:00
opensslthreadlock.c
parseurl.c examples/parseurl.c: show off the URL API a bit 2018-09-22 12:04:35 +02:00
persistent.c docs/examples: URL updates 2018-09-23 09:23:29 +00:00
pop3-dele.c
pop3-list.c
pop3-multi.c
pop3-noop.c
pop3-retr.c
pop3-ssl.c
pop3-stat.c
pop3-tls.c
pop3-top.c
pop3-uidl.c
post-callback.c
postinmemory.c examples/postinmemory: Potential leak of memory pointed to by 'chunk.memory' 2019-02-14 23:30:43 +01:00
postit2-formadd.c docs/examples: URL updates 2018-09-23 09:23:29 +00:00
postit2.c docs/examples: URL updates 2018-09-23 09:23:29 +00:00
progressfunc.c docs/examples: URL updates 2018-09-23 09:23:29 +00:00
README
resolve.c examples: remove dead variable stores 2019-05-22 10:06:25 +02:00
rtsp.c docs/examples: URL updates 2018-09-23 09:23:29 +00:00
sampleconv.c examples: remove unused variables 2019-05-21 09:47:03 +02:00
sendrecv.c examples: reduce variable scopes 2019-05-22 10:06:21 +02:00
sepheaders.c docs/examples: URL updates 2018-09-23 09:23:29 +00:00
sessioninfo.c examples: Fix format specifiers 2018-05-14 09:43:15 +02:00
sftpget.c examples: remove superfluous null-pointer checks 2019-02-14 23:30:43 +01:00
sftpuploadresume.c examples: remove dead variable stores 2019-05-22 10:06:25 +02:00
shared-connection-cache.c examples: reduce variable scopes 2019-05-22 10:06:21 +02:00
simple.c docs/examples: URL updates 2018-09-23 09:23:29 +00:00
simplepost.c docs/examples: URL updates 2018-09-23 09:23:29 +00:00
simplessl.c
smooth-gtk-thread.c examples: reduce variable scopes 2019-05-22 10:06:21 +02:00
smtp-expn.c
smtp-mail.c
smtp-mime.c examples: reduce variable scopes 2019-05-22 10:06:21 +02:00
smtp-multi.c
smtp-ssl.c
smtp-tls.c
smtp-vrfy.c
sslbackend.c curl-compilers: enable -Wbad-function-cast on GCC 2018-08-21 18:53:45 +02:00
synctime.c build: fix Codacy warnings 2019-06-05 20:38:06 +02:00
threaded-shared-conn.c examples: remove unused variables 2019-05-21 09:47:03 +02:00
threaded-ssl.c docs: Fix links to OpenSSL docs 2019-06-30 17:16:28 -04:00
url2file.c
urlapi.c setopt: add CURLOPT_CURLU 2018-11-09 15:47:28 +01:00
usercertinmem.c examples: remove dead variable stores 2019-05-22 10:06:25 +02:00
version-check.pl whitespace fixes 2018-09-23 22:24:02 +00:00
xmlstream.c docs/examples: URL updates 2018-09-23 09:23:29 +00:00

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

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.