curl/docs
Johann150 68f6c56396
curl_url_set.3: add memory management information
wording taken from man page for CURLOPT_URL.3

As far as I can see, the URL part is either malloc'ed before due to
encoding or it is strdup'ed.

Closes #6953
2021-04-25 14:13:29 +02:00
..
cmdline-opts schannel: Disable auto credentials; add an option to enable it 2021-04-22 16:53:37 -04:00
examples tidy-up: make conditional checks more consistent 2021-04-22 09:10:17 +02:00
libcurl curl_url_set.3: add memory management information 2021-04-25 14:13:29 +02:00
.gitignore
ALTSVC.md
BINDINGS.md
BUFREF.md bufref: buffer reference support 2021-04-22 09:05:53 +02:00
BUG-BOUNTY.md
BUGS.md
CHECKSRC.md checksrc: complain on == NULL or != 0 checks in conditions 2021-04-22 09:10:17 +02:00
CIPHERS.md schannel: Support strong crypto option 2021-04-22 17:40:19 -04:00
CMakeLists.txt
CODE_OF_CONDUCT.md
CODE_REVIEW.md
CODE_STYLE.md
CONTRIBUTE.md
curl-config.1
CURL-DISABLE.md hsts: enable by default 2021-04-19 08:22:16 +02:00
DEPRECATE.md
DYNBUF.md
ECH.md
EXPERIMENTAL.md hsts: enable by default 2021-04-19 08:22:16 +02:00
FAQ
FEATURES.md
GOVERNANCE.md
HELP-US.md
HISTORY.md
HSTS.md
HTTP2.md
HTTP3.md configure: provide --with-openssl, deprecate --with-ssl 2021-04-15 09:08:34 +02:00
HTTP-COOKIES.md
HYPER.md
INSTALL
INSTALL.cmake
INSTALL.md configure: make the TLS library choice(s) explicit 2021-04-22 23:19:47 +02:00
INTERNALS.md
KNOWN_BUGS tool_getparam: replace (in-place) '%20' by '+' according to RFC1866 2021-04-15 13:45:12 +02:00
MAIL-ETIQUETTE
Makefile.am bufref: buffer reference support 2021-04-22 09:05:53 +02:00
MANUAL.md
mk-ca-bundle.1
MQTT.md
NEW-PROTOCOL.md
options-in-versions schannel: Disable auto credentials; add an option to enable it 2021-04-22 16:53:37 -04:00
PARALLEL-TRANSFERS.md
README.md
RELEASE-PROCEDURE.md
ROADMAP.md
RUSTLS.md
SECURITY-PROCESS.md
SSL-PROBLEMS.md
SSLCERTS.md
THANKS THANKS: add names from 7.76.1 2021-04-13 14:32:30 +02:00
THANKS-filter
TheArtOfHttpScripting.md
TODO configure: make the TLS library choice(s) explicit 2021-04-22 23:19:47 +02:00
URL-SYNTAX.md
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.