Home
last modified time | relevance | path

Searched +full:libssh2 +full:- +full:dev (Results 1 – 22 of 22) sorted by relevance

/external/curl/
D.azure-pipelines.yml21 # SPDX-License-Identifier: curl
24 # https://dev.azure.com/daniel0244/curl/_build?view=runs
32 - 'master'
33 - '*/ci'
36 - '.circleci/*'
37 - '.cirrus.yml'
38 - '.github/*'
39 - '.github/workflows/*'
40 - 'appveyor.*'
41 - 'packages/*'
[all …]
Dconfigure.ac21 # SPDX-License-Identifier: curl
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])
94 if echo a | ($GREP -E '(a|b)') >/dev/null 2>&1; then
[all …]
DRELEASE-NOTES22 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 …]
DCMakeLists.txt21 # 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-")
91 option(ENABLE_ARES "Set to ON to enable c-ares support" OFF)
99 add_definitions(-D_WIN32_WINNT=${CURL_TARGET_WINDOWS_VERSION})
100 list(APPEND CMAKE_REQUIRED_DEFINITIONS -D_WIN32_WINNT=${CURL_TARGET_WINDOWS_VERSION})
[all …]
Dconfigure2 # 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 ## -------------------------------- ##
60 (`echo "$xc_tst_str" >/dev/null 2>&1`) && xc_tst_str='success'
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'
109 xc_tst_str=`expr "$xc_tst_str" : '.*' 2>/dev/null`
[all …]
/external/curl/.github/workflows/
Dtorture.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 …]
Dlinux-old.yml3 # SPDX-License-Identifier: curl
12 # stretch has ELTS support from Feexian until 2027-06-30
13 # For ELTS info see https://www.freexian.com/lts/extended/docs/how-to-use-extended-lts/
14 # The Debian key will expire 2025-05-20, after which package signature
24 - master
25 - '*/ci'
26 paths-ignore:
27 - '**/*.md'
28 - '.azure-pipelines.yml'
29 - '.circleci/**'
[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 …]
Dwindows.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/curl/.circleci/
Dconfig.yml21 # SPDX-License-Identifier: curl
28 # See https://circleci.com/docs/configuration-reference/#macos-execution-environment
30 …ion of CircleCI pipeline process engine. See: https://circleci.com/docs/2.0/configuration-reference
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
46 … ./configure --disable-verbose --enable-werror --with-openssl || { tail -1000 config.log; false; }
[all …]
/external/curl/docs/
DINTERNALS.md1 <!--
4 SPDX-License-Identifier: curl
5 -->
10 curl](https://everything.curl.dev/internals) book. This file lists supported
15 We write curl and libcurl to compile with C89 compilers on 32-bit and up
27 - OpenSSL 0.9.7
28 - GnuTLS 3.1.10
29 - zlib 1.1.4
30 - libssh2 1.0
31 - c-ares 1.16.0
[all …]
DTODO27 1.10 auto-detect proxy
30 1.13 c-ares and CURLOPT_OPENSOCKETFUNCTION
48 2. libcurl - multi interface
49 2.1 More non-blocking
51 2.3 Non-blocking curl_multi_remove_handle()
53 2.5 Edge-triggered sockets should work
60 3.2 Provide cmake config-file
74 5.2 Obey Retry-After in redirects
78 5.6 alt-svc should fallback if alt-svc does not work
83 6.2 ditch telnet-specific select
[all …]
DBUGS.md1 <!--
4 SPDX-License-Identifier: curl
5 -->
48 [documented separately](https://curl.se/dev/secprocess.html).
56 - your operating system's name and version number
58 - what version of curl you are using (`curl -V` is fine)
60 - versions of the used libraries that libcurl is built to use
62 - what URL you were working with (if possible), at least which protocol
71 debug dump with your bug report. The output you get by using the `-v` or
72 `--trace` options.
[all …]
Dcurl.18 .\" * Copyright (C) 1998 \- 2021, Daniel Stenberg, <daniel@haxx.se>, et al.
27 curl \- transfer a URL
42 curl is powered by libcurl for all transfer-related features. See
45 The URL syntax is protocol-dependent. You find a detailed description in
55 "ftp://ftp.example.com/file[1-100].txt"
57 "ftp://ftp.example.com/file[001-100].txt" (with leading zeros)
59 "ftp://ftp.example.com/file[a-z].txt"
64 "http://example.com/archive[1996-1999]/vol[1-4]/part{a,b,c}.html"
73 "http://example.com/file[1-100:10].txt"
75 "http://example.com/file[a-z:2].txt"
[all …]
/external/bazelbuild-rules_rust/crate_universe/test_data/metadata/build_scripts/
Dmetadata.json9 "no-std"
21 "source": "registry+https://github.com/rust-lang/crates.io-index",
28 "name": "rustc-std-workspace-core",
33 "source": "registry+https://github.com/rust-lang/crates.io-index",
39 "kind": "dev",
45 "source": "registry+https://github.com/rust-lang/crates.io-index",
51 "kind": "dev",
57 "source": "registry+https://github.com/rust-lang/crates.io-index",
63 "kind": "dev",
69 "source": "registry+https://github.com/rust-lang/crates.io-index",
[all …]
/external/bazelbuild-rules_rust/crate_universe/src/metadata/
Ddependency.rs41 pub(crate) fn new_for_node(node: &Node, metadata: &CargoMetadata) -> Self { in new_for_node()
43 let (dev, normal) = node in new_for_node()
53 collect_deps_selectable(node, dev, metadata, DependencyKind::Development), in new_for_node()
59 let (dev, normal) = node in new_for_node()
69 collect_deps_selectable(node, dev, metadata, DependencyKind::Development), in new_for_node()
75 // https://doc.rust-lang.org/cargo/reference/build-scripts.html#build-dependencies in new_for_node()
94 // script's of packages that directly (non-transitively) depend on these packages. Note that in new_for_node()
96 // script (`build-dependencies`). in new_for_node()
97 // https://doc.rust-lang.org/cargo/reference/build-scripts.html#the-links-manifest-key in new_for_node()
98 // https://doc.rust-lang.org/cargo/reference/build-scripts.html#-sys-packages in new_for_node()
[all …]
/external/curl/.github/scripts/
Dspellcheck.words3 # SPDX-License-Identifier: curl
51 AWS-LC
182 dev
444 libssh2
/external/federated-compute/third_party/
Dcurl.BUILD.bzl18 "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/
Dcurl.BUILD25 "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/lib/
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/tests/
Druntests.pl22 # SPDX-License-Identifier: curl
32 # $HOSTIP, $HOST6IP - Set to the address of the host running the test suite
33 # $CLIENTIP, $CLIENT6IP - Set to the address of the host running curl
34 # runclient, runclientoutput - Modify to copy all the files in the log/
53 # Finally, to properly support -g and -n, checktestcmd needs to change
56 # fixed. As long as the -g option is never given, and the -n is always
68 # usually set by the Makefile, but for out-of-tree builds with direct
107 my $CURLCONFIG="../curl-config"; # curl-config from current build
125 my $uname_release = `uname -r`;
319 my $nghttpx_version=join(' ', `"$ENV{'NGHTTPX'}" -v 2>/dev/null`);
[all …]
/external/curl/src/
Dtool_hugehelp.c18 " curl - transfer a URL\n" in hugehelp()
32 " curl offers a busload of useful tricks like proxy support, user authen-\n" in hugehelp()
33 " tication, FTP upload, HTTP post, SSL connections, cookies, file trans-\n" in hugehelp()
39 " curl is powered by libcurl for all transfer-related features. See\n" in hugehelp()
43 " The URL syntax is protocol-dependent. You find a detailed description\n" in hugehelp()
55 " \"ftp://ftp.example.com/file[1-100].txt\"\n" in hugehelp()
57 " \"ftp://ftp.example.com/file[001-100].txt\" (with leading zeros)\n" in hugehelp()
59 " \"ftp://ftp.example.com/file[a-z].txt\"\n" in hugehelp()
64 " \"http://example.com/archive[1996-1999]/vol[1-4]/part{a,b,c}.html\"\n" in hugehelp()
76 " \"http://example.com/file[1-100:10].txt\"\n" in hugehelp()
[all …]