- Mar 23, 2016
-
-
Daniel Stenberg authored
-
Jay Satiro authored
Bug: https://github.com/curl/curl/issues/685
-
- Mar 22, 2016
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
... to make it look nicer in markdown outputa
-
- Mar 20, 2016
-
-
Steve Holme authored
Rather than use TRUE, FALSE, NULL, 0 or != 0 in if/while conditions. Additionally, corrected some example code to adhere to the recommended coding style.
-
- Mar 19, 2016
-
-
Steve Holme authored
-
- Mar 18, 2016
-
-
Daniel Stenberg authored
-
- Mar 15, 2016
-
-
Jay Satiro authored
Bug: https://curl.haxx.se/mail/lib-2016-03/0150.html Reported-by: Oliver Graute
-
- Mar 14, 2016
-
-
Daniel Stenberg authored
As just discussed on the mailing list, also document how we prefer spacing in expressions.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
Ripped out from CONTRIBUTE into its own document, but also extended from there.
-
- Mar 13, 2016
-
-
Daniel Stenberg authored
-
- Mar 10, 2016
-
-
Daniel Stenberg authored
-
- Mar 09, 2016
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Mar 08, 2016
-
-
Jay Satiro authored
..SH should be .SH Bug: https://github.com/curl/curl/issues/705 Reported-by: Eric S. Raymond
-
Daniel Stenberg authored
-
- Mar 07, 2016
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
And delete trailing whitespace And rename section 17 to "command line tool" from "client" Closes #702
-
- Mar 06, 2016
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
and removed erroneous reference to test case lib509
-
Daniel Stenberg authored
-
- Feb 28, 2016
-
-
Jay Satiro authored
.. and preprocessor check TLS session info is defined for all backends.
-
- Feb 26, 2016
-
-
Daniel Stenberg authored
-
- Feb 24, 2016
-
-
Jay Satiro authored
The two options are almost the same, except in the case of OpenSSL: CURLINFO_TLS_SESSION OpenSSL session internals is SSL_CTX *. CURLINFO_TLS_SSL_PTR OpenSSL session internals is SSL *. For backwards compatibility we couldn't modify CURLINFO_TLS_SESSION to return an SSL pointer for OpenSSL. Also, add support for the 'internals' member to point to SSL object for the other backends axTLS, PolarSSL, Secure Channel, Secure Transport and wolfSSL. Bug: https://github.com/curl/curl/issues/234 Reported-by: <dkjjr89@users.noreply.github.com> Bug: https://curl.haxx.se/mail/lib-2015-09/0127.html Reported-by: Michael König
-
- Feb 23, 2016
-
-
Jay Satiro authored
- Add tests. - Add an example to CURLOPT_TFTP_NO_OPTIONS.3. - Add --tftp-no-options to expose CURLOPT_TFTP_NO_OPTIONS. Bug: https://github.com/curl/curl/issues/481
-
Michael Koenig authored
Some TFTP server implementations ignore the "TFTP Option extension" (RFC 1782-1784, 2347-2349), or implement it in a flawed way, causing problems with libcurl. Another switch for curl_easy_setopt "CURLOPT_TFTP_NO_OPTIONS" is introduced which prevents libcurl from sending TFTP option requests to a server, avoiding many problems caused by faulty implementations. Bug: https://github.com/curl/curl/issues/481
-
- Feb 20, 2016
-
-
Jay Satiro authored
-
- Feb 19, 2016
-
-
Jay Satiro authored
Bug: https://github.com/curl/curl/issues/666 Reported-by: <baumanj@users.noreply.github.com>
-
Jay Satiro authored
Bug: https://github.com/curl/curl/issues/666 Reported-by: <baumanj@users.noreply.github.com>
-
- Feb 18, 2016
-
-
Daniel Stenberg authored
-