- Apr 28, 2016
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
Even if deprecated, document it so that people will find it as old scripts may still use it.
-
Daniel Stenberg authored
The code said "telnet-options" but no documentation ever said so. It worked fine since the code is fine with a unique match of the first part.
-
Daniel Stenberg authored
It has been deprecated and undocumented since commit ad5ead8b (Dec 2003). --ftp-port is the proper long option name.
-
Daniel Stenberg authored
To make the aliases list reflect reality.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
... moved around options so that parsing the code to find all single-letter options easier.
-
Jay Satiro authored
Bug: https://curl.haxx.se/mail/lib-2016-04/0126.html Reported-by: Bru Rom
-
Daniel Stenberg authored
-
Daniel Stenberg authored
- checks that each option has its own man page present - checks that each option is mentioned in its corresponding index man page
-
Daniel Stenberg authored
... although it is deprecated.
-
Jay Satiro authored
This also fixes PolarSSL session resume. Prior to this change the TLS session information wasn't properly saved and restored for PolarSSL and mbedTLS. Bug: https://curl.haxx.se/mail/lib-2016-01/0070.html Reported-by: Thomas Glanzmann Bug: https://curl.haxx.se/mail/lib-2016-04/0095.html Reported-by: Moti Avrahami
-
- Apr 27, 2016
-
-
Daniel Stenberg authored
-
- Apr 26, 2016
-
-
Michael Kaufmann authored
Fixes #779
-
Daniel Stenberg authored
OpenSSL 1.1.0-pre seems to return NULL(?) for a whole lot of those numbers so make sure the function handles this. Reported-by: Linus Nordberg
-
Marcel Raad authored
Previously, connections were closed immediately before the user had a chance to extract the socket when the proxy required Negotiate authentication. This regression was brought in with the security fix in commit 79b9d5f1 Closes #655
-
Daniel Stenberg authored
-
- Apr 25, 2016
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
Closes #716
-
Daniel Stenberg authored
While being debated (in #716) and a violation of RFC 7230 section 5.4, this test verifies that the existing functionality works as intended. It strips the dot from the host name and uses the host without dot throughout the internals.
-
Daniel Stenberg authored
Regression introduced in 09b5a998 Bug: https://curl.haxx.se/mail/lib-2016-04/0084.html Reported-by: BoBo
-
Daniel Stenberg authored
-
Daniel Stenberg authored
follow-up commit to 3c1e84f5 as it made curl try a little harder
-
Daniel Stenberg authored
-
Karlson2k authored
If buffer is allocated, but nothing is received during prereceive stage, than number of processed bytes must be zero. Closes #778
-
Daniel Stenberg authored
Closes #686 for now.
-
- Apr 24, 2016
-
-
Daniel Stenberg authored
Adding support for IRIs is a mouthful, but is probably interesting at least for areas and countries where the use of such "URLs" are growing popularity. Closes #776
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Travis Burtrum authored
-
- Apr 22, 2016
-
-
Patrick Monnerat authored
-
Patrick Monnerat authored
-
Daniel Stenberg authored
It got too annoying to type =)
-
Daniel Stenberg authored
-
Daniel Stenberg authored
The underlying libcurl option used for this feature is CURLOPT_FTP_CREATE_MISSING_DIRS which has the ability to retry the dir creation, but it was never set to do that by the command line tool. Now it does. Bug: https://curl.haxx.se/mail/archive-2016-04/0021.html Reported-by: John Wanghui Help-by: Leif W
-
- Apr 21, 2016
-
-
Henrik S. Gaßmann authored
Add WITH_MBEDTLS option. Make WITH_SSL, WITH_MBEDTLS and ENABLE_WINSSL options mutual exclusive. Closes #606
-
Daniel Stenberg authored
As of commit d9f3b365
-