curl/docs
Evgeny Grin (Karlson2k) 372b95f77f
doc: fix compiler warning in libcurl.m4
Current test for curl_free() may produce warnings with strict compiler
flags or even with default compiler flags with upcoming versions.
These warning could turned into errors by -Werror or similar flags.
Such warnings/errors are avoided by this patch.

Closes #10710
2023-03-08 14:24:08 +01:00
..
cmdline-opts page-footer: add explanation for three missing exit codes 2023-02-28 08:26:36 +01:00
examples examples/http3.c: use CURL_HTTP_VERSION_3 2023-02-27 15:11:13 +01:00
libcurl doc: fix compiler warning in libcurl.m4 2023-03-08 14:24:08 +01:00
.gitignore copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
ALTSVC.md
BINDINGS.md BINDINGS: add Fortran binding 2023-02-22 16:45:32 +01:00
BUFREF.md
BUG-BOUNTY.md
BUGS.md
CHECKSRC.md
CIPHERS.md
CMakeLists.txt copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
CODE_OF_CONDUCT.md
CODE_REVIEW.md
CODE_STYLE.md
CONNECTION-FILTERS.md
CONTRIBUTE.md CONTRIBUTE: More formally specify the commit description 2023-02-13 12:15:26 -08:00
curl-config.1 copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
CURL-DISABLE.md
DEPRECATE.md DEPRECATE: the original legacy mingw version 1 2023-03-06 11:31:33 +01:00
DYNBUF.md DYNBUF.md: note Curl_dyn_add* calls Curl_dyn_free on failure 2023-03-01 04:18:15 -05:00
EARLY-RELEASE.md
EXPERIMENTAL.md openssl: Don't ignore CA paths when using Windows CA store (redux) 2023-01-17 03:32:58 -05:00
FAQ
FEATURES.md
GOVERNANCE.md
HELP-US.md docs: add link to GitHub Discussions 2023-01-02 00:26:37 +01:00
HISTORY.md
HSTS.md
HTTP2.md
HTTP3.md HTTP3.md: update git branches 2023-02-18 09:52:11 +01:00
HTTP-COOKIES.md
HYPER.md
INSTALL
INSTALL.cmake
INSTALL.md docs/INSTALL: document how to use multiple TLS backends 2023-02-01 08:00:55 +01:00
INTERNALS.md INTERNALS.md: grammar 2023-02-25 10:54:49 +01:00
KNOWN_BUGS cmake: fix enabling LDAPS on Windows 2023-03-05 19:55:14 +00:00
MAIL-ETIQUETTE
Makefile.am copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
MANUAL.md docs: note '--data-urlencode' option 2023-03-06 15:35:48 +01:00
mk-ca-bundle.1 copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
MQTT.md
NEW-PROTOCOL.md
options-in-versions src: add --http3-only 2023-01-12 16:18:05 +01:00
PARALLEL-TRANSFERS.md PARALLEL-TRANSFERS.md: not "early days" for this anymore 2023-02-27 20:08:54 +01:00
README.md
RELEASE-PROCEDURE.md
ROADMAP.md
RUSTLS.md GHA: update rustls dependency to 0.9.2 2023-02-18 09:53:58 +01:00
SECURITY-PROCESS.md
SSL-PROBLEMS.md
SSLCERTS.md
THANKS THANKS: add contributors from 7.88.1 2023-02-20 08:24:46 +01:00
THANKS-filter copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
TheArtOfHttpScripting.md
TODO KNOW_BUGS: cleanups with some changed to TODOs 2023-02-13 17:10:57 +01:00
URL-SYNTAX.md smb: return error on upload without size 2023-02-12 18:04:41 +01:00
VERSIONS.md
WEBSOCKET.md WEBSOCKET.md: typo 2023-02-10 10:28:40 +01:00

curl logo

Documentation

you will 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 would rather see the rendered version of the documentation, check out the curl website's documentation section for general curl stuff or the libcurl section for libcurl related documentation.