Searched +full:- +full:- +full:with +full:- +full:ngtcp2 (Results 1 – 24 of 24) sorted by relevance
| /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 | EXPERIMENTAL.md | 1 <!-- 4 SPDX-License-Identifier: curl 5 --> 18 not built with the feature present. 41 - HTTP/1 and HTTP/2 support, including multiplexing 43 ### HTTP/3 support (non-ngtcp2 backends) 47 - The used libraries should be considered out-of-beta with a reasonable 50 - Using HTTP/3 with the given build should perform without risking busy-loops 56 - a reasonable expectation of a stable API going forward. 62 - feedback from users saying that the API works for their specific use cases [all …]
|
| D | INSTALL.md | 1 <!-- 4 SPDX-License-Identifier: curl 5 --> 22 ./bootstrap-vcpkg.sh 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 72 ./configure --with-openssl [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/ |
| D | configure.ac | 21 # SPDX-License-Identifier: curl 24 dnl Process this file with autoconf to produce a configure script. 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 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 61 string(REGEX MATCH "#define LIBCURL_VERSION_NUM 0x[0-9a-fA-F]+" 66 # Setup package meta-data 71 # SET(PACKAGE_VERSION "-") 72 # SET(PACKAGE_STRING "curl-") 90 option(BUILD_STATIC_CURL "Build curl executable with static libcurl" OFF) 91 option(ENABLE_ARES "Set to ON to enable c-ares support" OFF) 95 option(CURL_STATIC_CRT "Set to ON to build libcurl with static CRT on Windows (/MT)." OFF) [all …]
|
| D | RELEASE-NOTES | 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] 39 o cf-socket: remove references to l_ip, l_port [9] [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 …]
|
| D | curl_osslq.c | 21 * SPDX-License-Identifier: curl 42 #include "cf-socket.h" 52 #include "vquic-tls.h" 99 ((struct cf_osslq_ctx *)(cf)->ctx)->call_data 175 switch(addr->family) { in make_bio_addr() 178 (struct sockaddr_in * const)(void *)&addr->sa_addr; in make_bio_addr() 179 if(!BIO_ADDR_rawmake(ba, AF_INET, &sin->sin_addr, in make_bio_addr() 180 sizeof(sin->sin_addr), sin->sin_port)) { in make_bio_addr() 189 (struct sockaddr_in6 * const)(void *)&addr->sa_addr; in make_bio_addr() 190 if(!BIO_ADDR_rawmake(ba, AF_INET6, &sin->sin6_addr, in make_bio_addr() [all …]
|
| /external/curl/lib/ |
| D | Makefile.mk | 21 # SPDX-License-Identifier: curl 25 # Makefile to build curl parts with GCC-like toolchains and optional features. 27 # Usage: make -f Makefile.mk CFG=-feat1[-feat2][-feat3][...] 28 # Example: make -f Makefile.mk CFG=-zlib-ssl-libssh2-ipv6 54 TRIPLET ?= $(shell $(CC) -dumpmachine) 59 # Cross-tools: https://github.com/andrewwutw/build-djgpp 63 # Cross-tools: https://github.com/bebbo/amiga-gcc 67 CPPFLAGS += -I. -I$(PROOT)/include 77 ifneq ($(findstring -debug,$(CFG)),) 78 CFLAGS += -g [all …]
|
| 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 */ 150 /* built with multiple SSL backends */ 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). */ [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 */ 130 /* built with multiple SSL backends */ 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). */ [all …]
|
| D | config-os400.h | 23 * SPDX-License-Identifier: curl 38 /* Define cpu-machine-OS */ 43 /* OS400 supports a 3-argument ASCII version of gethostbyaddr_r(), but its 44 * prototype is incompatible with the "standard" one (1st argument is not 46 * a local wrapper in setup-os400.h) in a threadsafe way: we can then 110 /* Define if you have the `socket' library (-lsocket). */ 119 /* Define if you need the malloc.h header file even with stdlib.h */ 238 /* Define to enable HTTP3 support (experimental, requires NGTCP2, QUICHE or 248 /* Define for large files, on AIX-style hosts. */ 323 /* ---------------------------------------------------------------- */ [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 --> 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> 30 This environment variable disables use of the proxy even when specified with 31 the --proxy option. That is 33 NO_PROXY=direct.example.com curl -x http://proxy.example.com [all …]
|
| /external/curl/tests/http/ |
| D | test_14_auth.py | 2 # -*- coding: utf-8 -*- 23 # SPDX-License-Identifier: curl 45 env.make_data_file(indir=env.gen_dir, fname="data-10m", fsize=10*1024*1024) 67 '--digest', '--user', 'test:test' 80 '--digest', '--user', 'test:test' 94 '--digest', '--user', f'test:{password}', 95 '--trace-config', 'http/2,http/3' 106 if proto == 'h3' and not env.curl_uses_lib('ngtcp2'): 108 pytest.skip("quiche/openssl-quic have problems with large requests") 111 fdata = os.path.join(env.gen_dir, 'data-10m') [all …]
|
| 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/tensorflow/third_party/ |
| D | curl.BUILD | 18 # detection of what OS releases we can build on with VC 2012. This 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", [all …]
|
| /external/curl/.github/ |
| D | labeler.yml | 3 # SPDX-License-Identifier: curl 10 # Labels are added in two ways: the any-glob-to-all-files ones are added if all 11 # the files fit into the category, and the any-glob-to-any-file ones are added 17 # N.B. any-glob-to-all-files is misnamed; it acts like one-glob-to-all-files. 18 # Therefore, to get any-glob-to-all-files semantics, there must be a single glob 19 # with all matching patterns within braces. 24 - all: 25 - changed-files: 26 - any-glob-to-all-files: 27 …- '{.github/workflows/macos.yml,lib/config-mac.h,lib/macos*,lib/vtls/sectransp*,m4/curl-sectransp.… [all …]
|
| /external/curl/tests/http/testenv/ |
| D | env.py | 2 # -*- coding: utf-8 -*- 23 # SPDX-License-Identifier: curl 83 p = subprocess.run(args=[self.curl, '-V'], 86 assert False, f'{self.curl} -V failed with exit code: {p.returncode}' 157 p = subprocess.run(args=[self.nghttpx, '-v'], 165 log.debug(f'nghttpx -v: {p.stdout}') 190 p = subprocess.run(args=[self.vsftpd, '-v'], 199 # vsftp does not use stdout or stderr for printing its version... -.- 210 p = subprocess.run(args=[self.apxs, '-q', 'HTTPD_VERSION'], 221 v = re.sub(r'(\d+\.\d+(\.\d+)?)(-\S+)?', r'\1', v) [all …]
|
| /external/curl/lib/vtls/ |
| D | openssl.c | 21 * SPDX-License-Identifier: curl 26 * Source file for all OpenSSL-specific code for the TLS/SSL layer. No code 91 (__data__->set.tls_ech && \ 92 !(__data__->set.tls_ech & CURLECH_DISABLE)\ 117 renegotiations when built with BoringSSL. Renegotiating is non-compliant 118 with HTTP/2 and "an extremely dangerous protocol feature". Beware. 145 #define HAVE_X509_GET0_EXTENSIONS 1 /* added in 1.1.0 -pre1 */ 146 #define HAVE_OPAQUE_EVP_PKEY 1 /* since 1.1.0 -pre3 */ 147 #define HAVE_OPAQUE_RSA_DSA_DH 1 /* since 1.1.0 -pre5 */ 206 * BoringSSL: supported since d28f59c27bac (committed 2015-11-19) [all …]
|