Home
last modified time | relevance | path

Searched +full:ipv4 +full:- +full:second +full:- +full:language +full:- +full:is +full:- +full:cpp +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.
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
28 _grpclb._tcp.srv-ipv4-single-target:
[all …]
Dresolver_component_tests_runner.py8 # http://www.apache.org/licenses/LICENSE-2.0
11 # distributed under the License is distributed on an "AS IS" BASIS,
13 # See the License for the specific language governing permissions and
16 # This file is auto-generated
27 argp = argparse.ArgumentParser(description='Run c-ares resolver tests')
28 argp.add_argument('--test_bin_path', default=None, type=str,
30 argp.add_argument('--dns_server_bin_path', default=None, type=str,
32 argp.add_argument('--records_config_path', default=None, type=str,
35 argp.add_argument('--dns_server_port', default=None, type=int,
36 help=('Port that local DNS server is listening on.'))
[all …]
/third_party/NuttX/
DReleaseNotes5 for every release. The text is just as was written at the time of release
13 tag name is the release name (for example, the release 6.27 has tag name
14 "nuttx-6.27").
16 NuttX-0.1.0
17 -----------
19 This is the initial. This initial includes the complete NuttX RTOS
21 (Arm7) processor. Partial support for the 87C52 is included.
23 This release has been verified on both the Linux user-mode and C5471
25 for the C5471 can be found in arch/c5471/doc/test-results.txt.
29 NuttX-0.1.1
[all …]
/third_party/mbedtls/
DChangeLog3 = Mbed TLS 3.6.0 branch released 2024-03-28
27 * mbedtls_ecp_write_key() is deprecated in favor of
32 an RSA key as a domain parameter is no longer supported. Use
34 * Temporary function mbedtls_pk_wrap_as_opaque() is removed. To mimic the
42 * Support Armv8-A Crypto Extension acceleration for SHA-256
43 when compiling for Thumb (T32) or 32-bit Arm (A32).
44 * AES-NI is now supported in Windows builds with clang and clang-cl.
50 This affects both the low-level modules and the high-level APIs
51 (the cipher and PSA interfaces). This option is incompatible with modes
53 * Support use of Armv8-A Cryptographic Extensions for hardware acclerated
[all …]
/third_party/cups-filters/
DNEWS1 NEWS - OpenPrinting CUPS Filters v1.28.17 - 2023-01-24
2 ------------------------------------------------------
6 - libcupsfilters: In PPD generator create only one *cupsFilter2:
9 - libcupsfilters: In get_printer_attributes() poll
10 "media-col-database" separately if needed. On some printers
11 one gets "media-col-database" only this way. Ofte reveals
14 - libcupsfilters: Let PPD generator also parse
15 "media-col-ready" IPP attribute. "media-col-ready" lists the
16 loaded media, in contrary to "media-ready" as list of
17 complete descriptions of the media ("media-col" data
[all …]
/third_party/python/Misc/
DNEWS8 *Release date: 2023-06-06*
11 --------
13 - gh-issue-103142: The version of OpenSSL used in our binary builds has been
16 - gh-issue-99889: Fixed a security in flaw in :func:`uu.decode` that could
20 - gh-issue-104049: Do not expose the local on-disk location in directory
23 - gh-issue-102153: :func:`urllib.parse.urlsplit` now strips leading C0
25 by WHATWG in response to CVE-2023-24329. Patch by Illia Volochii.
28 -----------------
30 - gh-issue-105164: Ensure annotations are set up correctly if the only
31 annotation in a block is within a :keyword:`match` block. Patch by Jelle
[all …]
/third_party/python/
Dconfigure2 # Guess values for system-dependent variables and create Makefiles.
8 # Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation,
12 # This configure script is free software; the Free Software Foundation
14 ## -------------------- ##
16 ## -------------------- ##
25 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
26 # is contrary to our usage. Disable this feature.
27 alias -g '${1+"$@"}'='"$@"'
30 case `(set -o) 2>/dev/null` in #(
32 set -o posix ;; #(
[all …]
/third_party/libuv/
DChangeLog11 * build,win: remove extraneous -lshell32 (Ben Noordhuis)
19 * test: check if ipv6 link-local traffic is routable (Ben Noordhuis)
35 * test_fs.c: Fix issue on 32-bit systems using btrfs (Stephen Gallagher)
37 * misc: ignore libuv-release-tool files (Jameson Nash)
45 * test: skip tcp-write-in-a-row on IBM i (Abdirahim Musse)
61 * unix: support full TCP keep-alive on Solaris (Andy Pan)
67 * freebsd: fix build on non-intel archs (David Carlier)
69 * unix: optimize uv__tcp_keepalive cpp directives (Andy Pan)
75 * build: re-enable msvc-asan job on CI (Jameson Nash)
83 * fix: always zero-terminate idna output (Ben Noordhuis)
[all …]