History log of /curl/docs/libcurl/opts/Makefile.am (Results 26 – 46 of 46)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 332414a3 24-Feb-2016 Jay Satiro

getinfo: CURLINFO_TLS_SSL_PTR supersedes CURLINFO_TLS_SESSION

The two options are almost the same, except in the case of OpenSSL:

CURLINFO_TLS_SESSION OpenSSL session internals is S

getinfo: CURLINFO_TLS_SSL_PTR supersedes CURLINFO_TLS_SESSION

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

show more ...


Revision tags: curl-7_46_0, curl-7_45_0
# 186546f1 24-Aug-2015 Jay Satiro

TFTP: add option to suppress TFTP option requests (Part 2)

- Add tests.

- Add an example to CURLOPT_TFTP_NO_OPTIONS.3.

- Add --tftp-no-options to expose CURLOPT_TFTP_NO_OPT

TFTP: add option to suppress TFTP option requests (Part 2)

- 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

show more ...


# 4af40b36 02-Feb-2016 Daniel Stenberg

URLs: change all http:// URLs to https://


# b7d894d8 23-Oct-2015 Daniel Stenberg

http2: add stream options to dist and curl_easy_setopt.3


# 3d4ffa71 12-Sep-2015 Daniel Stenberg

opts: add CURLINFO_* man pages to dist


# 9756d1da 23-Aug-2015 Nathaniel Waisbrot

CURLOPT_DEFAULT_PROTOCOL: added

- Add new option CURLOPT_DEFAULT_PROTOCOL to allow specifying a default
protocol for schemeless URLs.

- Add new tool option --proto-default to ex

CURLOPT_DEFAULT_PROTOCOL: added

- Add new option CURLOPT_DEFAULT_PROTOCOL to allow specifying a default
protocol for schemeless URLs.

- Add new tool option --proto-default to expose
CURLOPT_DEFAULT_PROTOCOL.

In the case of schemeless URLs libcurl will behave in this way:

When the option is used libcurl will use the supplied default.

When the option is not used, libcurl will follow its usual plan of
guessing from the hostname and falling back to 'http'.

show more ...


Revision tags: curl-7_44_0, curl-7_43_0
# 70191958 01-Jun-2015 Daniel Stenberg

http2: initial HTTP/2 server push types/docs


# 81144375 12-May-2015 Daniel Stenberg

CURLOPT_PIPEWAIT: added

By setting this option to 1 libcurl will wait for a connection to reveal
if it is possible to pipeline/multiplex on before it continues.


Revision tags: curl-7_42_1
# 07412711 28-Apr-2015 Daniel Stenberg

dist: ship CURLOPT_PROXY_SERVICE_NAME and CURLOPT_SERVICE_NAME


# ba474184 22-Apr-2015 Kamil Dudka

docs: distribute the CURLOPT_PINNEDPUBLICKEY(3) man page, too


Revision tags: curl-7_42_0
# 5d232792 23-Mar-2015 Daniel Stenberg

CURLOPT_PATH_AS_IS: added

--path-as-is is the command line option

Added docs in curl.1 and CURLOPT_PATH_AS_IS.3

Added test in test 1241


Revision tags: curl-7_41_0
# 4dcd25e1 14-Feb-2015 Alessandro Ghedini

url: add CURLOPT_SSL_FALSESTART option

This option can be used to enable/disable TLS False Start defined in the RFC
draft-bmoeller-tls-falsestart.


# 14a6cfad 16-Jan-2015 Daniel Stenberg

opts: add CURLOPT_SSL_VERIFYSTATUS* to docs/Makefile


Revision tags: curl-7_40_0
# b216427e 04-Dec-2014 Daniel Stenberg

opts: added CURLOPT_UNIX_SOCKET_PATH to Makefile.am


Revision tags: curl-7_39_0
# fb249902 04-Nov-2014 Daniel Stenberg

opts-Makefile: put more man pages into dist and make hmtl+pdf


# a14ccfff 03-Nov-2014 Daniel Stenberg

opts: made stand-alone man-pages for several multi options


Revision tags: curl-7_38_0, curl-7_37_1
# d4cc9db6 21-Jun-2014 Dan Fandrich

opts: fixed mancheck for out-of-tree builds


# 662f749c 19-Jun-2014 Daniel Stenberg

opts: add the rest of the options

... and fixed mancheck to ignore obsolete options


# ba1d831c 18-Jun-2014 Daniel Stenberg

opts: makefile now includes all current man pages


# 1a876a37 18-Jun-2014 Daniel Stenberg

opts: add all existing man pages to the dist


# b56dff79 16-Jun-2014 Daniel Stenberg

opts: initial makefile

with a bonus first rough 'mancheck' target to see which man pages that
are still missing


12