Home
last modified time | relevance | path

Searched +full:remote +full:- +full:build +full:- +full:cache +full:- +full:proxy +full:- +full:enabled (Results 1 – 25 of 123) sorted by relevance

12345

/external/opencensus-java/.github/workflows/
Dbuild-checker.yml1 name: Build Checker
6 - master
7 - v0.*
10 build:
11 name: Build Checker
12 runs-on: ubuntu-latest
14 - uses: actions/checkout@v2.3.4
16 fetch-depth: 0
17 - id: setup-java
19 uses: actions/setup-java@v2
[all …]
Dbuild-gradle-examples.yml1 name: Build Gradle Examples
6 - master
7 - v0.*
10 build:
11 name: Build Gradle Examples Ubuntu
12 runs-on: ubuntu-latest
14 - uses: actions/checkout@v2.3.4
16 fetch-depth: 0
17 - id: setup-java
19 uses: actions/setup-java@v2
[all …]
/external/curl/docs/libcurl/
Dlibcurl-tutorial.md1 ---
3 SPDX-License-Identifier: curl
4 Title: libcurl-tutorial
7 See-also:
8 - libcurl-easy (3)
9 - libcurl-errors (3)
10 - libcurl-multi (3)
11 - libcurl-url (3)
13 - All
14 ---
[all …]
/external/curl/lib/
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 */
191 #include "c-hyper.h"
192 #include "cf-socket.h"
230 /* On a debug build, we want to fail hard on easy handles that
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 …]
Durl.c21 * SPDX-License-Identifier: curl
89 #include "urlapi-int.h"
160 * 'h' [in] - struct Curl_handler pointer.
167 DEBUGASSERT(h->family); in get_protocol_family()
168 return h->family; in get_protocol_family()
173 /* Free all dynamic strings stored in the data->set substructure. */ in Curl_freeset()
178 Curl_safefree(data->set.str[i]); in Curl_freeset()
182 Curl_safefree(data->set.blobs[j]); in Curl_freeset()
185 if(data->state.referer_alloc) { in Curl_freeset()
186 Curl_safefree(data->state.referer); in Curl_freeset()
[all …]
/external/curl/docs/
Dcurl.18 .\" * Copyright (C) 1998 \- 2021, Daniel Stenberg, <daniel@haxx.se>, et al.
27 curl \- transfer a URL
37 curl offers a busload of useful tricks like proxy support, user
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
28 2.2 Does curl work/build with other SSL libraries?
35 3.3 Why does my posting using -F not work?
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?
46 3.14 Does curl support JavaScript or PAC (automated proxy config)?
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
[all …]
/external/autotest/server/cros/network/
Dwifi_client.py3 # Use of this source code is governed by a BSD-style license that can be
27 # Wake-on-WiFi feature strings
34 # Wake-on-WiFi test timing constants
55 """Get a shill XMLRPC proxy for |host|.
59 and uses them to make RPCs on the remote server. Thus, you should
62 @param host: host object representing a remote device.
63 @return proxy object for remote XMLRPC server.
66 # Make sure the client library is on the device so that the proxy
78 # Start up the XMLRPC proxy on the client
79 proxy = rpc_server_host.rpc_server_tracker.xmlrpc_connect(
[all …]
/external/cronet/net/base/
Dnet_error_list.h2 // Use of this source code is governed by a BSD-style license that can be
8 // no-include-guard-because-multiply-included
9 // NOLINT(build/header_guard)
15 // 0- 99 System related errors
16 // 100-199 Connection related errors
17 // 200-299 Certificate errors
18 // 300-399 HTTP errors
19 // 400-499 Cache errors
20 // 500-599 ?
21 // 600-699 FTP errors
[all …]
/external/libwebsockets/
Dchangelog2 ---------
7 - Add full CBOR stream parsing and writing support, with huge
9 See ./READMEs/README.cbor-lecp.md
10 - Add COSE key and signing / validation support with huge amount of
14 See ./READMEs/README.cbor-cose.md
15 - JIT Trust: for constrained devices, provides a way to determine the
19 See ./READMEs/README.jit-trust.md
20 - Add support for client Netscape cookie jar with caching
21 - Secure Streams: issue LWSSSCS_EVENT_WAIT_CANCELLED state() when
22 lws_cancel_service() called, so cross-thread events can be handled
[all …]
/external/sdv/vsomeip/
DCHANGES4 - Support REQUEST_ACK message type (PR #237)
5 - Fix typo in error message (PR #238)
6 - Fix for bug #239, as one process use two stubs for different vlans (PR #247, Issues #223 #239 #24…
7 - Fix multicast timeout crash on Windows caused by bad use of reinterpret_cast (PR #272)
8 - Update configuration paths to reside on vendor partition (PR #274)
9 - Retry failed netlink operations (PR #283)
10 - Fixed android build error (PR #288)
11 - Fix for configuration option deserialize bug (PR #300, Issue #263)
12 - Accept return codes within range 0x20-0x5E as valid (PR #312)
13 - Add support for broadcast (PR #314)
[all …]
/external/libwebsockets/include/libwebsockets/
Dlws-client.h2 * libwebsockets - small server side websockets and web server implementation
4 * Copyright (C) 2010 - 2021 Andy Green <andy@warmcat.com>
32 /** enum lws_client_connect_ssl_connection_flags - flags that may be used
56 * HTTP/1.0: possible if Keep-Alive: yes sent by server
78 /**< client is a link between SS client and SS proxy */
80 /**< client the SS proxy's onward connection */
94 /**< If LWS_WITH_CONMON enabled for build, keeps a copy of the
100 /**< If built with -DLWS_WITH_CACHE_NSCOOKIEJAR, store and reapply
104 /** struct lws_client_connect_info - parameters to connect with when using
111 /**< remote address to connect to */
[all …]
/external/libwebsockets/READMEs/
DREADME.lwsws.md6 lwsws is an implementation of a very lightweight, ws-capable generic web
13 @section lwswsb Build
15 Just enable -DLWS_WITH_LWSWS=1 at cmake-time.
19 NOTICE on Ubuntu, the default libuv package is called "libuv-0.10". This is ancient.
21 You should replace this with libuv1 and libuv1-dev before proceeding.
27 - '#' may be used to turn the rest of the line into a comment.
29 - There's also a single substitution, if a string contains "_lws_ddir_", then that is
46 "count-threads": "1",
47 "server-string": "myserver v1", # returned in http headers
48 "ws-pingpong-secs": "200", # confirm idle established ws connections this often
[all …]
/external/cronet/net/log/
Dnet_log_event_type_list.h2 // Use of this source code is governed by a BSD-style license that can be
9 // no-include-guard-because-multiply-included
10 // NOLINT(build/header_guard)
17 // https://chromium.googlesource.com/chromium/src/+/HEAD/net/docs/net-log.md
19 // --------------------------------------------------------------------------
20 // General pseudo-events
21 // --------------------------------------------------------------------------
39 // ------------------------------------------------------------------------
41 // ------------------------------------------------------------------------
53 // the host cache>,
[all …]
/external/autotest/
Dglobal_config.ini5 user: chromeosqa-admin
14 readonly_user: chromeosqa-read
65 # Allow list of tests with run time measurement enabled.
84 container_base: http://storage.googleapis.com/chromeos-image-archive/autotest-containers/base.tar.xz
87 container_base_folder_url: https://storage.googleapis.com/abci-ssp/autotest-containers
95 # server-side packaging.
118 # If necessary, specify a proxy for client downloads
135 android_zipped_images_bat_land:boot.img,system.img,cache.img,userdata.img
141 # endpoints (with this feature enabled).
159 # Minmum number of i-nodes for stateful, in 1000 i-node units.
[all …]
/external/skia/gn/skia/
DBUILD.gn3 # Use of this source code is governed by a BSD-style license that can be
7 import("//build/fuchsia/sdk.gni")
71 cflags += [ "-Wno-attributes" ]
77 cflags += [ "-ffp-contract=off" ]
82 "-v",
83 "--sysroot=" + rebase_path("$fuchsia_sdk_path/arch/$current_cpu/sysroot"),
85 cflags += [ "--sysroot=" +
88 current_cpu = "--target=x86_64-${current_os}"
90 target_triple = "--target=aarch64-unknown-${current_os}"
92 print("Unknown target CPU for Fuchsia target build.")
[all …]
/external/elfutils/doc/
Ddebuginfod.81 '\"! tbl | nroff \-man
17 debuginfod \- debuginfo-related http file-server daemon
24 \fBdebuginfod\fP serves debuginfo-related artifacts over HTTP. It
27 build an index by their buildid. This index is used when remote
33 \fBdebuginfod-find\fP would. If successful, it locally caches then
38 (see the \fB\-L\fP option). Duplicate PATHs are ignored. You may use
41 thread enumerates all matching files (see the \fB\-I\fP and \fB\-X\fP
43 \fB\-c\fP option) wait at the work queue to analyze files in parallel.
45 If the \fB\-F\fP option is given, each file is scanned as an ELF/DWARF
55 % eu-readelf -wline BINARY | sed -n '/^Directory.table/,/^File.name.table/p'
[all …]
/external/google-breakpad/src/third_party/curl/
Dcurl.h10 * Copyright (C) 1998 - 2009, Daniel Stenberg, <daniel@haxx.se>, et al.
23 * $Id: curl.h,v 1.396 2009-10-16 13:30:31 yangtse Exp $
30 * curl-library mailing list subscription and unsubscription web interface:
31 * http://cool.haxx.se/mailman/listinfo/curl-library/
38 * a subdirectory of the build tree while 'curl.h actually remains
43 #include "third_party/curl/curlbuild.h" /* libcurl build definitions */
47 * Define WIN32 when build target is Win32 API
66 included, since they can't co-exist without problems */
72 /* HP-UX systems version 9, 10 and 11 lack sys/select.h and so does oldish
73 libc5-based Linux systems. Only include it on system that are known to
[all …]
/external/dnsmasq/
DCHANGELOG.archive1 release 0.4 - initial public release
3 release 0.5 - added caching, removed compiler warning on linux PPC
5 release 0.6 - TCP handling: close socket and return to connect state if we
9 Added a patch from Cris Bailiff <c.bailiff@e-secure.com.au>
25 Patch to clear cache on SIGHUP
28 Fix bad bug resulting from not initialising value-result
29 address-length parameter to recvfrom() and accept() - it
39 (3) Time-to-live data from upstream server is read and
40 used by dnsmasq to purge entries from the cache.
42 the -h option is given).
[all …]
/external/mbedtls/tests/
Dssl-opt.sh3 # ssl-opt.sh
6 # SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
14 # (session resumption from cache or ticket, renego, etc).
16 # The tests assume a build with default options, with exceptions expressed
21 set -u
25 ulimit -f 20971520
38 : ${GNUTLS_CLI:=gnutls-cli}
39 : ${GNUTLS_SERV:=gnutls-serv}
54 if git diff --quiet ../include/mbedtls/mbedtls_config.h 2>/dev/null; then
62 : ${MBEDTLS_TEST_PLATFORM:="$(uname -s | tr -c \\n0-9A-Za-z _)-$(uname -m | tr -c \\n0-9A-Za-z _)"}
[all …]
/external/cronet/net/docs/
Dproxy.md1 # Proxy support in Chrome
3 This document establishes basic proxy terminology and describes Chrome-specific
4 proxy behaviors.
8 ## Proxy server identifiers
10 A proxy server is an intermediary used for network requests. A proxy server can
11 be described by its address, along with the proxy scheme that should be used to
17 The PAC format is how one names a proxy server in [Proxy
18 auto-config](https://en.wikipedia.org/wiki/Proxy_auto-config) scripts. For
20 * `PROXY foo:2138`
30 The port number is optional in both formats. When omitted, a per-scheme default
[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 …]
/external/python/cpython3/Lib/urllib/
Drequest.py5 below). It opens the URL and returns the results as file-like
13 non-error returns. The HTTPRedirectHandler automatically deals with
17 urlopen(url, data=None) -- Basic usage is the same as original
19 get a file-like object back. One difference is that you can also pass
24 build_opener -- Function that creates a new OpenerDirector instance.
30 install_opener -- Installs a new opener as the default opener.
34 OpenerDirector -- Sets up the User Agent as the Python-urllib client and manages
37 Request -- An object that encapsulates the state of a request. The
39 headers, e.g. a User-Agent.
41 BaseHandler --
[all …]
/external/wpa_supplicant_8/hostapd/
DChangeLog3 2022-01-16 - v2.10
5 - improved protection against side channel attacks
6 [https://w1.fi/security/2022-1/]
7 - added option send SAE Confirm immediately (sae_config_immediate=1)
9 - added support for the hash-to-element mechanism (sae_pwe=1 or
11 - fixed PMKSA caching with OKC
12 - added support for SAE-PK
13 * EAP-pwd changes
14 - improved protection against side channel attacks
15 [https://w1.fi/security/2022-1/]
[all …]
/external/cpuinfo/test/dmesg/
Dnexus-s.log2 <5>[ 0.000000] Linux version 3.0.8-g6656123 (android-build@vpbs1.mtv.corp.google.com) (gcc versi…
4 <4>[ 0.000000] CPU: VIPT nonaliasing data cache, VIPT aliasing instruction cache
6 <6>[ 0.000000] Partition (from atag) bootloader -- Offset:0x00000000 Size:0x00200000
7 <6>[ 0.000000] Partition (from atag) misc -- Offset:0x004c0000 Size:0x00140000
8 <6>[ 0.000000] Partition (from atag) boot -- Offset:0x00600000 Size:0x00800000
9 <6>[ 0.000000] Partition (from atag) recovery -- Offset:0x00e00000 Size:0x00800000
10 <6>[ 0.000000] Partition (from atag) cache -- Offset:0x01600000 Size:0x1d580000
11 <6>[ 0.000000] Partition (from atag) radio -- Offset:0x1eb80000 Size:0x00d80000
12 <6>[ 0.000000] Partition (from atag) efs -- Offset:0x1f900000 Size:0x006c0000
13 <4>[ 0.000000] Memory policy: ECC disabled, Data cache writeback
[all …]

12345