Home
last modified time | relevance | path

Searched +full:nghttp2 +full:- +full:version (Results 1 – 25 of 35) sorted by relevance

12

/external/curl/.github/workflows/
Dmacos.yml3 # SPDX-License-Identifier: curl
10 - master
11 - '*/ci'
12 paths-ignore:
13 - '**/*.md'
14 - '.azure-pipelines.yml'
15 - '.circleci/**'
16 - '.cirrus.yml'
17 - 'appveyor.*'
18 - 'packages/**'
[all …]
Dquiche-linux.yml3 # 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 …]
Dosslq-linux.yml3 # 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 …]
Dngtcp2-linux.yml3 # 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 …]
Dnon-native.yml3 # SPDX-License-Identifier: curl
5 name: non-native
10 - master
11 - '*/ci'
12 paths-ignore:
13 - '**/*.md'
14 - '.azure-pipelines.yml'
15 - '.circleci/**'
16 - '.cirrus.yml'
17 - 'appveyor.*'
[all …]
Dlinux.yml3 # SPDX-License-Identifier: curl
10 - master
11 - '*/ci'
12 paths-ignore:
13 - '**/*.md'
14 - '.azure-pipelines.yml'
15 - '.circleci/**'
16 - '.cirrus.yml'
17 - 'appveyor.*'
18 - 'packages/**'
[all …]
/external/oss-fuzz/projects/nghttp2/
DDockerfile3 # Licensed under the Apache License, Version 2.0 (the "License");
7 # http://www.apache.org/licenses/LICENSE-2.0
17 FROM gcr.io/oss-fuzz-base/base-builder
18 RUN apt-get update && apt-get install -y make autoconf automake libtool pkg-config
19 RUN git clone --depth 1 https://github.com/nghttp2/nghttp2.git
20 WORKDIR nghttp2
/external/curl/docs/
DHTTP2.md1 <!--
4 SPDX-License-Identifier: curl
5 -->
10 [HTTP/2 Spec](https://www.rfc-editor.org/rfc/rfc7540.txt)
14 -------------------
15 - nghttp2
16 - OpenSSL, libressl, BoringSSL, GnuTLS, mbedTLS, wolfSSL or Schannel
17 with a new enough version.
19 [nghttp2](https://nghttp2.org/)
20 -------------------------------
[all …]
DHTTP3.md1 <!--
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
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…
35 master branch using pull-requests, just like ordinary changes.
39 - the used QUIC library needs to consider itself non-beta
[all …]
DFEATURES.md1 <!--
4 SPDX-License-Identifier: curl
5 -->
7 # Features -- what curl can do
11 - config file support
12 - multiple URLs in a single command line
13 - range "globbing" support: [0-13], {one,two,three}
14 - multiple file upload on a single command line
15 - custom maximum transfer rate
16 - redirect stderr
[all …]
DINSTALL.md1 <!--
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 …]
DHISTORY.md1 <!--
4 SPDX-License-Identifier: curl
5 -->
12 currency-exchange calculations available to Internet Relay Chat (IRC)
17 ----
20 HttpGet version 0.1.
22 Daniel extended this existing command-line open-source tool. After a few minor
28 ----
37 was released in August 1997. The http-only days were already passed.
39 Version 2.2 was released on August 14 1997 and introduced support to build for
[all …]
/external/curl/lib/
Dhttp2.c21 * SPDX-License-Identifier: curl
29 #include <nghttp2/nghttp2.h>
42 #include "urlapi-int.h"
57 #error too old nghttp2 version, upgrade!
100 iv[0].value = Curl_multi_max_concurrent_streams(data->multi); in populate_settings()
106 iv[2].value = data->multi->push_cb != NULL; in populate_settings()
133 struct Curl_hash streams; /* hash of `data->id` to `h2_stream_ctx` */
147 ((struct cf_h2_ctx *)(cf)->ctx)->call_data
151 struct cf_call_data save = ctx->call_data; in cf_h2_ctx_clear()
153 if(ctx->h2) { in cf_h2_ctx_clear()
[all …]
Dversion.c21 * SPDX-License-Identifier: curl
28 #include <nghttp2/nghttp2.h>
67 /* Ignore -Wvla warnings in brotli headers */
69 #pragma GCC diagnostic ignored "-Wvla"
105 unsigned int minor = (unsigned int)((zstd_version - in zstd_version()
107 unsigned int patch = (unsigned int)(zstd_version - in zstd_version()
108 (major * 100 * 100) - (minor * 100)); in zstd_version()
116 * It is implemented to work multi-threaded by making sure repeated invokes
175 /* Override version string when environment variable CURL_VERSION is set */ in curl_version()
193 brotli_version(&br_version[7], sizeof(br_version) - 7); in curl_version()
[all …]
Dhttp2.h23 * SPDX-License-Identifier: curl
37 * Store nghttp2 version info in this buffer.
Dcurl_config.h.in3 /* 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 …]
Dcurl_config.h4 /* 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 …]
/external/curl/
Dconfigure.ac21 # 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 …]
/external/curl/.circleci/
Dconfig.yml21 # SPDX-License-Identifier: curl
28 # See https://circleci.com/docs/configuration-reference/#macos-execution-environment
30 # Use the latest 2.1 version of CircleCI pipeline process engine. See: https://circleci.com/docs/2.…
31 version: 2.1
36 - run:
38 autoreconf -fi
39 … ./configure --enable-warnings --enable-werror --with-openssl || { tail -1000 config.log; false; }
41 configure-openssl-no-verbose:
43 - run:
45 autoreconf -fi
[all …]
/external/curl/winbuild/
DREADME.md1 <!--
4 SPDX-License-Identifier: curl
5 -->
11 course have to first install VC++. The minimum required version of VC is 6
12 (part of Visual Studio 6). However using a more recent version is strongly
20 archive](https://developer.microsoft.com/en-us/windows/downloads/sdk-archive)
24 If you wish to support zlib, OpenSSL, c-ares, ssh2, you will have to download
28 |_curl-src
49 Using the **'Developer Command Prompt for VS [version]'** menu entry: where
50 [version} is the Visual Studio version. The developer prompt at default uses
[all …]
/external/bazelbuild-rules_rust/examples/crate_universe/
DWORKSPACE.bazel36 generator = "@cargo_bazel_bootstrap//:cargo-bazel",
37 lockfile = "//alias_rule:cargo-bazel-lock_global_alias_annotation_none.json",
40 version = "0.1.0",
65 generator = "@cargo_bazel_bootstrap//:cargo-bazel",
66 lockfile = "//alias_rule:cargo-bazel-lock_global_alias_annotation_opt.json",
69 version = "0.1.0",
94 generator = "@cargo_bazel_bootstrap//:cargo-bazel",
95 lockfile = "//alias_rule:cargo-bazel-lock_global_opt_annotation_none.json",
98 version = "0.1.0",
123 generator = "@cargo_bazel_bootstrap//:cargo-bazel",
[all …]
/external/curl/docs/libcurl/
Dcurl_version_info.md1 ---
3 SPDX-License-Identifier: curl
7 See-also:
8 - curl_version (3)
10 - All
11 ---
15 curl_version_info - returns runtime libcurl version info
28 features in the running version of libcurl. *age* should be set to the
29 version of this functionality by the time you write your program. This way,
37 or not, instead of using compile-time checks, as dynamic/DLL libraries can be
[all …]
/external/oss-fuzz/infra/cifuzz/test_data/
Dexample_curl_fuzzer_cov.json1-thread.c", "summary": {"functions": {"count": 24, "covered": 17, "percent": 70.83333333333334}, "… string
/external/curl/tests/http/
Dscorecard.py2 # -*- coding: utf-8 -*-
23 # SPDX-License-Identifier: curl
67 def handshakes(self, proto: str) -> Dict[str, Any]:
72 'curl.se', 'google.com', 'cloudflare.com', 'nghttp2.org'
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
[all …]
/external/cronet/third_party/netty-tcnative/src/c/
Dsslutils.c5 * version 2.0 (the "License"); you may not use this file except in compliance
8 * http://www.apache.org/licenses/LICENSE-2.0
19 * The ASF licenses this file to You under the Apache License, Version 2.0
23 * http://www.apache.org/licenses/LICENSE-2.0
38 ** Additional High-Level Functions for OpenSSL
69 #define SSL_aGOST94 0x00000100L /* GOST R 34.10-94 signature auth */
70 #define SSL_aGOST01 0x00000200L /* GOST R 34.10-2001 signature auth */
78 * https://android.googlesource.com/platform/external/openssl/+/master/patches/0003-jsse.patch
82 switch (cipher->algorithm_mkey) in SSL_cipher_authentication_method()
92 switch (cipher->algorithm_auth) in SSL_cipher_authentication_method()
[all …]

12