Home
last modified time | relevance | path

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

1234567

/curl/docs/libcurl/
H A Dcurl_multi_get_handles.md18 curl_multi_get_handles - returns all added easy handles
30 Returns an array with pointers to all added easy handles. The end of the list
33 Even if there is not a single easy handle added, this still returns an array
37 the call. As soon as a handle has been removed from or a handle has been added
58 /* extract all added handles */
63 /* remove all added handles */
H A Dcurl_multi_perform.md33 This function performs transfers on all the added handles that need attention
34 in a non-blocking fashion. The easy handles have previously been added to the
47 is less than the amount of easy handles you have added to the multi handle),
51 added handle fails quickly, it may never be counted as a running_handle. You
52 could use curl_multi_info_read(3) to track actual status of the added
H A Dcurl_mime_encoder.md44 is added to the part.
48 "*binary*": the data is left unchanged, the header is added.
50 "*8bit*": header added, no data change.
66 *Content-Transfer-Encoding* header should be added with
H A Dcurl_multi_add_handle.md33 While an easy handle is added to a multi stack, you cannot and you must not
42 When an easy interface is added to a multi handle, it is set to use a shared
53 The easy handle remains added to the multi handle until you remove it again
/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+ (7.54.1), Schannel
41 OpenSSL, GnuTLS and wolfSSL (added in 7.44.0), mbedTLS (added in 7.47.0),
H A Dresolve.md40 Support for providing the IP address within [brackets] was added in 7.57.0.
42 Support for providing multiple IP addresses per entry was added in 7.59.0.
44 Support for resolving with wildcard was added in 7.64.0.
46 Support for the '+' prefix was added in 7.75.0.
H A Dca-native.md26 (added in 8.3.0) or GnuTLS (added in 8.5.0). When curl on Windows is built to
H A Dproxy-ca-native.md25 (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 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 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 Dmetalink.md18 support is disabled in curl for security reasons (added in 7.78.0).
H A Dcrlf.md21 (SMTP added in 7.40.0)
/curl/tests/
H A Dtest1175.pl57 my ($symbol, $added, $rest) = ($1,$2,$3);
62 $error{$symbol}=$added;
/curl/docs/libcurl/opts/
H A DCURLOPT_RESOLVE.md53 added without the leading plus character never times out whereas entries added
70 number must exactly match what was added previously.
102 Added in 7.21.3. Removal support added in 7.42.0.
104 Support for providing the ADDRESS within [brackets] was added in 7.57.0.
106 Support for providing multiple IP addresses per entry was added in 7.59.0.
108 Support for adding non-permanent entries by using the "+" prefix was added in
H A DCURLSHOPT_SHARE.md46 object. Note that when you use the multi interface, all easy handles added to
54 by default. Note this symbol was added in 7.10.3 but was not implemented until
65 additional transfers added to them if the existing connection is held by the
69 Support for **CURL_LOCK_DATA_CONNECT** was added in 7.57.0, but the symbol
72 Note that when you use the multi interface, all easy handles added to the same
83 Note that when you use the multi interface, all easy handles added to the same
H A DCURLOPT_COOKIELIST.md104 may have added, deleted or modified cookies by then. The cookies that
123 **ALL** was added in 7.14.1
125 **SESS** was added in 7.15.4
127 **FLUSH** was added in 7.17.1
129 **RELOAD** was added in 7.39.0
H A DCURLOPT_SSH_AUTH_TYPES.md62 CURLSSH_AUTH_HOST was added in 7.16.1, CURLSSH_AUTH_AGENT was added in 7.28.0
H A DCURLINFO_CERTINFO.md97 Secure Transport. GnuTLS support added in 7.42.0. Schannel support added in
98 7.50.0. Secure Transport support added in 7.79.0.
H A DCURLINFO_RESPONSE_CODE.md61 Added in 7.10.8. CURLINFO_HTTP_CODE was added in 7.4.1.
62 Support for SMTP responses added in 7.25.0, for OpenLDAP in 7.81.0.
H A DCURLOPT_HTTPAUTH.md149 CURLAUTH_DIGEST_IE was added in 7.19.3
151 CURLAUTH_ONLY was added in 7.21.3
153 CURLAUTH_NTLM_WB was added in 7.22.0
155 CURLAUTH_BEARER was added in 7.61.0
157 CURLAUTH_AWS_SIGV4 was added in 7.74.0
H A DCURLOPT_CERTINFO.md87 Schannel support added in 7.50.0. Secure Transport support added in 7.79.0.
/curl/tests/data/
H A Dtest46 HTTP added headers
30 Replaced internal and added custom HTTP headers
/curl/src/
H A Dvar.c215 bool added = FALSE; in varexpand() local
325 added = true; in varexpand()
332 if(added && *line) { in varexpand()
338 *replaced = added; in varexpand()
339 if(!added) in varexpand()
/curl/scripts/
H A Dmanagen248 sub added { subroutine
449 my $added;
485 $added=$1;
563 if(!$added) {
757 if($added) {
758 push @foot, added($standalone, $added);

Completed in 41 milliseconds

1234567