curl/docs
Daniel Stenberg 4732ca5724 CURLOPT_TCP_NODELAY: now enabled by default
After a few wasted hours hunting down the reason for slowness during a
TLS handshake that turned out to be because of TCP_NODELAY not being
set, I think we have enough motivation to toggle the default for this
option. We now enable TCP_NODELAY by default and allow applications to
switch it off.

This also makes --tcp-nodelay unnecessary, but --no-tcp-nodelay can be
used to disable it.

Thanks-to: Tim Rühsen
Bug: https://curl.haxx.se/mail/lib-2016-06/0143.html
2016-08-05 00:12:57 +02:00
..
examples make/checksrc: use $srcdir, not $top_srcdir 2016-04-19 08:56:06 +02:00
libcurl CURLOPT_TCP_NODELAY: now enabled by default 2016-08-05 00:12:57 +02:00
.gitignore
BINDINGS
BUGS
CHECKSRC.md CHECKSRC.md: clarified, explained the whitelist file 2016-05-02 11:18:59 +02:00
CODE_OF_CONDUCT.md
CODE_STYLE.md
CONTRIBUTE
curl-config.1
curl.1 curl.1: the used progress meter suffix is k in lower case 2016-06-22 00:37:36 +02:00
FAQ mbedtls: Added support for NTLM 2016-08-03 19:33:59 +01:00
FEATURES mbedtls: Added support for NTLM 2016-08-03 19:33:59 +01:00
HISTORY
HTTP2.md
HTTP-COOKIES.md
index.html
INSTALL
INSTALL.cmake
INSTALL.devcpp
INTERNALS internals: rename the SessionHandle struct to Curl_easy 2016-06-22 10:28:41 +02:00
KNOWN_BUGS KNOWN_BUGS: SOCKS proxy not working via IPv6 2016-08-03 00:24:08 +02:00
LICENSE-MIXING
MAIL-ETIQUETTE
Makefile.am dist: include CHECKSRC.md 2016-05-18 10:35:15 +02:00
MANUAL
mk-ca-bundle.1
README.cmake
README.md docs/README.md: to render nicer pages on github 2016-06-28 14:09:51 +02:00
README.netware
README.win32
RELEASE-PROCEDURE
RESOURCES
ROADMAP.md ROADMAP: QUIC and TLS 1.3 2016-07-19 23:10:39 +02:00
SECURITY SECURITY: mention how to get windows-specific CVEs 2016-07-22 01:47:13 +02:00
SSL-PROBLEMS
SSLCERTS
THANKS THANKS: 7 new contributors from the 7.50.1 release 2016-08-03 08:37:16 +02:00
THANKS-filter THANKS-filter: more name cleanups 2016-05-23 10:08:15 +02:00
TheArtOfHttpScripting
TODO TODO: Provide cmake config-file 2016-08-03 00:15:58 +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 ideally for reading directly in your browser.

If you 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.