Searched +full:nghttp2 +full:- +full:version (Results 1 – 25 of 35) sorted by relevance
12
3 # SPDX-License-Identifier: curl10 - master11 - '*/ci'12 paths-ignore:13 - '**/*.md'14 - '.azure-pipelines.yml'15 - '.circleci/**'16 - '.cirrus.yml'17 - 'appveyor.*'18 - 'packages/**'[all …]
3 # SPDX-License-Identifier: curl10 - master11 - '*/ci'12 paths-ignore:13 - '**/*.md'14 - '**/CMakeLists.txt'15 - '.azure-pipelines.yml'16 - '.circleci/**'17 - '.cirrus.yml'18 - 'appveyor.*'[all …]
3 # SPDX-License-Identifier: curl5 name: osslq-linux10 - master11 - '*/ci'12 paths-ignore:13 - '**/*.md'14 - '**/CMakeLists.txt'15 - '.azure-pipelines.yml'16 - '.circleci/**'17 - '.cirrus.yml'[all …]
3 # SPDX-License-Identifier: curl5 name: ngtcp2-linux10 - master11 - '*/ci'12 paths-ignore:13 - '**/*.md'14 - '**/CMakeLists.txt'15 - '.azure-pipelines.yml'16 - '.circleci/**'17 - '.cirrus.yml'[all …]
3 # SPDX-License-Identifier: curl5 name: non-native10 - master11 - '*/ci'12 paths-ignore:13 - '**/*.md'14 - '.azure-pipelines.yml'15 - '.circleci/**'16 - '.cirrus.yml'17 - 'appveyor.*'[all …]
3 # Licensed under the Apache License, Version 2.0 (the "License");7 # http://www.apache.org/licenses/LICENSE-2.017 FROM gcr.io/oss-fuzz-base/base-builder18 RUN apt-get update && apt-get install -y make autoconf automake libtool pkg-config19 RUN git clone --depth 1 https://github.com/nghttp2/nghttp2.git20 WORKDIR nghttp2
1 <!--4 SPDX-License-Identifier: curl5 -->10 [HTTP/2 Spec](https://www.rfc-editor.org/rfc/rfc7540.txt)14 -------------------15 - nghttp216 - OpenSSL, libressl, BoringSSL, GnuTLS, mbedTLS, wolfSSL or Schannel17 with a new enough version.19 [nghttp2](https://nghttp2.org/)20 -------------------------------[all …]
1 <!--4 SPDX-License-Identifier: curl5 -->11 [HTTP/3 Explained](https://http3-explained.haxx.se/en/) - the online free14 [quicwg.org](https://quicwg.org/) - home of the official protocol drafts22 [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 …]
1 <!--4 SPDX-License-Identifier: curl5 -->7 # Features -- what curl can do11 - config file support12 - multiple URLs in a single command line13 - range "globbing" support: [0-13], {one,two,three}14 - multiple file upload on a single command line15 - custom maximum transfer rate16 - redirect stderr[all …]
1 <!--4 SPDX-License-Identifier: curl5 -->22 ./bootstrap-vcpkg.sh27 community contributors. If the version is out of date, please [create an issue33 the `GIT-INFO.md` file in the root directory for specific instructions on how41 ./configure --with-openssl [--with-gnutls --with-wolfssl]52 ./configure --help57 ./configure --prefix=/path/to/curl/tree63 ./configure --prefix=$HOME[all …]
1 <!--4 SPDX-License-Identifier: curl5 -->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 minor28 ----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 …]
21 * SPDX-License-Identifier: curl29 #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_data151 struct cf_call_data save = ctx->call_data; in cf_h2_ctx_clear()153 if(ctx->h2) { in cf_h2_ctx_clear()[all …]
21 * SPDX-License-Identifier: curl28 #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 invokes175 /* 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 …]
23 * SPDX-License-Identifier: curl37 * Store nghttp2 version info in this buffer.
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 …]
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 …]
21 # SPDX-License-Identifier: curl28 dnl We don't know the version number "statically" so we use a dash here29 AC_INIT([curl], [-], [a suitable curl mailing list: https://curl.se/mail/])67 if test -z "$SED"; then71 if test -z "$SED" || test "$SED" = "not_found"; then79 if test -z "$GREP"; then83 if test -z "$GREP" || test "$GREP" = "not_found"; then89 dnl 'grep -E' is mandatory for configure process and libtool.91 if test -z "$EGREP"; then93 AC_MSG_CHECKING([that grep -E works])[all …]
21 # SPDX-License-Identifier: curl28 # See https://circleci.com/docs/configuration-reference/#macos-execution-environment30 # Use the latest 2.1 version of CircleCI pipeline process engine. See: https://circleci.com/docs/2.…31 version: 2.136 - run:38 autoreconf -fi39 … ./configure --enable-warnings --enable-werror --with-openssl || { tail -1000 config.log; false; }41 configure-openssl-no-verbose:43 - run:45 autoreconf -fi[all …]
1 <!--4 SPDX-License-Identifier: curl5 -->11 course have to first install VC++. The minimum required version of VC is 612 (part of Visual Studio 6). However using a more recent version is strongly20 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 download28 |_curl-src49 Using the **'Developer Command Prompt for VS [version]'** menu entry: where50 [version} is the Visual Studio version. The developer prompt at default uses[all …]
36 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 …]
1 ---3 SPDX-License-Identifier: curl7 See-also:8 - curl_version (3)10 - All11 ---15 curl_version_info - returns runtime libcurl version info28 features in the running version of libcurl. *age* should be set to the29 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 …]
1 …-thread.c", "summary": {"functions": {"count": 24, "covered": 17, "percent": 70.83333333333334}, "… string
2 # -*- coding: utf-8 -*-23 # SPDX-License-Identifier: curl67 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 -195 props[authority][f'{ipv}-handshake'] = mean(hs_samples) \96 if len(hs_samples) else -1[all …]
5 * version 2.0 (the "License"); you may not use this file except in compliance8 * http://www.apache.org/licenses/LICENSE-2.019 * The ASF licenses this file to You under the Apache License, Version 2.023 * http://www.apache.org/licenses/LICENSE-2.038 ** Additional High-Level Functions for OpenSSL69 #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.patch82 switch (cipher->algorithm_mkey) in SSL_cipher_authentication_method()92 switch (cipher->algorithm_auth) in SSL_cipher_authentication_method()[all …]