Searched refs:known (Results 1 – 25 of 81) sorted by relevance
1234
/curl/.github/scripts/ |
H A D | binarycheck.pl | 44 my %known; 55 $known{$file} = 1; 78 if(!$known{$file}) { 99 if(scalar(keys %known) < 10) {
|
/curl/docs/cmdline-opts/ |
H A D | progress-bar.md | 23 shows a percentage if the transfer size is known. For transfers without a 24 known size, there is a space ship (-=o=-) that moves back and forth but only
|
H A D | ssl-allow-beast.md | 19 Do not work around a security flaw in the TLS1.0 protocol known as BEAST. If 20 this option is not used, the TLS layer may use workarounds known to cause
|
H A D | proxy-ssl-allow-beast.md | 18 Do not work around a security flaw in the TLS1.0 protocol known as BEAST when 20 use workarounds known to cause interoperability problems with some older
|
H A D | tls-earlydata.md | 19 Enable the use of TLSv1.3 early data, also known as '0RTT' where possible. 28 When a new connection is initiated with a known TLSv1.3 session, and that
|
H A D | ipv6.md | 28 macOS is known to do this.
|
H A D | ssl-reqd.md | 31 This option was formerly known as --ftp-ssl-reqd.
|
H A D | help.md | 39 If the provided command line option is not known, curl says so.
|
H A D | max-filesize.md | 29 **NOTE**: before curl 8.4.0, when the file size is not known prior to
|
H A D | ssl.md | 34 This option was formerly known as --ftp-ssl (added in 7.11.0). That option
|
/curl/docs/libcurl/opts/ |
H A D | CURLOPT_SSH_KNOWNHOSTS.md | 18 CURLOPT_SSH_KNOWNHOSTS - filename holding the SSH known hosts 33 accepts connections with hosts that are known and present in that file, with a
|
H A D | CURLINFO_COOKIELIST.md | 18 CURLINFO_COOKIELIST - get all known cookies 58 /* extract all known cookies */
|
H A D | CURLOPT_USE_SSL.md | 84 This option was known as CURLOPT_FTP_SSL up to 7.16.4, and the constants were 85 known as CURLFTPSSL_* Handled by LDAP since 7.81.0. Fully supported by the
|
H A D | CURLINFO_CONTENT_LENGTH_UPLOAD_T.md | 32 upload. Stores -1 if the size is not known.
|
H A D | CURLOPT_APPEND.md | 59 This option was known as CURLOPT_FTPAPPEND up to 7.16.4
|
H A D | CURLINFO_CONTENT_LENGTH_DOWNLOAD_T.md | 33 the size is not known.
|
H A D | CURLINFO_CONTENT_LENGTH_UPLOAD.md | 32 7.19.4, this returns -1 if the size is not known.
|
H A D | CURLMOPT_PIPELINING_SITE_BL.md | 33 of sites that are blocked from pipelining, i.e sites that are known to not
|
H A D | CURLINFO_CONTENT_LENGTH_DOWNLOAD.md | 33 -1 if the size is not known.
|
H A D | CURLOPT_FTP_ALTERNATIVE_TO_USER.md | 34 fails. This is currently only known to be required when connecting to
|
/curl/packages/vms/ |
H A D | curl_startup.com | 81 $ if .not. f$file_attributes("gnv$libcurl", "known") 90 $ if .not. f$file_attributes(curl_exe, "known")
|
/curl/tests/data/ |
H A D | test161 | 35 # This doesn't send QUIT because of known bug:
|
H A D | test435 | 50 # known to the test script but it should always be a decimal number
|
/curl/docs/libcurl/ |
H A D | curl_easy_option_next.md | 32 struct, providing an ability to iterate over all known options for 39 The options returned by this functions are the ones known to this libcurl and
|
/curl/.github/ISSUE_TEMPLATE/ |
H A D | bug_report.yml | 18 There are collections of known issues to be aware of:
|
Completed in 37 milliseconds
1234