curl/docs
Cristian Morales Vega f21cc62832
cmake: make CURL_ZLIB a tri-state variable
By differentiating between ON and AUTO it can make a missing zlib
library a hard error when CURL_ZLIB=ON is used.

Reviewed-by: Jakub Zakrzewski
Closes #6221
Fixes #6173
2020-11-19 13:38:47 +01:00
..
cmdline-opts docs: Fix various typos in documentation 2020-11-05 09:36:24 +01:00
examples httpput-postfields.c: new example doing PUT with POSTFIELDS 2020-11-13 09:20:57 +01:00
libcurl CURLOPT_HSTS.3: document the file format 2020-11-13 23:28:58 +01:00
.gitignore
ALTSVC.md
BINDINGS.md
BUG-BOUNTY.md
BUGS.md curl.se: new home 2020-11-04 23:59:47 +01:00
CHECKSRC.md
CIPHERS.md curl.se: new home 2020-11-04 23:59:47 +01:00
CMakeLists.txt curl.se: new home 2020-11-04 23:59:47 +01:00
CODE_OF_CONDUCT.md
CODE_REVIEW.md
CODE_STYLE.md
CONTRIBUTE.md curl.se: new home 2020-11-04 23:59:47 +01:00
curl-config.1 curl.se: new home 2020-11-04 23:59:47 +01:00
CURL-DISABLE.md
DEPRECATE.md
DYNBUF.md
ECH.md curl.se: new home 2020-11-04 23:59:47 +01:00
EXPERIMENTAL.md
FAQ FAQ: remove "Why is there a HTTP/1.1 in my HTTP/2 request?" 2020-11-06 09:28:49 +01:00
FEATURES.md
GOVERNANCE.md
HELP-US.md curl.se: new home 2020-11-04 23:59:47 +01:00
HISTORY.md HISTORY: the new domain 2020-11-04 23:59:53 +01:00
HSTS.md
HTTP2.md
HTTP3.md
HTTP-COOKIES.md curl.se: new home 2020-11-04 23:59:47 +01:00
INSTALL
INSTALL.cmake
INSTALL.md
INTERNALS.md curl.se: new home 2020-11-04 23:59:47 +01:00
KNOWN_BUGS cmake: make CURL_ZLIB a tri-state variable 2020-11-19 13:38:47 +01:00
MAIL-ETIQUETTE curl.se: new home 2020-11-04 23:59:47 +01:00
Makefile.am curl.se: new home 2020-11-04 23:59:47 +01:00
MANUAL.md curl.se: new home 2020-11-04 23:59:47 +01:00
mk-ca-bundle.1 curl.se: new home 2020-11-04 23:59:47 +01:00
MQTT.md
options-in-versions
PARALLEL-TRANSFERS.md
README.md curl.se: new home 2020-11-04 23:59:47 +01:00
RELEASE-PROCEDURE.md
ROADMAP.md curl.se: new home 2020-11-04 23:59:47 +01:00
SECURITY-PROCESS.md curl.se: new home 2020-11-04 23:59:47 +01:00
SSL-PROBLEMS.md curl.se: new home 2020-11-04 23:59:47 +01:00
SSLCERTS.md curl.se: new home 2020-11-04 23:59:47 +01:00
THANKS
THANKS-filter THANKS-filter: ignore autobuild links 2020-11-09 10:15:15 +01:00
TheArtOfHttpScripting.md docs: Fix various typos in documentation 2020-11-05 09:36:24 +01:00
TODO curl.se: new home 2020-11-04 23:59:47 +01:00
VERSIONS.md

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 website's documentation section for general curl stuff or the libcurl section for libcurl related documentation.