curl/docs
Daniel Stenberg b889408500
curl: support parallel transfers
This is done by making sure each individual transfer is first added to a
linked list as then they can be performed serially, or at will, in
parallel.

Closes #3804
2019-07-20 19:14:16 +02:00
..
cmdline-opts curl: support parallel transfers 2019-07-20 19:14:16 +02:00
examples docs: Fix links to OpenSSL docs 2019-06-30 17:16:28 -04:00
libcurl curl_version_info: provide nghttp2 details 2019-07-20 00:06:42 +02:00
.gitignore
ALTSVC.md
BINDINGS.md
BUG-BOUNTY.md BUG-BOUNTY: minor formatting fixes [ci skip] 2019-05-09 23:30:26 +02:00
BUGS docs/BUG-BOUNTY: bug bounty time [skip ci] 2019-04-22 17:19:19 +02:00
CHECKSRC.md
CIPHERS.md CIPHERS.md: Explain Schannel error SEC_E_ALGORITHM_MISMATCH 2019-07-17 01:08:23 -04:00
CMakeLists.txt
CODE_OF_CONDUCT.md
CODE_STYLE.md docs: Markdown and misc improvements [ci skip] 2019-05-16 22:11:27 +00:00
CONTRIBUTE.md
curl-config.1
DEPRECATE.md DEPRECATE: fixup versions and spelling 2019-07-11 02:43:03 -04:00
FAQ FAQ: more minor updates and spelling fixes 2019-05-25 23:33:53 +02:00
FEATURES
GOVERNANCE.md
HELP-US.md
HISTORY.md
HTTP2.md
HTTP-COOKIES.md
INSTALL
INSTALL.cmake
INSTALL.md docs: Markdown and misc improvements [ci skip] 2019-05-16 22:11:27 +00:00
INTERNALS.md wolfssl: refer to it as wolfSSL only 2019-06-10 09:18:16 +02:00
KNOWN_BUGS KNOWN_BUGS: Don't clear digest for single realm 2019-06-24 23:26:59 +02:00
LICENSE-MIXING.md
MAIL-ETIQUETTE
Makefile.am docs/BUG-BOUNTY: bug bounty time [skip ci] 2019-04-22 17:19:19 +02:00
MANUAL.md docs/MANUAL.md: converted to markdown from plain text 2019-07-20 19:10:05 +02:00
mk-ca-bundle.1
README.cmake
README.md
README.netware
README.win32
RELEASE-PROCEDURE.md docs: Markdown and misc improvements [ci skip] 2019-05-16 22:11:27 +00:00
RESOURCES
ROADMAP.md
SECURITY-PROCESS.md SECURITY-PROCESS: fix links [ci skip] 2019-05-11 17:50:37 +02:00
SSL-PROBLEMS.md docs: Markdown and misc improvements [ci skip] 2019-05-16 22:11:27 +00:00
SSLCERTS.md
THANKS THANKS: 7.65.3 status 2019-07-19 11:32:15 +02:00
THANKS-filter
TheArtOfHttpScripting
TODO TODO: "at least N milliseconds between requests" [ci skip] 2019-06-03 22:55:48 +02:00
VERSIONS

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