Home
last modified time | relevance | path

Searched +full:- +full:- +full:with +full:- +full:amissl (Results 1 – 12 of 12) sorted by relevance

/external/curl/.github/workflows/
Dnon-native.yml3 # SPDX-License-Identifier: curl
5 name: non-native
10 - master
11 - '*/ci'
12 paths-ignore:
13 - '**/*.md'
14 - '.circleci/**'
15 - 'appveyor.*'
16 - 'packages/**'
17 - 'plan9/**'
[all …]
/external/curl/docs/
DINSTALL.md1 <!--
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 …]
DCURLDOWN.md1 <!--
4 SPDX-License-Identifier: curl
5 -->
9 A markdown-like syntax for libcurl man pages.
24 by using a markdown-like syntax.
34 Contains meta-data in a structured way to allow better output (for example the
44 Convert **from curldown to nroff** with `cd2nroff`. Generates nroff man pages.
46 Convert **from nroff to curldown** with `nroff2cd`. This is only meant to be
51 curldown with **cd2cd**.
53 Mass-convert all curldown files to nroff in specified directories with
[all …]
DINSTALL-CMAKE.md1 <!--
4 SPDX-License-Identifier: curl
5 -->
7 # Building with CMake
10 from source code using the CMake build tool. To build with CMake, you of
29 - Build in the source tree.
31 $ cmake -B .
33 - Build in a separate directory (parallel to the curl source tree in this
36 $ cmake -B ../curl-build
40 CMake before version 3.13 does not support the `-B` option. In that case,
[all …]
/external/curl/docs/libcurl/
Dcurl_global_sslset.md1 ---
3 SPDX-License-Identifier: curl
7 See-also:
8 - curl_global_init (3)
9 - libcurl (3)
11 - All
12 Added-in: 7.56.0
13 ---
17 curl_global_sslset - select SSL backend to use
31 This function configures at runtime which SSL backend to use with
[all …]
/external/curl/lib/
Damigaos.c21 * SPDX-License-Identifier: curl
57 * hostip4.c - Curl_ipv4_resolve_r() replacement code
60 * - newlib networking
61 * - clib2 networking
62 * - direct bsdsocket.library networking (usually AmiSSL builds)
63 * Each with the threaded resolver enabled or not.
65 * With the threaded resolver enabled, try to use gethostbyname_r() where
111 struct Library *base = __CurlISocket->Data.LibBase; in Curl_amiga_cleanup()
121 * not at compile-time, based on what was detected in Curl_amiga_init(),
122 * we replace it completely with our own as to not complicate the baseline
[all …]
Dcurl_config.h.cmake21 * SPDX-License-Identifier: curl
28 /* define "1" to use built-in ca store of TLS backend */
37 /* disables alt-svc */
58 /* disables aws-sigv4 */
64 /* disables DNS-over-HTTPS */
82 /* disables headers-api support */
103 /* disables --libcurl option from the curl tool */
127 /* disables built-in progress meter */
139 /* disables SHA-512/256 hash algorithm */
306 /* Define to 1 if you have a working glibc-style strerror_r function. */
[all …]
Dcurl_config.h.in9 /* define "1" to use built-in CA store of SSL library */
21 /* disable alt-svc */
66 /* disable headers-api */
69 /* disable alt-svc */
93 /* to disable --libcurl C code generation option */
120 /* disable progress-meter */
129 /* disable SHA-512/256 hash algorithm */
159 /* cpu-machine-OS */
162 /* built with multiple SSL backends */
307 /* Define to 1 if you have a working glibc-style strerror_r function. */
[all …]
Dcurl_config.h10 /* define "1" to use built-in CA store of SSL library */
22 /* disable alt-svc */
67 /* disable headers-api */
70 /* disable alt-svc */
94 /* to disable --libcurl C code generation option */
121 /* disable progress-meter */
130 /* disable SHA-512/256 hash algorithm */
160 /* cpu-machine-OS */
163 /* built with multiple SSL backends */
313 /* Define to 1 if you have a working glibc-style strerror_r function. */
[all …]
/external/curl/
Dconfigure.ac21 # 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/])
69 if test -z "$SED"; then
73 if test -z "$SED" || test "$SED" = "not_found"; then
81 if test -z "$GREP"; then
85 if test -z "$GREP" || test "$GREP" = "not_found"; then
91 dnl 'grep -E' is mandatory for configure process and libtool.
93 if test -z "$EGREP"; then
95 AC_MSG_CHECKING([that grep -E works])
[all …]
Daclocal.m41 # generated automatically by aclocal 1.16.5 -*- Autoconf -*-
3 # Copyright (C) 1996-2021 Free Software Foundation, Inc.
7 # with or without modifications, as long as this notice is preserved.
23 # Copyright (C) 2002-2021 Free Software Foundation, Inc.
27 # with or without modifications, as long as this notice is preserved.
30 # ----------------------------
43 # -----------------------------
50 # -------------------------------
59 # AM_AUX_DIR_EXPAND -*- Autoconf -*-
61 # Copyright (C) 2001-2021 Free Software Foundation, Inc.
[all …]
DCMakeLists.txt21 # SPDX-License-Identifier: curl
28 # the case that both CURL and its dependency are included as sub-projects
32 # https://cmake.org/cmake/help/latest/module/FetchContent.html#integrating-with-find-package
49 # Collect command-line arguments for buildinfo.txt.
64 set(_cmake_args "${_cmake_args} -D${_cache_var}${_cache_var_type}=\"${_cache_var_value}\"")
78 string(REGEX MATCH "#define LIBCURL_VERSION_NUM 0x[0-9a-fA-F]+" _curl_version_num ${_curl_version_h…
84 string(REGEX REPLACE "([0-9]+\.[0-9]+\.[0-9]+).+" "\\1" _curl_version_sem "${_curl_version}")
91 # CMake (as of v3.31.2) gets confused and applies the MSVC rc.exe command-line
92 …# template to windres. Reset it to the windres template via 'Modules/Platform/Windows-windres.cmak…
93 …set(CMAKE_RC_COMPILE_OBJECT "<CMAKE_RC_COMPILER> -O coff <DEFINES> <INCLUDES> <FLAGS> <SOURCE> <OB…
[all …]