curl/docs
Daniel Stenberg a5f5687368
urlapi: make Curl_is_absolute_url always use MAX_SCHEME_LEN
Instad of having all callers pass in the maximum length, always use
it. The passed in length is instead used only as the length of the
target buffer for to storing the scheme name in, if used.

Added the scheme max length restriction to the curl_url_set.3 man page.

Follow-up to 45bcb2eaa7

Closes #8047
2021-11-25 08:33:48 +01:00
..
cmdline-opts page-footer: fix typo 2021-11-19 18:11:13 +01:00
examples docs: reduce/avoid English contractions 2021-11-07 23:16:27 +01:00
libcurl urlapi: make Curl_is_absolute_url always use MAX_SCHEME_LEN 2021-11-25 08:33:48 +01:00
.gitignore
ALTSVC.md
BINDINGS.md
BUFREF.md
BUG-BOUNTY.md docs: reduce/avoid English contractions 2021-11-07 23:16:27 +01:00
BUGS.md docs: reduce/avoid English contractions 2021-11-07 23:16:27 +01:00
CHECKSRC.md docs/checksrc: Add documentation for STRERROR 2021-11-11 15:40:14 +01:00
CIPHERS.md
CMakeLists.txt
CODE_OF_CONDUCT.md
CODE_REVIEW.md docs: reduce/avoid English contractions 2021-11-07 23:16:27 +01:00
CODE_STYLE.md docs: reduce/avoid English contractions 2021-11-07 23:16:27 +01:00
CONTRIBUTE.md tests/CI.md: add more information on CI environments 2021-11-23 09:38:44 +01:00
curl-config.1
CURL-DISABLE.md
DEPRECATE.md docs: reduce/avoid English contractions 2021-11-07 23:16:27 +01:00
DYNBUF.md docs: reduce/avoid English contractions 2021-11-07 23:16:27 +01:00
ECH.md
EXPERIMENTAL.md
FAQ docs: reduce/avoid English contractions 2021-11-07 23:16:27 +01:00
FEATURES.md
GOVERNANCE.md docs: reduce/avoid English contractions 2021-11-07 23:16:27 +01:00
HELP-US.md docs: reduce/avoid English contractions 2021-11-07 23:16:27 +01:00
HISTORY.md docs: reduce/avoid English contractions 2021-11-07 23:16:27 +01:00
HSTS.md
HTTP2.md docs: reduce/avoid English contractions 2021-11-07 23:16:27 +01:00
HTTP3.md docs: reduce/avoid English contractions 2021-11-07 23:16:27 +01:00
HTTP-COOKIES.md docs: reduce/avoid English contractions 2021-11-07 23:16:27 +01:00
HYPER.md docs: reduce/avoid English contractions 2021-11-07 23:16:27 +01:00
INSTALL
INSTALL.cmake docs: reduce/avoid English contractions 2021-11-07 23:16:27 +01:00
INSTALL.md docs: reduce/avoid English contractions 2021-11-07 23:16:27 +01:00
INTERNALS.md docs: reduce/avoid English contractions 2021-11-07 23:16:27 +01:00
KNOWN_BUGS docs: reduce/avoid English contractions 2021-11-07 23:16:27 +01:00
MAIL-ETIQUETTE docs: reduce/avoid English contractions 2021-11-07 23:16:27 +01:00
Makefile.am
MANUAL.md docs: reduce/avoid English contractions 2021-11-07 23:16:27 +01:00
mk-ca-bundle.1
MQTT.md docs: reduce/avoid English contractions 2021-11-07 23:16:27 +01:00
NEW-PROTOCOL.md docs: reduce/avoid English contractions 2021-11-07 23:16:27 +01:00
options-in-versions mime: use percent-escaping for multipart form field and file names 2021-11-15 10:40:03 +01:00
PARALLEL-TRANSFERS.md docs: reduce/avoid English contractions 2021-11-07 23:16:27 +01:00
README.md docs: reduce/avoid English contractions 2021-11-07 23:16:27 +01:00
RELEASE-PROCEDURE.md
ROADMAP.md
RUSTLS.md zuul.d: update rustls-ffi to version 0.8.2 2021-11-15 09:50:08 +01:00
SECURITY-PROCESS.md docs: reduce/avoid English contractions 2021-11-07 23:16:27 +01:00
SSL-PROBLEMS.md docs: reduce/avoid English contractions 2021-11-07 23:16:27 +01:00
SSLCERTS.md docs: reduce/avoid English contractions 2021-11-07 23:16:27 +01:00
THANKS THANKS: add contributors from the 7.80.0 cycle 2021-11-10 07:32:46 +01:00
THANKS-filter
TheArtOfHttpScripting.md docs: reduce/avoid English contractions 2021-11-07 23:16:27 +01:00
TODO docs: reduce/avoid English contractions 2021-11-07 23:16:27 +01:00
URL-SYNTAX.md docs: reduce/avoid English contractions 2021-11-07 23:16:27 +01:00
VERSIONS.md docs: reduce/avoid English contractions 2021-11-07 23:16:27 +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.