Home
last modified time | relevance | path

Searched +full:srv +full:- +full:ipv4 +full:- +full:simple +full:- +full:service +full:- +full:config +full:- +full:txt +full:- +full:disabled (Results 1 – 8 of 8) 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/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/node/deps/cares/
DCHANGES1 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/curl/tests/
Druntests.pl9 # Copyright (C) 1998 - 2021, Daniel Stenberg, <daniel@haxx.se>, et al.
28 # $HOSTIP, $HOST6IP - Set to the address of the host running the test suite
29 # $CLIENTIP, $CLIENT6IP - Set to the address of the host running curl
30 # runclient, runclientoutput - Modify to copy all the files in the log/
49 # Finally, to properly support -g and -n, checktestcmd needs to change
52 # fixed. As long as the -g option is never given, and the -n is always
60 # usually set by the Makefile, but for out-of-tree builds with direct
132 my $NOLISTENPORT=47; # port number we use for a local non-listening service
137 my $HTTPSPROXYPORT = $noport; # HTTPS-proxy (stunnel) port
156 my $HTTPTLSPORT=$noport; # HTTP TLS (non-stunnel) server port
[all …]
/third_party/glib/
DNEWS10 - #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/api/
Dall.json21- 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…
63simple addon, written in C++, that is the\nequivalent of the following JavaScript code:</p>\n<pre>…
66 "textRaw": "Context-aware addons",
67 "name": "context-aware_addons",
68-aware addon can be constructed by using the macro\n<code>NODE_MODULE_INITIALIZER</code>, which ex…
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 …]
Dall.html4 <meta charset="utf-8">
5 <meta name="viewport" content="width=device-width">
6 <meta name="nodejs.org:node-version" content="v14.19.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 …]