Home
last modified time | relevance | path

Searched +full:- +full:- +full:disable +full:- +full:pop3 (Results 1 – 25 of 31) sorted by relevance

12

/external/curl/
Dandroidconfigure3 set -e
8 echo "Run 'lunch aosp_arm-eng' and build the current version first." >&2
20 HOST="arm-linux-androideabi"
22 export CC="${T}/prebuilts/clang/host/linux-x86/${CLANG_VERSION}/bin/clang"
23 export LD="${T}/prebuilts/clang/host/linux-x86/${CLANG_VERSION}/bin/lld"
28 "--sysroot ${T}/out/soong/ndk/sysroot/"
31 "-I${T}/external/zlib/"
32 # We don't have target-specific clang binaries like the NDK, so provide
34 "--target=armv7a-linux-androideabi34"
41 "-L${ANDROID_PRODUCT_OUT}/system/lib/"
[all …]
D.azure-pipelines.yml21 # SPDX-License-Identifier: curl
32 - 'master'
33 - '*/ci'
36 - '.circleci/*'
37 - '.cirrus.yml'
38 - '.github/*'
39 - '.github/workflows/*'
40 - 'appveyor.*'
41 - 'packages/*'
42 - 'plan9/*'
[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 …]
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)
92 option(CURL_DISABLE_INSTALL "Set to ON to disable installation targets" OFF)
99 add_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 ## -------------------------------- ##
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/docs/examples/
Dpop3-tls.c21 * SPDX-License-Identifier: curl
26 * POP3 using TLS
33 /* This is a simple example showing how to retrieve mail using libcurl's POP3
34 * capabilities. It builds on the pop3-retr.c example adding transport
52 curl_easy_setopt(curl, CURLOPT_URL, "pop3://pop.example.com/1"); in main()
57 * continues anyway - see the security discussion in the libcurl tutorial in main()
61 /* If your server does not have a valid certificate, then you can disable in main()
70 * self-signed) and add it to the set of certificates that are known to in main()
/external/curl/docs/
DCURL-DISABLE.md1 <!--
4 SPDX-License-Identifier: curl
5 -->
7 # Code defines to disable features and protocols
11 Disable support for Alt-Svc: HTTP headers.
15 Disable support for binding the local end of connections.
19 Disable support for HTTP cookies.
23 Disable support for the Basic authentication methods.
27 Disable support for the Bearer authentication methods.
31 Disable support for the Digest authentication methods.
[all …]
DURL-SYNTAX.md1 <!--
4 SPDX-License-Identifier: curl
5 -->
14 - [RFC 3986](https://datatracker.ietf.org/doc/html/rfc3986) (although URL is called
16 - [The WHATWG URL Specification](https://url.spec.whatwg.org/)
68 inter-operate better with URLs that appear in the wild.
78 by re-encoding them to `%20`.
80 ### non-ASCII
83 are percent-encoded by curl.
89 RFC 3986 but not according to the WHATWG spec - which allows one to infinity
[all …]
DKNOWN_BUGS16 1.5 Expect-100 meets 417
30 3.3 POP3 expects "CRLF.CRLF" eob for some single-line responses
32 3.5 APOP authentication fails on POP3
33 3.6 POP3 issue when reading small chunks
39 5.2 curl-config --libs contains private details
41 5.5 cannot handle Unicode arguments in non-Unicode builds on Windows
42 5.6 cygwin: make install installs curl-config.1 twice
44 5.11 configure --with-gssapi with Heimdal is ignored on macOS
55 6.6 libcurl can fail to try alternatives with --proxy-any
57 6.9 SHA-256 digest not supported in Windows SSPI builds
[all …]
Dcurl.18 .\" * Copyright (C) 1998 \- 2021, Daniel Stenberg, <daniel@haxx.se>, et al.
27 curl \- transfer a URL
33 LDAP, LDAPS, MQTT, POP3, POP3S, RTMP, RTMPS, RTSP, SCP, SFTP, SMB, SMBS, SMTP,
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"
[all …]
DFAQ20 1.11 Why do you not update ca-bundle.crt
35 3.3 Why does my posting using -F not work?
37 3.5 How can I disable the Accept: */* header?
42 3.10 What about SOAP, WebDAV, XML-RPC or similar protocols over HTTP?
43 3.11 How do I POST with a different Content-Type?
44 3.12 Why do FTP-specific features over HTTP proxy fail?
54 3.22 curl -X gives me HTTP problems
74 4.13 Why is curl -R on Windows one hour off?
78 4.17 Non-functional connect timeouts on Windows
81 4.20 curl does not return error for HTTP non-200 responses
[all …]
/external/llvm/test/CodeGen/WebAssembly/
Daddress-offsets.ll1 ; RUN: llc < %s -asm-verbose=false -disable-wasm-fallthrough-return-opt | FileCheck %s
6 target datalayout = "e-m:e-p:32:32-i64:64-n32:64-S128"
7 target triple = "wasm32-unknown-unknown"
11 ; CHECK-LABEL: load_test0:
12 ; CHECK-NEXT: result i32{{$}}
13 ; CHECK-NEXT: i32.const $push0=, 0{{$}}
14 ; CHECK-NEXT: i32.load $push1=, g+40($pop0){{$}}
15 ; CHECK-NEXT: return $pop1{{$}}
21 ; CHECK-LABEL: load_test0_noinbounds:
22 ; CHECK-NEXT: result i32{{$}}
[all …]
Dreg-stackify.ll1 ; RUN: llc < %s -asm-verbose=false -disable-wasm-fallthrough-return-opt -verify-machineinstrs | Fil…
5 target datalayout = "e-m:e-p:32:32-i64:64-n32:64-S128"
6 target triple = "wasm32-unknown-unknown"
10 ; CHECK-LABEL: no0:
20 ; CHECK-LABEL: no1:
30 ; CHECK-LABEL: yes0:
31 ; CHECK: return $pop{{[0-9]+}}{{$}}
40 ; CHECK-LABEL: yes1:
49 ; CHECK-LABEL: sink_trap:
50 ; CHECK: return $pop{{[0-9]+}}{{$}}
[all …]
Dcfg-stackify.ll1 ; RUN: llc < %s -asm-verbose=false -disable-wasm-fallthrough-return-opt -disable-block-placement -v…
2 ; RUN: llc < %s -asm-verbose=false -disable-wasm-fallthrough-return-opt -verify-machineinstrs -fast
6 ; Explicitly disable fast-isel, since it gets implicitly enabled in the
9 target datalayout = "e-m:e-p:32:32-i64:64-n32:64-S128"
10 target triple = "wasm32-unknown-unknown"
16 ; CHECK-LABEL: test0:
18 ; CHECK-NEXT: block
19 ; CHECK-NEXT: i32.const
20 ; CHECK-NEXT: i32.add
22 ; CHECK-NEXT: br_if
[all …]
/external/curl/packages/vms/
Dbuild_curl-config_script.com1 $! build_curl-config_script.com
3 $! This generates the curl-config. script from the curl-config.in file.
19 $! SPDX-License-Identifier: ISC
23 $! Skip this if the curl-config. already exists.
24 $ if f$search("[--]curl-config.") .nes. "" then goto all_exit
38 $ x_cppflag_curl_staticlib = "-DCURL_STATICLIB"
44 $ x_support_protocols2 = " LDAPS POP3 POP3S RTSP SMTP SMTPS TELNET TFTP"
52 $ part1 = "-L/usr/lib -L/SSL_LIB -lssl -lcrypto -lz"
57 $ x_libcurl_libs = part1 + " -lgssapi"
62 $!-----------------------
[all …]
/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 …]
/external/curl/tests/
DFILEFORMAT.md1 <!--
4 SPDX-License-Identifier: curl
5 -->
12 in its own line. Comments are either XML-style (enclosed with `<!--` and
13 `-->`) or shell script style (beginning with `#`) and must appear on their own
43 or even percent-encoded individual bytes. As an example, insert the HTTP
56 %hex[ %XX-encoded data to decode ]hex%
96 Accept-Encoding
103 Accept-Encoding: not-brotli
110 Accept-Encoding: brotli
[all …]
/external/curl/scripts/
Dciconfig.pl22 # SPDX-License-Identifier: curl
29 # --enable-
32 'fast-install' => 1,
33 'silent-rules' => 1,
45 'pop3' => 1,
52 'libcurl-option' => 1,
55 'openssl-auto-load-config' => 1,
56 'versioned-symbols' => 1,
57 'symbol-hiding' => 1,
58 'threaded-resolver' => 1,
[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/lib/
Dcurl_config.h.in3 /* Ignore c-ares deprecation warnings */
21 /* disable alt-svc */
24 /* to disable AWS sig support */
27 /* to disable basic authentication */
30 /* to disable bearer authentication */
33 /* disable local binding support */
36 /* to disable cookies support */
39 /* to disable DICT */
42 /* to disable digest authentication */
45 /* disable DoH */
[all …]
Dcurl_config.h4 /* Ignore c-ares deprecation warnings */
22 /* disable alt-svc */
25 /* to disable cookies support */
28 /* to disable DICT */
31 /* disable DoH */
34 /* to disable FILE */
37 /* disable form API */
40 /* to disable FTP */
43 /* to disable curl_easy_options */
46 /* to disable Gopher */
[all …]
Durldata.h23 * SPDX-License-Identifier: curl
157 /* return the count of bytes sent, or -1 on error */
164 /* return the count of bytes read, or -1 on error */
180 #include "pop3.h"
191 #include "c-hyper.h"
192 #include "cf-socket.h"
234 (((x) && ((x)->magic == CURLEASY_MAGIC_NUMBER))? TRUE: \
238 ((x) && ((x)->magic == CURLEASY_MAGIC_NUMBER))
242 /* Types needed for krb5-ftp connections */
276 /* SSL backend-specific data; declared differently by each SSL backend */
[all …]
Dsetopt.c21 * SPDX-License-Identifier: curl
91 if(blob->len > CURL_MAX_INPUT_LENGTH) in Curl_setblobopt()
95 ((blob->flags & CURL_BLOB_COPY) ? blob->len : 0)); in Curl_setblobopt()
99 if(blob->flags & CURL_BLOB_COPY) { in Curl_setblobopt()
101 nblob->data = (char *)nblob + sizeof(struct curl_blob); in Curl_setblobopt()
102 memcpy(nblob->data, blob->data, blob->len); in Curl_setblobopt()
148 * We are asked to cherry-pick protocols, so play it safe and disallow all in protocol2num()
149 * protocols to start with, and re-add the wanted ones back in. in protocol2num()
166 tlen = str? (size_t) (str - token): strlen(token); in protocol2num()
173 *val |= h->protocol; in protocol2num()
[all …]
/external/curl/tests/libtest/
Dlib1560.c21 * SPDX-License-Identifier: curl
82 len -= n; in checkparts()
179 {"-ht://example.net", "", 0, 0, CURLUE_BAD_SCHEME},
184 {"ht-tp://example.net",
185 "ht-tp | [11] | [12] | [13] | example.net | [15] | / | [16] | [17]",
203 "https | [11] | [12] | [13] | xn--rksmrgs-5wao1o.se | "
205 {"https://xn--rksmrgs-5wao1o.se",
270 /* user-only (no password) */
289 {"https://user:password@example.net/ge t?this=and-what", "",
291 {"https://user:pass word@example.net/get?this=and-what", "",
[all …]
/external/curl/include/curl/
Dcurl.h23 * SPDX-License-Identifier: curl
36 /* Compile-time deprecation macros. */
45 _Pragma("GCC diagnostic ignored \"-Wdeprecated-declarations\"") \
54 #include "system.h" /* determine things run-time */
72 included, since they can't co-exist without problems */
78 /* HP-UX systems version 9, 10 and 11 lack sys/select.h and so does oldish
79 libc5-based Linux systems. Only include it on systems that are known to
99 /* Compatibility for non-Clang compilers */
143 #define CURL_SOCKET_BAD -1
185 char *contenttype; /* Content-Type */
[all …]

12