curl/docs
rcombs 07f80f968d
multi: use a pipe instead of a socketpair on apple platforms
Sockets may be shut down by the kernel when the app is moved to the
background, but pipes are not.

Removed from KNOWN_BUGS

Fixes #6132
Closes #9368
2022-08-25 17:43:08 +02:00
..
cmdline-opts docs/cmdline-opts: remove \& escapes from all .d files 2022-08-23 13:43:10 +02:00
examples examples/curlx.c: remove 2022-08-18 00:00:12 +02:00
libcurl CURLOPT_BUFFERSIZE.3: add upload buffersize to see also 2022-08-23 14:54:55 +02:00
.gitignore copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00
ALTSVC.md
BINDINGS.md
BUFREF.md
BUG-BOUNTY.md
BUGS.md BUGS.md: improve language 2022-07-26 11:18:54 +02:00
CHECKSRC.md
CIPHERS.md schannel: Add TLS 1.3 support 2022-08-02 13:54:31 -04:00
CMakeLists.txt copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00
CODE_OF_CONDUCT.md
CODE_REVIEW.md
CODE_STYLE.md
CONTRIBUTE.md CONTRIBUTE: mention how we maintain REUSE compliance 2022-06-21 23:48:57 +02:00
curl-config.1 copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00
CURL-DISABLE.md
DEPRECATE.md DEPRECATE.md: push the NSS deprecation date forward one year to 2023 2022-08-17 10:07:13 +02:00
DYNBUF.md
EXPERIMENTAL.md configure: warn about rustls being experimental 2022-06-15 23:33:00 +02:00
FAQ
FEATURES.md
GOVERNANCE.md
HELP-US.md
HISTORY.md
HSTS.md
HTTP2.md
HTTP3.md HTTP3.md: add missing autoreconf command for building with wolfssl 2022-08-23 14:17:20 +02:00
HTTP-COOKIES.md
HYPER.md
INSTALL
INSTALL.cmake
INSTALL.md
INTERNALS.md INTERNALS: bring back the "Library symbols" section 2022-06-22 10:38:03 +02:00
KNOWN_BUGS multi: use a pipe instead of a socketpair on apple platforms 2022-08-25 17:43:08 +02:00
MAIL-ETIQUETTE docs: remove him/her/he/she from documentation 2022-07-27 13:52:53 +02:00
Makefile.am copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00
MANUAL.md
mk-ca-bundle.1 copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00
MQTT.md
NEW-PROTOCOL.md
options-in-versions
PARALLEL-TRANSFERS.md
README.md
RELEASE-PROCEDURE.md RELEASE-NOTES: synced 2022-06-18 12:21:48 +02:00
ROADMAP.md
RUSTLS.md
SECURITY-PROCESS.md docs: remove him/her/he/she from documentation 2022-07-27 13:52:53 +02:00
SSL-PROBLEMS.md
SSLCERTS.md
THANKS THANKS: merged two entries for Evgeny Grin 2022-07-01 09:49:14 +02:00
THANKS-filter THANKS: merged two entries for Evgeny Grin 2022-07-01 09:49:14 +02:00
TheArtOfHttpScripting.md
TODO
URL-SYNTAX.md
VERSIONS.md

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.