curl/docs
Daniel Stenberg 01d9b8bc7c
curl: move IPFS code into src/tool_ipfs.[ch]
- convert ensure_trailing into ensure_trailing_slash
- strdup the URL string to own it proper
- use shorter variable names
- combine some expressions
- simplify error handling in ipfs_gateway()
- add MAX_GATEWAY_URL_LEN + proper bailout if maximum is reached
- ipfs-gateway.d polish and simplification
- shorten ipfs error message + make them "synthetic"

Closes #12281
2023-11-07 07:42:28 +01:00
..
cmdline-opts curl: move IPFS code into src/tool_ipfs.[ch] 2023-11-07 07:42:28 +01:00
examples docs/example/keepalive.c: show TCP keep-alive options 2023-11-01 10:57:15 +01:00
libcurl docs: remove bold from some man page SYNOPSIS sections 2023-11-04 12:29:41 +01:00
.gitignore copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
ALTSVC.md altsvc: accept and parse IPv6 addresses in response headers 2023-08-28 17:08:42 +02:00
BINDINGS.md BINDINGS: add V binding 2023-10-23 07:57:31 +02:00
BUFQ.md tidy-up: mostly whitespace nits 2023-08-31 23:02:10 +00:00
BUFREF.md docs: spellfixes 2022-09-21 15:20:08 +02:00
BUG-BOUNTY.md docs: link to the website versions instead of markdowns 2023-08-02 00:47:41 +02:00
BUGS.md tidy-up: mostly whitespace nits 2023-08-31 23:02:10 +00:00
CHECKSRC.md tool: use our own stderr variable 2023-09-28 10:50:56 +00:00
CIPHERS.md gskit: remove 2023-08-07 20:57:48 +02:00
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 docs: spellfixes 2022-09-21 15:20:08 +02:00
CODE_STYLE.md docs: rewrite to present tense 2023-08-23 23:26:10 +02:00
CONNECTION-FILTERS.md tidy-up: mostly whitespace nits 2023-08-31 23:02:10 +00:00
CONTRIBUTE.md docs: rewrite to present tense 2023-08-23 23:26:10 +02:00
curl-config.1 man pages: simplify the .TH sections 2023-04-26 10:17:13 +02:00
CURL-DISABLE.md lib: add ability to disable auths individually 2023-09-07 17:45:06 +02:00
DEPRECATE.md mingw: delete support for legacy mingw.org toolchain 2023-09-23 09:12:57 +00:00
DYNBUF.md docs: rewrite to present tense 2023-08-23 23:26:10 +02:00
EARLY-RELEASE.md docs: rewrite to present tense 2023-08-23 23:26:10 +02:00
EXPERIMENTAL.md HTTP3: ngtcp2 builds are no longer experimental 2023-10-31 14:31:46 +01:00
FAQ tidy-up: use more example domains 2023-09-29 18:25:56 +00:00
FEATURES.md nss: remove support for this TLS library 2023-07-29 23:44:28 +02:00
GOVERNANCE.md misc: typo and grammar fixes 2022-10-27 10:01:30 +02:00
HELP-US.md docs: rewrite to present tense 2023-08-23 23:26:10 +02:00
HISTORY.md docs: rewrite to present tense 2023-08-23 23:26:10 +02:00
HSTS.md docs: spellfixes 2022-09-21 15:20:08 +02:00
HTTP2.md docs: rewrite to present tense 2023-08-23 23:26:10 +02:00
HTTP3.md HTTP3: ngtcp2 builds are no longer experimental 2023-10-31 14:31:46 +01:00
HTTP-COOKIES.md docs: use a space after RFC when spelling out RFC numbers 2023-07-09 19:13:33 +02:00
HYPER.md tidy-up: mostly whitespace nits 2023-08-31 23:02:10 +00:00
INSTALL
INSTALL.cmake nss: remove support for this TLS library 2023-07-29 23:44:28 +02:00
INSTALL.md build: require Windows XP or newer 2023-10-30 10:46:40 +00:00
INTERNALS.md gskit: remove 2023-08-07 20:57:48 +02:00
IPFS.md tool_operate: fix links in ipfs errors 2023-10-16 08:42:19 +02:00
KNOWN_BUGS docs: KNOWN_BUGS cleanup 2023-11-05 10:39:32 +01:00
MAIL-ETIQUETTE docs: rewrite to present tense 2023-08-23 23:26:10 +02:00
Makefile.am docs: preserve the modification date when copying the prebuilt man page 2023-11-04 19:39:48 +01:00
MANUAL.md tidy-up: use more example domains 2023-09-29 18:25:56 +00:00
mk-ca-bundle.1 man pages: simplify the .TH sections 2023-04-26 10:17:13 +02:00
MQTT.md tidy-up: use more example domains 2023-09-29 18:25:56 +00:00
NEW-PROTOCOL.md docs: minor grammar fixes 2022-09-29 10:44:12 +02:00
options-in-versions curl: add support for the IPFS protocols: 2023-09-23 11:02:10 +02:00
PARALLEL-TRANSFERS.md PARALLEL-TRANSFERS.md: not "early days" for this anymore 2023-02-27 20:08:54 +01:00
README.md docs: reduce/avoid English contractions 2021-11-07 23:16:27 +01:00
RELEASE-PROCEDURE.md RELEASE-PROCEDURE.md: updated coming release dates 2023-10-02 13:31:51 +02:00
ROADMAP.md spellcheck.words: remove 'github' as an accepted word 2022-10-27 15:53:11 +02:00
RUSTLS.md rustls: update rustls-ffi 0.10.0 2023-07-22 23:40:44 +02:00
SECURITY-ADVISORY.md misc: remove duplicate words 2023-08-29 10:39:31 +02:00
SSL-PROBLEMS.md misc: typo and grammar fixes 2022-10-27 10:01:30 +02:00
SSLCERTS.md nss: remove support for this TLS library 2023-07-29 23:44:28 +02:00
THANKS THANKS: add contributors from 8.4.0 2023-10-11 07:34:19 +02:00
THANKS-filter THANKS: add contributors from 8.4.0 2023-10-11 07:34:19 +02:00
TheArtOfHttpScripting.md tidy-up: use more example domains 2023-09-29 18:25:56 +00:00
TODO spelling: fix codespell 2.2.6 typos 2023-10-03 21:37:56 +00:00
URL-SYNTAX.md misc: fix spelling 2023-08-25 20:54:14 +02:00
VERSIONS.md docs: spellfixes 2022-09-21 15:20:08 +02:00
VULN-DISCLOSURE-POLICY.md VULN-DISCLOSURE-POLICY: escape sequences are not a security flaw 2023-11-06 12:51:00 +01:00
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.