- Aug 09, 2016
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Aug 08, 2016
-
-
Daniel Stenberg authored
-
- Aug 07, 2016
-
-
Daniel Stenberg authored
-
- Aug 04, 2016
-
-
Daniel Stenberg authored
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
-
- Aug 03, 2016
-
-
Bill Nagel authored
-
Daniel Stenberg authored
-
- Aug 02, 2016
-
-
Daniel Stenberg authored
Closes #835
-
Daniel Stenberg authored
Closes #768
-
Daniel Stenberg authored
Closes #662
-
Daniel Stenberg authored
Closes #885
-
- Jul 26, 2016
-
-
Viktor Szakats authored
merged #931
-
Daniel Stenberg authored
-
- Jul 21, 2016
-
-
Daniel Stenberg authored
... and make the distros link a proper link
-
Kamil Dudka authored
-
Daniel Stenberg authored
-
- Jul 19, 2016
-
-
Daniel Stenberg authored
-
- Jul 14, 2016
-
-
Timothy Polich authored
Closes https://github.com/curl/curl/pull/914
-
- Jul 09, 2016
-
-
Jay Satiro authored
Explain how some FTP servers support the machine readable listing format MLSD from RFC 3659 and compare it to LIST. Ref: https://github.com/curl/curl/issues/906
-
- Jun 30, 2016
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
Closes #896
-
- Jun 29, 2016
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
Reported-by: Richard Gray Bug: https://curl.haxx.se/mail/lib-2016-06/0136.html
-
- Jun 28, 2016
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
... as previously the README.cmake would be picked and put at the bottom of the docs page there and it wasn't very representative!
-
Daniel Stenberg authored
Closes #740
-
- Jun 22, 2016
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Jun 21, 2016
-
-
Daniel Stenberg authored
Closes #883
-
- Jun 17, 2016
-
-
Daniel Stenberg authored
-
- Jun 16, 2016
-
-
Daniel Stenberg authored
-
- Jun 11, 2016
-
-
Jay Satiro authored
When CURLOPT_POSTFIELDS is set to an empty string libcurl will send a zero-byte POST. Prior to this change it was documented as sending data from the read callback. This also changes the wording of what happens when empty or NULL so that it's hopefully easier to understand for people whose primary language isn't English. Bug: https://github.com/curl/curl/issues/862 Reported-by: Askar Safin
-
- Jun 09, 2016
-
-
Michael Wallner authored
- Remove some erroneous text. Closes https://github.com/curl/curl/pull/865
-