Home
last modified time | relevance | path

Searched +full:ipv6 +full:- +full:single +full:- +full:target +full:- +full:srv +full:- +full:disabled (Results 1 – 10 of 10) sorted by relevance

/third_party/grpc/test/cpp/naming/
Dresolver_test_record_groups.yaml1 resolver_tests_common_zone_name: resolver-tests-version-4.grpctestingexp.
3 # Tests for which we enable SRV queries
4 - expected_addrs:
5 - {address: '5.5.5.5:443', is_balancer: false}
13 record_to_resolve: no-srv-ipv4-single-target
15 no-srv-ipv4-single-target:
16 - {TTL: '2100', data: 5.5.5.5, type: A}
17 - expected_addrs:
18 - {address: '1.2.3.4:1234', is_balancer: true}
26 record_to_resolve: srv-ipv4-single-target
[all …]
Dresolver_component_tests_runner.py8 # http://www.apache.org/licenses/LICENSE-2.0
16 # This file is auto-generated
28 argp = argparse.ArgumentParser(description='Run c-ares resolver tests')
29 argp.add_argument('--test_bin_path', default=None, type=str,
31 argp.add_argument('--dns_server_bin_path', default=None, type=str,
33 argp.add_argument('--records_config_path', default=None, type=str,
36 argp.add_argument('--dns_server_port', default=None, type=int,
38 argp.add_argument('--dns_resolver_bin_path', default=None, type=str,
40 argp.add_argument('--tcp_connect_bin_path', default=None, type=str,
67 '--server_host', '127.0.0.1',
[all …]
/third_party/node/test/common/
DREADME.md7 * [ArrayStream module](#arraystream-module)
8 * [Benchmark module](#benchmark-module)
9 * [Common module API](#common-module-api)
10 * [Countdown module](#countdown-module)
11 * [CPU Profiler module](#cpu-profiler-module)
12 * [DNS module](#dns-module)
13 * [Duplex pair helper](#duplex-pair-helper)
14 * [Environment variables](#environment-variables)
15 * [Fixtures module](#fixtures-module)
16 * [Heap dump checker module](#heap-dump-checker-module)
[all …]
/third_party/cares/
DCHANGES1 Changelog for the c-ares project. Generated with git2changes.pl
6 - c-ares 1.16.1 release prep
8 - update travis to use xcode11.4
10 - Prevent possible double-free in ares_getaddrinfo() if ares_destroy() is called
13 it would result in an invalid read and double-free due to calling end_hquery() twice.
18 - [shelley vohr brought this change]
32 - travis: CloudFlare does not allow T_ANY requests, so live tests that use it fail. Disable.
34 - travis: bump macos image to the latest
36 - cast-align warnings are false for struct sockaddr, silence
38 Create a macro to silence false cast-align warnings when casting
[all …]
/third_party/python/Doc/library/
Dasyncio-eventloop.rst11 ------------------------------------
19 Application developers should typically use the high-level asyncio functions,
22 of lower-level code, libraries, and frameworks, who need finer control over
27 The following low-level functions can be used to get, set, or create
66 :ref:`setting a custom event loop policy <asyncio-policies>`.
90 .. _asyncio-event-loop:
95 Event loops have **low-level** APIs for the following:
188 An optional keyword-only *context* argument allows specifying a
195 This method is not thread-safe.
199 A thread-safe variant of :meth:`call_soon`. Must be used to
[all …]
/third_party/openssl/doc/man1/
Ds_client.pod5 openssl-s_client,
6 s_client - SSL/TLS client program
11 [B<-help>]
12 [B<-connect host:port>]
13 [B<-bind host:port>]
14 [B<-proxy host:port>]
15 [B<-unix path>]
16 [B<-4>]
17 [B<-6>]
18 [B<-servername name>]
[all …]
/third_party/node/doc/changelogs/
DCHANGELOG_ARCHIVE.md3 <!--lint disable prohibited-strings-->
4 <!--lint disable maximum-line-length-->
5 <!--lint disable no-literal-urls-->
174 * uv: Upgrade to v1.0.0-rc1
184 * buffer: improve Buffer constructor (Kang-Hao Kenny)
210 * dns: send lookup c-ares errors to callback (Chris Dickinson)
225 * net: Ensure consistent binding to IPV6 if address is absent (Raymond Feng)
242 * repl: fix multi-line input (Fedor Indutny)
251 * tls: add DHE-RSA-AES128-SHA256 to the def ciphers (Shigeki Ohtsu)
313 * os: networkInterfaces include scopeid for ipv6 (Xidorn Quan)
[all …]
DCHANGELOG_V12.md3 <!--lint disable prohibited-strings-->
4 <!--lint disable maximum-line-length-->
5 <!--lint disable no-literal-urls-->
73 ## 2021-02-23, Version 12.21.0 'Erbium' (LTS), @richardlau
81 * **CVE-2021-22883**: HTTP2 'unknownProtocol' cause Denial of Service by resource exhaustion
83 * **CVE-2021-22884**: DNS rebinding in --inspect
84 … attacker uses the “localhost6” domain, they can still apply the attack described in CVE-2018-7160.
85 * **CVE-2021-23840**: OpenSSL - Integer overflow in CipherUpdate
90 …8`](https://github.com/nodejs/node/commit/e69177a088)] - **deps**: update archs files for OpenSSL-
91 * [[`0633ae77e6`](https://github.com/nodejs/node/commit/0633ae77e6)] - **deps**: upgrade openssl so…
[all …]
/third_party/glib/
DNEWS5 denial of service from a setuid-root process being used to block access to the
9 via Happy Eyeballs (CVE-2020-6750) (#1989)
18 - #1919 read from relative path in g_printerr() in 2.58.3
19 - #1995 Tracker issue for Happy Eyeballs regressions
20 - #1999 GTimeZone fails to accept full Julian day range when parsing the direct $TZ string format
21 - !1323 Backport !1314 “gtimezone: fix parsing of Julian day in POSIX TZ format” to glib-2-62
22 - !1331 Backport !1330 “W32: Correctly set st_ino when doing private stat()” to glib-2-62
23 - !1352 Backport !1351 “glib.supp: update g-threaded-resolver-getaddrinfo-config” to glib-2-62
24 - !1361 Backport !1353 GMainContext source reference fixes to glib-2-62
25 - !1365 Refactor g_socket_client_connect_async()
[all …]
/third_party/gstreamer/gstplugins_good/docs/plugins/
Dgst-plugins-good-plugins.args4 <RANGE>[-24,12]</RANGE>
7 <BLURB>gain for the frequency band 29 Hz, ranging from -24 dB to +12 dB.</BLURB>
14 <RANGE>[-24,12]</RANGE>
17 <BLURB>gain for the frequency band 59 Hz, ranging from -24 dB to +12 dB.</BLURB>
24 <RANGE>[-24,12]</RANGE>
27 <BLURB>gain for the frequency band 119 Hz, ranging from -24 dB to +12 dB.</BLURB>
34 <RANGE>[-24,12]</RANGE>
37 <BLURB>gain for the frequency band 237 Hz, ranging from -24 dB to +12 dB.</BLURB>
44 <RANGE>[-24,12]</RANGE>
47 <BLURB>gain for the frequency band 474 Hz, ranging from -24 dB to +12 dB.</BLURB>
[all …]