Searched +full:ngtcp2 +full:- +full:version (Results 1 – 25 of 33) sorted by relevance
12
| /external/curl/docs/ |
| D | HTTP3.md | 1 <!-- 4 SPDX-License-Identifier: curl 5 --> 11 [HTTP/3 Explained](https://http3-explained.haxx.se/en/) - the online free 14 [quicwg.org](https://quicwg.org/) - home of the official protocol drafts 20 [ngtcp2](https://github.com/ngtcp2/ngtcp2) 22 [quiche](https://github.com/cloudflare/quiche) - **EXPERIMENTAL** 24 [OpenSSL 3.2+ QUIC](https://github.com/openssl/openssl) - **EXPERIMENTAL** 26 [msh3](https://github.com/nibanks/msh3) (with [msquic](https://github.com/microsoft/msquic)) - **EX… 31 when built to use *quiche* or *msh3*. Only the *ngtcp2* backend is not [all …]
|
| D | INSTALL.md | 1 <!-- 4 SPDX-License-Identifier: curl 5 --> 22 ./bootstrap-vcpkg.sh 27 community contributors. If the version is out of date, please [create an issue 33 the `GIT-INFO.md` file in the root directory for specific instructions on how 41 ./configure --with-openssl [--with-gnutls --with-wolfssl] 52 ./configure --help 57 ./configure --prefix=/path/to/curl/tree 63 ./configure --prefix=$HOME [all …]
|
| /external/curl/.github/workflows/ |
| D | ngtcp2-linux.yml | 3 # SPDX-License-Identifier: curl 5 name: ngtcp2-linux 10 - master 11 - '*/ci' 12 paths-ignore: 13 - '**/*.md' 14 - '**/CMakeLists.txt' 15 - '.azure-pipelines.yml' 16 - '.circleci/**' 17 - '.cirrus.yml' [all …]
|
| D | quiche-linux.yml | 3 # SPDX-License-Identifier: curl 10 - master 11 - '*/ci' 12 paths-ignore: 13 - '**/*.md' 14 - '**/CMakeLists.txt' 15 - '.azure-pipelines.yml' 16 - '.circleci/**' 17 - '.cirrus.yml' 18 - 'appveyor.*' [all …]
|
| D | osslq-linux.yml | 3 # SPDX-License-Identifier: curl 5 name: osslq-linux 10 - master 11 - '*/ci' 12 paths-ignore: 13 - '**/*.md' 14 - '**/CMakeLists.txt' 15 - '.azure-pipelines.yml' 16 - '.circleci/**' 17 - '.cirrus.yml' [all …]
|
| /external/curl/CMake/ |
| D | FindNGTCP2.cmake | 21 # SPDX-License-Identifier: curl 27 ---------- 29 Find the ngtcp2 library 35 BoringSSL, AWS-LC: Use libngtcp2_crypto_boringssl 43 System has ngtcp2 45 The ngtcp2 include directories. 47 The libraries needed to use ngtcp2 49 version of ngtcp2. 57 find_path(NGTCP2_INCLUDE_DIR ngtcp2/ngtcp2.h 63 find_library(NGTCP2_LIBRARY NAMES ngtcp2 [all …]
|
| /external/curl/ |
| D | configure.ac | 21 # SPDX-License-Identifier: curl 28 dnl We don't know the version number "statically" so we use a dash here 29 AC_INIT([curl], [-], [a suitable curl mailing list: https://curl.se/mail/]) 67 if test -z "$SED"; then 71 if test -z "$SED" || test "$SED" = "not_found"; then 79 if test -z "$GREP"; then 83 if test -z "$GREP" || test "$GREP" = "not_found"; then 89 dnl 'grep -E' is mandatory for configure process and libtool. 91 if test -z "$EGREP"; then 93 AC_MSG_CHECKING([that grep -E works]) [all …]
|
| D | CMakeLists.txt | 21 # SPDX-License-Identifier: curl 26 # Note: By default this CMake build script detects the version of some 29 # sub-projects in a larger build using `FetchContent`. To support 32 # https://cmake.org/cmake/help/latest/module/FetchContent.html#integrating-with-find-package 46 cmake_minimum_required(VERSION 3.7...3.16 FATAL_ERROR) 47 message(STATUS "Using CMake version ${CMAKE_VERSION}") 61 string(REGEX MATCH "#define LIBCURL_VERSION_NUM 0x[0-9a-fA-F]+" 66 # Setup package meta-data 68 message(STATUS "curl version=[${CURL_VERSION}]") 71 # SET(PACKAGE_VERSION "-") [all …]
|
| D | RELEASE-NOTES | 11 o curl_version_info: provide librtmp version [73] 22 o appveyor: drop unnecessary `--clean-first` cmake option [197] 23 o appveyor: guard against crash-build with VS2008 [193] 24 o appveyor: make gcc 6 mingw64 job build-only [152] 25 o asyn-thread: fix curl_global_cleanup crash in Windows [161] 26 o asyn-thread: fix Curl_thread_create result check [162] 33 o BUG-BOUNTY.md: clarify the third party situation [210] 35 o build: remove MacOSX-Framework script [60] 37 o cf-https-connect: use timeouts as unsigned ints [143] 38 o cf-socket: don't try getting local IP without socket [188] [all …]
|
| D | configure | 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2.71 for curl -. 8 # Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation, 19 ## -------------------------------- ## 21 ## -------------------------------- ## 66 # Try built-in echo, and fail. 77 (`test -n "$xc_tst_str" >/dev/null 2>&1`) && xc_tst_str='success' 93 (`test -n "$PATH" >/dev/null 2>&1`) && xc_tst_str='success' 126 | sed -e 's:unknown:success:' 2>/dev/null` 160 | tr -d "0123456789$xc_tab" 2>/dev/null` [all …]
|
| /external/curl/lib/vquic/ |
| D | curl_ngtcp2.c | 21 * SPDX-License-Identifier: curl 28 #include <ngtcp2/ngtcp2.h> 34 #include <ngtcp2/ngtcp2_crypto_boringssl.h> 36 #include <ngtcp2/ngtcp2_crypto_quictls.h> 40 #include <ngtcp2/ngtcp2_crypto_gnutls.h> 43 #include <ngtcp2/ngtcp2_crypto_wolfssl.h> 54 #include "cf-socket.h" 65 #include "vquic-tls.h" 104 * Store ngtcp2 version info in this buffer. 110 (void)msnprintf(p, len, "ngtcp2/%s nghttp3/%s", in Curl_ngtcp2_ver() [all …]
|
| /external/curl/lib/ |
| D | curl_config.h.in | 3 /* Ignore c-ares deprecation warnings */ 21 /* disable alt-svc */ 63 /* disable headers-api */ 66 /* disable alt-svc */ 87 /* to disable --libcurl C code generation option */ 114 /* disable progress-meter */ 305 /* Define to 1 if you have a working glibc-style strerror_r function. */ 314 /* if you have GSS-API libraries */ 393 /* Define to 1 if you have the `brotlidec' library (-lbrotlidec). */ 399 /* Define to 1 if you have the `idn2' library (-lidn2). */ [all …]
|
| D | curl_config.h | 4 /* Ignore c-ares deprecation warnings */ 22 /* disable alt-svc */ 49 /* disable headers-api */ 52 /* disable alt-svc */ 70 /* to disable --libcurl C code generation option */ 94 /* disable progress-meter */ 290 /* Define to 1 if you have a working glibc-style strerror_r function. */ 299 /* if you have GSS-API libraries */ 378 /* Define to 1 if you have the `brotlidec' library (-lbrotlidec). */ 384 /* Define to 1 if you have the `idn2' library (-lidn2). */ [all …]
|
| D | config-os400.h | 23 * SPDX-License-Identifier: curl 35 /* Version number of this archive. */ 36 #undef VERSION 38 /* Define cpu-machine-OS */ 43 /* OS400 supports a 3-argument ASCII version of gethostbyaddr_r(), but its 45 * const). However, getaddrinfo() is supported (ASCII version defined as 46 * a local wrapper in setup-os400.h) in a threadsafe way: we can then 110 /* Define if you have the `socket' library (-lsocket). */ 238 /* Define to enable HTTP3 support (experimental, requires NGTCP2, QUICHE or 242 /* Version number of package */ [all …]
|
| D | curl_config.h.cmake | 21 * SPDX-License-Identifier: curl 29 /* define "1" to use built-in ca store of TLS backend */ 38 /* disables alt-svc */ 59 /* disables AWS-SIG4 */ 65 /* disables DNS-over-HTTPS */ 83 /* disables headers-api support */ 101 /* disables --libcurl option from the curl tool */ 125 /* disables built-in progress meter */ 286 /* Define to 1 if you have a working glibc-style strerror_r function. */ 365 /* Define to 1 if you have the `idn2' library (-lidn2). */ [all …]
|
| /external/curl/docs/cmdline-opts/ |
| D | _ENVIRONMENT.md | 1 <!-- Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al. --> 2 <!-- SPDX-License-Identifier: curl --> 5 lower case version has precedence. `http_proxy` is an exception as it is only 9 the --proxy option. 17 ## `[url-protocol]_PROXY` [protocol://]<host>[:port] 18 Sets the proxy server to use for [url-protocol], where the protocol is a 23 Sets the proxy server to use if no protocol-specific proxy is set. 25 ## `NO_PROXY` <comma-separated list of hosts/domains> 31 the --proxy option. That is 33 NO_PROXY=direct.example.com curl -x http://proxy.example.com [all …]
|
| /external/federated-compute/third_party/ |
| D | curl.BUILD.bzl | 18 "lib/asyn-ares.c", 23 "lib/c-hyper.c", 24 "lib/c-hyper.h", 25 "lib/config-amigaos.h", 26 "lib/config-dos.h", 27 "lib/config-mac.h", 28 "lib/config-os400.h", 29 "lib/config-plan9.h", 30 "lib/config-riscos.h", 31 "lib/config-win32.h", [all …]
|
| /external/tensorflow/third_party/ |
| D | curl.BUILD | 25 "lib/asyn-thread.c", 28 "lib/setup-win32.h", 40 "lib/asyn-ares.c", 45 "lib/c-hyper.c", 46 "lib/c-hyper.h", 47 "lib/config-amigaos.h", 48 "lib/config-dos.h", 49 "lib/config-mac.h", 50 "lib/config-os400.h", 51 "lib/config-plan9.h", [all …]
|
| /external/curl/tests/http/testenv/ |
| D | env.py | 2 # -*- coding: utf-8 -*- 23 # SPDX-License-Identifier: curl 73 'version': None, 83 p = subprocess.run(args=[self.curl, '-V'], 86 assert False, f'{self.curl} -V failed with exit code: {p.returncode}' 91 m = re.match(r'^curl (?P<version>\S+) (?P<os>\S+) (?P<libs>.*)$', l) 94 self.curl_props['version'] = m.group('version') 157 p = subprocess.run(args=[self.nghttpx, '-v'], 165 log.debug(f'nghttpx -v: {p.stdout}') 173 p = subprocess.run(args=[self.caddy, 'version'], [all …]
|
| /external/curl/tests/http/ |
| D | scorecard.py | 2 # -*- coding: utf-8 -*- 23 # SPDX-License-Identifier: curl 67 def handshakes(self, proto: str) -> Dict[str, Any]: 84 '--http3-only' if proto == 'h3' else '--http2', 85 f'--{ipv}', f'https://{authority}/' 93 props[authority][f'{ipv}-connect'] = mean(c_samples) \ 94 if len(c_samples) else -1 95 props[authority][f'{ipv}-handshake'] = mean(hs_samples) \ 96 if len(hs_samples) else -1 97 props[authority][f'{ipv}-errors'] = errors [all …]
|
| /external/curl/projects/Windows/VC7/lib/ |
| D | libcurl.vcproj | 1 <?xml version="1.0" encoding = "Windows-1252"?> 4 Version="7.00" 6 ProjectGUID="{DA6F56B4-06A4-441D-AD70-AC5A7D51FADB}" 15 Name="DLL Release - DLL OpenSSL - DLL LibSSH2|Win32" 67 Name="DLL Debug - DLL OpenSSL|Win32" 172 Name="LIB Release - DLL OpenSSL|Win32" 213 Name="LIB Debug - DLL OpenSSL - DLL LibSSH2|Win32" 305 Name="LIB Debug - LIB OpenSSL - LIB LibSSH2|Win32" 346 Name="LIB Debug - DLL Windows SSPI|Win32" 387 Name="LIB Debug - DLL OpenSSL|Win32" [all …]
|
| /external/curl/projects/Windows/VC7.1/lib/ |
| D | libcurl.vcproj | 1 <?xml version="1.0" encoding="Windows-1252"?> 4 Version="7.10" 6 ProjectGUID="{DA6F56B4-06A4-441D-AD70-AC5A7D51FADB}" 15 Name="DLL Release - DLL OpenSSL - DLL LibSSH2|Win32" 73 Name="DLL Debug - DLL OpenSSL|Win32" 190 Name="LIB Release - DLL OpenSSL|Win32" 237 Name="LIB Debug - DLL OpenSSL - DLL LibSSH2|Win32" 341 Name="LIB Debug - LIB OpenSSL - LIB LibSSH2|Win32" 388 Name="LIB Debug - DLL Windows SSPI|Win32" 435 Name="LIB Debug - DLL OpenSSL|Win32" [all …]
|
| /external/curl/projects/Windows/VC6/lib/ |
| D | libcurl.dsp | 1 # Microsoft Developer Studio Project File - Name="libcurl" - Package Owner=<4> 2 # Microsoft Developer Studio Generated Build File, Format Version 6.00 5 # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 8 CFG=libcurl - Win32 LIB Debug 17 !MESSAGE NMAKE /f "libcurl.mak" CFG="libcurl - Win32 LIB Debug" 21 !MESSAGE "libcurl - Win32 DLL Debug" (based on "Win32 (x86) Dynamic-Link Library") 22 !MESSAGE "libcurl - Win32 DLL Debug DLL OpenSSL" (based on "Win32 (x86) Dynamic-Link Library") 23 !MESSAGE "libcurl - Win32 DLL Debug DLL OpenSSL DLL LibSSH2" (based on "Win32 (x86) Dynamic-Link Li… 24 !MESSAGE "libcurl - Win32 DLL Debug DLL Windows SSPI" (based on "Win32 (x86) Dynamic-Link Library") 25 !MESSAGE "libcurl - Win32 DLL Debug DLL Windows SSPI DLL WinIDN" (based on "Win32 (x86) Dynamic-Lin… [all …]
|
| /external/curl/projects/Windows/VC8/lib/ |
| D | libcurl.vcproj | 1 <?xml version="1.0" encoding="Windows-1252"?> 4 Version="8.00" 6 ProjectGUID="{DA6F56B4-06A4-441D-AD70-AC5A7D51FADB}" 633 Name="DLL Debug - DLL OpenSSL|Win32" 721 Name="DLL Debug - DLL OpenSSL|x64" 808 Name="DLL Release - DLL OpenSSL|Win32" 894 Name="DLL Release - DLL OpenSSL|x64" 979 Name="DLL Debug - DLL Windows SSPI|Win32" 1067 Name="DLL Debug - DLL Windows SSPI|x64" 1154 Name="DLL Release - DLL Windows SSPI|Win32" [all …]
|
| /external/curl/projects/Windows/VC14.30/lib/ |
| D | libcurl.vcproj | 1 <?xml version="1.0" encoding="Windows-1252"?> 4 Version="9.00" 6 ProjectGUID="{DA6F56B4-06A4-441D-AD70-AC5A7D51FADB}" 622 Name="DLL Debug - DLL OpenSSL|Win32" 707 Name="DLL Debug - DLL OpenSSL|x64" 791 Name="DLL Release - DLL OpenSSL|Win32" 874 Name="DLL Release - DLL OpenSSL|x64" 956 Name="DLL Debug - DLL Windows SSPI|Win32" 1041 Name="DLL Debug - DLL Windows SSPI|x64" 1125 Name="DLL Release - DLL Windows SSPI|Win32" [all …]
|
12