Home
last modified time | relevance | path

Searched refs:added (Results 1 – 25 of 144) sorted by relevance

123456

/curl/docs/cmdline-opts/
H A Dpinnedpubkey.md35 OpenSSL and GnuTLS (added in 7.39.0), wolfSSL (added in 7.43.0), mbedTLS
36 (added in 7.47.0), Secure Transport macOS 10.7+/iOS 10+ (added in 7.54.1),
37 Schannel (added in 7.58.1)
41 OpenSSL, GnuTLS and wolfSSL (added in 7.44.0), mbedTLS (added in 7.47.0),
42 Secure Transport macOS 10.7+/iOS 10+ (added in 7.54.1), Schannel
43 (added in 7.58.1)
H A Dca-native.md27 (added in 8.3.0) or GnuTLS (added in 8.5.0). When curl on Windows is built to
H A Dproxy-ca-native.md26 (added in 8.3.0) or GnuTLS (added in 8.5.0). When curl on Windows is built to
H A Dssl.md28 This option is handled in LDAP (added in 7.81.0). It is fully supported by the
34 This option was formerly known as --ftp-ssl (added in 7.11.0). That option
H A Dnoproxy.md26 (`no_proxy` and `NO_PROXY`) (added in 7.53.0). If there is an environment
31 (added in 7.86.0): an appended slash and number specifies the number of
H A Dproxy.md31 and GnuTLS (added in 7.52.0). It also works for BearSSL, mbedTLS, Rustls,
32 Schannel, Secure Transport and wolfSSL (added in 7.87.0).
34 Unrecognized and unsupported proxy protocols cause an error (added in 7.52.0).
H A Dmetalink.md18 support is disabled in curl for security reasons (added in 7.78.0).
/curl/docs/libcurl/opts/
H A DCURLOPT_SSL_CIPHER_LIST.md92 OpenSSL support added in 7.9.
93 wolfSSL support added in 7.53.0.
94 Schannel support added in 7.61.0.
95 Secure Transport support added in 7.77.0.
96 BearSSL support added in 7.83.0.
97 mbedTLS support added in 8.8.0.
98 Rustls support added in 8.10.0.
H A DCURLOPT_TLS13_CIPHERS.md85 OpenSSL support added in 7.61.0, available when built with OpenSSL \>= 1.1.1.
86 LibreSSL support added in 8.3.0, available when built with LibreSSL \>= 3.4.1.
87 wolfSSL support added in 8.10.0.
88 mbedTLS support added in 8.10.0, available when built with mbedTLS \>= 3.6.0.
89 Rustls support added in 8.10.0.
H A DCURLOPT_PROXY_TLS13_CIPHERS.md85 OpenSSL support added in 7.61.0, available when built with OpenSSL \>= 1.1.1.
86 LibreSSL support added in 8.3.0, available when built with LibreSSL \>= 3.4.1.
87 wolfSSL support added in 8.10.0.
88 mbedTLS support added in 8.10.0, available when built with mbedTLS \>= 3.6.0.
89 Rustls support added in 8.10.0.
H A DCURLOPT_RESOLVE.md59 Entries added without the leading plus character never times out whereas
60 entries added with `+HOST:...` times out just like ordinary DNS cache entries.
74 number must exactly match what was added previously.
111 Added in 7.21.3. Removal support added in 7.42.0.
113 Support for providing the ADDRESS within [brackets] was added in 7.57.0.
115 Support for providing multiple IP addresses per entry was added in 7.59.0.
117 Support for adding non-permanent entries by using the "+" prefix was added in
H A DCURLINFO_CERTINFO.md99 GnuTLS support added in 7.42.0. Schannel support added in 7.50.0. Secure
100 Transport support added in 7.79.0. mbedTLS support added in 8.9.0.
H A DCURLOPT_PROXY_SSL_CIPHER_LIST.md94 OpenSSL support added in 7.52.0.
95 wolfSSL, Schannel, Secure Transport, and BearSSL support added in 7.87.0
96 mbedTLS support added in 8.8.0.
97 Rustls support added in 8.10.0.
H A DCURLSHOPT_SHARE.md49 object. Note that when you use the multi interface, all easy handles added to
57 by default. Note this symbol was added in 7.10.3 but was not implemented until
70 additional transfers added to them if the existing connection is held by the
74 Support for **CURL_LOCK_DATA_CONNECT** was added in 7.57.0, but the symbol
77 Note that when you use the multi interface, all easy handles added to the same
88 Note that when you use the multi interface, all easy handles added to the same
H A DCURLOPT_CERTINFO.md90 Schannel support added in 7.50.0. Secure Transport support added in 7.79.0.
91 mbedTLS support added in 8.9.0.
H A DCURLOPT_COOKIELIST.md107 may have added, deleted or modified cookies by then. The cookies that
126 **ALL** was added in 7.14.1
128 **SESS** was added in 7.15.4
130 **FLUSH** was added in 7.17.1
132 **RELOAD** was added in 7.39.0
H A DCURLINFO_RESPONSE_CODE.md64 The former name, CURLINFO_HTTP_CODE, was added in 7.4.1. Support for SMTP
65 responses added in 7.25.0, for OpenLDAP in 7.81.0.
/curl/docs/libcurl/
H A Dcurl_multi_get_handles.md19 curl_multi_get_handles - return all added easy handles
31 Returns an array with pointers to all added easy handles. The end of the list
34 Even if there is not a single easy handle added, this still returns an array
38 the call. As soon as a handle has been removed from or a handle has been added
61 /* extract all added handles */
66 /* remove all added handles */
H A Dcurl_multi_perform.md34 This function performs transfers on all the added handles that need attention
35 in a non-blocking fashion. The easy handles have previously been added to the
48 is less than the amount of easy handles you have added to the multi handle),
52 added handle fails quickly, it may never be counted as a running_handle. You
53 could use curl_multi_info_read(3) to track actual status of the added
H A Dcurl_mime_encoder.md45 is added to the part.
49 "*binary*": the data is left unchanged, the header is added.
51 "*8bit*": header added, no data change.
67 *Content-Transfer-Encoding* header should be added with
H A Dcurl_multi_add_handle.md34 While an easy handle is added to a multi stack, you cannot and you must not
43 When an easy interface is added to a multi handle, it is set to use a shared
54 The easy handle remains added to the multi handle until you remove it again
/curl/tests/
H A Dtest1175.pl57 my ($symbol, $added, $rest) = ($1,$2,$3);
62 $error{$symbol}=$added;
/curl/tests/data/
H A Dtest46 HTTP added headers
30 Replaced internal and added custom HTTP headers
H A Dtest148818 symbols-in-versions and manpages agree on added-in versions
/curl/src/
H A Dvar.c213 bool added = FALSE; in varexpand() local
323 added = true; in varexpand()
330 if(added && *line) { in varexpand()
336 *replaced = added; in varexpand()
337 if(!added) in varexpand()

Completed in 40 milliseconds

123456