curl/docs
Tom 207a6cbb90 src: Remove C99 constructs to ensure C89 compliance
This fixes the error: 'for' loop initial declaration used outside C99
mode by declaring the loop increment variable in the beginning of the
block instead of inside the for loop.

Fixes #5254
Reviewed-by: Daniel Gustafsson <daniel@yesql.se>
2020-04-19 21:56:52 +02:00
..
cmdline-opts mqtt: add new experimental protocol 2020-04-14 13:03:40 +02:00
examples src: Remove C99 constructs to ensure C89 compliance 2020-04-19 21:56:52 +02:00
libcurl mqtt: add new experimental protocol 2020-04-14 13:03:40 +02:00
.gitignore
ALTSVC.md
BINDINGS.md
BUG-BOUNTY.md
BUGS
CHECKSRC.md
CIPHERS.md
CMakeLists.txt copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
CODE_OF_CONDUCT.md
CODE_STYLE.md
CONTRIBUTE.md
curl-config.1
CURL-DISABLE.md
DEPRECATE.md
ESNI.md
EXPERIMENTAL.md mqtt: add new experimental protocol 2020-04-14 13:03:40 +02:00
FAQ
FEATURES mqtt: add new experimental protocol 2020-04-14 13:03:40 +02:00
GOVERNANCE.md
HELP-US.md
HISTORY.md
HTTP2.md nghttp2: 1.12.0 required 2020-03-23 22:22:22 +01:00
HTTP3.md vquic: add support for GnuTLS backend of ngtcp2 2020-03-31 14:39:00 +02:00
HTTP-COOKIES.md
INSTALL
INSTALL.cmake
INSTALL.md polarssl: remove more references and mentions 2020-03-05 07:57:45 +01:00
INTERNALS.md polarssl: remove more references and mentions 2020-03-05 07:57:45 +01:00
KNOWN_BUGS KNOWN_BUGS: Add entry 'Blocking socket operations' 2020-04-14 14:46:13 -04:00
LICENSE-MIXING.md
MAIL-ETIQUETTE
Makefile.am mqtt: add new experimental protocol 2020-04-14 13:03:40 +02:00
MANUAL.md MANUAL: update a dict-using command line 2020-03-05 14:30:13 +01:00
mk-ca-bundle.1 copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
MQTT.md docs/MQTT: replace confusing 80 by 75 2020-04-14 23:08:43 +02:00
PARALLEL-TRANSFERS.md
README.md
RELEASE-PROCEDURE.md RELEASE-PROCEDURE.md: run the copyright.pl script! 2020-03-31 14:50:15 +02:00
RESOURCES
ROADMAP.md
SECURITY-PROCESS.md
SSL-PROBLEMS.md
SSLCERTS.md SSLCERTS.md: Fix example code for setting CA cert file 2020-03-26 18:46:15 -04:00
THANKS THANKS: from the 7.69.1 release 2020-03-11 00:36:17 +01:00
THANKS-filter copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
TheArtOfHttpScripting
TODO KNOWN_BUGS: Add entry 'Blocking socket operations' 2020-04-14 14:46:13 -04:00
VERSIONS

curl logo

Documentation

You'll find a mix of various documentation in this directory and subdirectories, using several different formats. Some of them are not ideal for reading directly in your browser.

If you'd rather see the rendered version of the documentation, check out the curl web site's documentation section for general curl stuff or the libcurl section for libcurl related documentation.