Searched +full:srv +full:- +full:ipv6 +full:- +full:single +full:- +full:target +full:- +full:srv +full:- +full:disabled (Results 1 – 14 of 14) sorted by relevance
/third_party/grpc/test/cpp/naming/ |
D | resolver_test_record_groups.yaml | 1 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 …]
|
D | resolver_component_tests_runner.py | 8 # 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/ |
D | README.md | 7 * [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 * [Debugger module](#debugger-module) 13 * [DNS module](#dns-module) 14 * [Duplex pair helper](#duplex-pair-helper) 15 * [Environment variables](#environment-variables) 16 * [Fixtures module](#fixtures-module) [all …]
|
/third_party/python/Doc/library/ |
D | asyncio-eventloop.rst | 11 ------------------------------------ 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 71 :ref:`setting a custom event loop policy <asyncio-policies>`. 95 .. _asyncio-event-loop: 100 Event loops have **low-level** APIs for the following: 205 An optional keyword-only *context* argument allows specifying a 212 This method is not thread-safe. 216 A thread-safe variant of :meth:`call_soon`. Must be used to [all …]
|
/third_party/openssl/doc/man1/ |
D | s_client.pod | 5 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/deps/cares/ |
D | CHANGES | 1 Changelog for the c-ares project. Generated with git2changes.pl 6 - missed version 8 - 1.18.1 release prep 10 - ares_getaddrinfo() was returning the wrong size for ai_addrlen 19 - Windows: autotools force linking to iphlpapi 22 - [Gregor Jasny brought this change] 33 - replace Travis badge with Cirrus-CI badge 35 - c-ares 1.18.0 release prep 38 - [Jérôme Duval brought this change] 47 - valgrind: fix reported invalid read [all …]
|
/third_party/glib/ |
D | NEWS | 10 - #2361 g_key_file_load_from_file segfaults on "Key[*]="like lines 11 - !1997 Backport !1996 “Include glibconfig.h to get the G_OS_UNIX token” to glib-2-68 12 - !2016 GIO W32: Pin gio DLL 13 - !2021 Backport MR !2016 (GIO W32: Pin gio DLL) into glib-2-68 14 - !2022 Few fixes and notes for building on Visual Studio 2012 and earlier 15 - !2034 Backport MR !2032 (gkeyfile: Drop a redundant check) into glib-2-68 16 - !2035 Backport !2026 “Split g_test_log() messages that contain multiple lines” to glib-2-68 19 - English (United Kingdom) 26 - !1987 build: Drop gconstructor_as_data_h usage from glib-compile-schemas 27 - !1989 glib.supp: Generalize some suppressions [all …]
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_ARCHIVE.md | 3 <!--lint disable prohibited-strings--> 4 <!--lint disable maximum-line-length--> 5 <!--lint disable no-literal-urls--> 177 * uv: Upgrade to v1.0.0-rc1 187 * buffer: improve Buffer constructor (Kang-Hao Kenny) 213 * dns: send lookup c-ares errors to callback (Chris Dickinson) 228 * net: Ensure consistent binding to IPV6 if address is absent (Raymond Feng) 245 * repl: fix multi-line input (Fedor Indutny) 254 * tls: add DHE-RSA-AES128-SHA256 to the def ciphers (Shigeki Ohtsu) 316 * os: networkInterfaces include scopeid for ipv6 (Xidorn Quan) [all …]
|
D | CHANGELOG_V13.md | 3 <!--lint disable prohibited-strings--> 4 <!--lint disable maximum-line-length--> 5 <!--lint disable no-literal-urls--> 49 ## 2020-03-26, Version 13.12.0 (Current), @mylesborins 69 …* add --disable-proto option to cli (Gus Caplan) [#32279](https://github.com/nodejs/node/pull/3227… 79 * [[`81183caa4c`](https://github.com/nodejs/node/commit/81183caa4c)] - **build**: annotate markdown… 80 * [[`f8a020e636`](https://github.com/nodejs/node/commit/f8a020e636)] - **build**: macOS package not… 81 * [[`85bdb424c2`](https://github.com/nodejs/node/commit/85bdb424c2)] - ***Revert*** "**build**: add… 82 * [[`8ea5ffc033`](https://github.com/nodejs/node/commit/8ea5ffc033)] - **build**: expand ASAN acron… 83 …s://github.com/nodejs/node/commit/074c3c144f)] - **(SEMVER-MINOR)** **build**: make --without-repo… [all …]
|
D | CHANGELOG_V12.md | 3 <!--lint disable prohibited-strings--> 4 <!--lint disable maximum-line-length--> 5 <!--lint disable no-literal-urls--> 62 ## 2020-04-08, Version 12.16.2 'Erbium' (LTS), @codebytere 75 * [[`f756c809e0`](https://github.com/nodejs/node/commit/f756c809e0)] - **assert**: align character … 76 * [[`597431b1f2`](https://github.com/nodejs/node/commit/597431b1f2)] - **async_hooks**: remove inte… 77 * [[`35f107da53`](https://github.com/nodejs/node/commit/35f107da53)] - **benchmark**: remove proble… 78 * [[`0b7579022c`](https://github.com/nodejs/node/commit/0b7579022c)] - **benchmark**: use let inste… 79 * [[`7173b285e7`](https://github.com/nodejs/node/commit/7173b285e7)] - **benchmark**: swap var for … 80 * [[`c18cec7593`](https://github.com/nodejs/node/commit/c18cec7593)] - **benchmark**: remove specia… [all …]
|
/third_party/node/doc/api/ |
D | all.json | 21 …- Deprecated. The feature may emit warnings. Backward\ncompatibility is not guaranteed.</p>\n</blo… 26 "desc": "<!-- STABILITY_OVERVIEW_SLOT_BEGIN -->\n<!-- STABILITY_OVERVIEW_SLOT_END -->", 58 …-linked shared objects written in C++. The\n<a href=\"modules.html#modules_require_id\"><code>requ… 63 …-js\">module.exports.hello = () => 'world';\n</code></pre>\n<p>First, create the file <code>hello.… 66 "textRaw": "Context-aware addons", 67 "name": "context-aware_addons", 68 …single process. Each instance will have its own\n<code>require()</code> cache, and thus each insta… 77 "pr-url": "https://github.com/nodejs/node/pull/34572", 82 …-on needs to either:</p>\n<ul>\n<li>Be an Node-API addon, or</li>\n<li>Be declared as context-awar… 88 "displayName": "Context-aware addons" [all …]
|
D | all.html | 4 <meta charset="utf-8"> 5 <meta name="viewport" content="width=device-width"> 6 <meta name="nodejs.org:node-version" content="v14.20.1"> 13 <body class="alt apidoc" id="api-section-all"> 22 <li><a href="documentation.html" class="nav-documentation">About this documentation</a></li> 23 <li><a href="synopsis.html" class="nav-synopsis">Usage and example</a></li> 27 <li><a href="assert.html" class="nav-assert">Assertion testing</a></li> 28 <li><a href="async_hooks.html" class="nav-async_hooks">Async hooks</a></li> 29 <li><a href="buffer.html" class="nav-buffer">Buffer</a></li> 30 <li><a href="addons.html" class="nav-addons">C++ addons</a></li> [all …]
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 3 2022-06-15 23:36:18 +0100 Tim-Philipp Müller <tim@centricular.com> 7 * gst-plugins-bad.doap: 11 2022-06-15 23:36:10 +0100 Tim-Philipp Müller <tim@centricular.com> 16 2022-06-09 23:19:24 +0900 Seungha Yang <seungha@centricular.com> 22 Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2584> 24 2022-05-27 05:15:13 +1000 Jan Schmidt <jan@centricular.com> 26 * sys/androidmedia/gstamc-constants.h: 32 Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2572> 34 2022-05-30 16:31:38 -0400 Olivier Crête <olivier.crete@collabora.com> 38 webrtcbin: Reject answers that don't contain the same number of m-line as offer [all …]
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 1 diff --git a/src/DEPS b/src/DEPS 3 --- a/src/DEPS 5 @@ -253,7 +253,7 @@ vars = { 6 # Three lines of non-changing comments so that 9 - 'angle_revision': '29b222a3c07c541cafa459ae6886134da3493a4b', 11 # Three lines of non-changing comments so that 14 @@ -292,7 +292,7 @@ vars = { 15 # Three lines of non-changing comments so that 18 - 'freetype_revision': '034e5dbf92ea3a7ea7c9322e47a3a50ff23f7b55', 20 # Three lines of non-changing comments so that [all …]
|