Home
last modified time | relevance | path

Searched +full:ipv4 +full:- +full:config +full:- +full:causing +full:- +full:fallback +full:- +full:to +full:- +full:tcp (Results 1 – 22 of 22) 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
10 # Unless required by applicable law or agreed to in writing, software
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,
30 help='Path to gtest test binary to invoke.')
31 argp.add_argument('--dns_server_bin_path', default=None, type=str,
32 help='Path to local DNS server python script.')
33 argp.add_argument('--records_config_path', default=None, type=str,
34 help=('Path to DNS records yaml file that '
[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]
42 …Port for Haiku. Slight CMake changes, header changes, and resolv.conf/hosts paths specific to Hai…
[all …]
/third_party/NuttX/
DReleaseNotes8 currently a GIT repository. Therefore, revision information specific to an
11 To make it easier to track there older versions in the current GIT
14 "nuttx-6.27").
16 NuttX-0.1.0
17 -----------
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
30 -----------
42 This release has been verified on the Linux user-mode platform, the
[all …]
/third_party/skia/third_party/externals/microhttpd/doc/
Dlibmicrohttpd.texi14 Copyright @copyright{} 2007--2013 Christian Grothoff
17 Permission is granted to copy, distribute and/or modify this document
20 with no Invariant Sections, no Front-Cover Texts, and no Back-Cover
38 @author Marco Maggi (@email{marco.maggi-ipsu@@poste.it})
48 @c ------------------------------------------------------------
56 * microhttpd-intro:: Introduction.
57 * microhttpd-const:: Constants.
58 * microhttpd-struct:: Structures type definition.
59 * microhttpd-cb:: Callback functions definition.
60 * microhttpd-init:: Starting and stopping the server.
[all …]
Dlibmicrohttpd.info7 Copyright (C) 2007-2013 Christian Grothoff
9 Permission is granted to copy, distribute and/or modify this
12 Foundation; with no Invariant Sections, no Front-Cover Texts, and
13 no Back-Cover Texts. A copy of the license is included in the
15 INFO-DIR-SECTION Software libraries
16 START-INFO-DIR-ENTRY
18 END-INFO-DIR-ENTRY
21 File: libmicrohttpd.info, Node: Top, Next: microhttpd-intro, Up: (dir)
29 Copyright (C) 2007-2013 Christian Grothoff
31 Permission is granted to copy, distribute and/or modify this
[all …]
/third_party/libsoup/
DNEWS1 Changes in libsoup from 2.70.0 to 2.71.0:
3 * Redesign directory list returned for `file://` requests [Jan-Michael Brummer]
9 * Fix potential leak when setting SoupSession:tls-interaction [Scott Hutton]
11 * Fix building with Visual Studio [Chun-wei Fan]
16 Changes in libsoup from 2.69.90 to 2.70.0:
18 * Deprecate SoupSession:proxy-uri [Patrick Griffis]
22 Changes in libsoup from 2.68.3 to 2.69.90:
24 * Add new API to expose support for same-site cookies [Patrick Griffis]
37 * build: Update glib requirement to 2.58 [Xavier Claessens]
41 Changes in libsoup from 2.68.2 to 2.68.3:
[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-->
177 * uv: Upgrade to v1.0.0-rc1
178 * http_parser: Upgrade to v2.3.0
179 * npm: Upgrade to v2.0.0
180 * openssl: Upgrade to v1.0.1i
181 * v8: Upgrade to 3.26.33
187 * buffer: improve Buffer constructor (Kang-Hao Kenny)
190 * child_process: add path to spawn ENOENT Error (Ryan Cole)
[all …]
DCHANGELOG_IOJS.md3 <!--lint disable prohibited-strings-->
4 <!--lint disable maximum-line-length-->
5 <!--lint disable no-literal-urls-->
83 ## 2015-09-15, io.js Version 3.3.1 @rvagg
87 * **buffer**: Fixed a minor errors that was causing crashes (Michaël Zasso) [#2635](https://github.…
88 * **child_process**: Fix error that was causing crashes (Evan Lucas) [#2727](https://github.com/nod…
90 * **libuv**: Upgrade from 1.7.3 to 1.7.4 (Saúl Ibarra Corretgé) [#2817](https://github.com/nodejs/n…
92 * **node-gyp**: Float v3.0.3 which has improved support for Node.js and io.js v0.10 to v4+ (Rod Vag…
93 * **npm**: Upgrade to version 2.14.3 from 2.13.3, includes a security update, see https://github.co…
94 …/node-v0.x-archive#8751](https://github.com/nodejs/node-v0.x-archive/pull/8751) [nodejs/node-v0.x-
[all …]
DCHANGELOG_V14.md3 <!--lint disable prohibited-strings-->
4 <!--lint disable maximum-line-length-->
5 <!--lint disable no-literal-urls-->
80 ## 2022-09-23, Version 14.20.1 'Fermium' (LTS), @bengl
88 * **[CVE-2022-32212](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-32212)**: DNS rebindin…
89 * **[CVE-2022-32213](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-32213)**: bypass via o…
90 * **[CVE-2022-35256](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-35256)**: HTTP Request…
92 …Security Releases](https://nodejs.org/en/blog/vulnerability/september-2022-security-releases/) blo…
96 …] - **http**: disable chunked encoding when OBS fold is used (Paolo Insogna) [nodejs-private/node-
97 …1121b456c)] - **src**: fix IPv4 non routable validation (RafaelGSS) [nodejs-private/node-private#3…
[all …]
DCHANGELOG_V6.md3 <!--lint disable prohibited-strings-->
4 <!--lint disable maximum-line-length-->
5 <!--lint disable no-literal-urls-->
86 ## 2019-04-03, Version 6.17.1 'Boron' (LTS), @BethGriggs
88 Node 6 is due to go End-of-Life on 2019-04-30.
97 * [[`c9d21a0c10`](https://github.com/nodejs/node/commit/c9d21a0c10)] - **build**: set `-blibpath:` …
98 * [[`9ba5fd6bad`](https://github.com/nodejs/node/commit/9ba5fd6bad)] - **build**: only check REPLAC…
99 * [[`1371a6f88b`](https://github.com/nodejs/node/commit/1371a6f88b)] - **doc**: simplify CODE\_OF\_…
100 * [[`ad62971573`](https://github.com/nodejs/node/commit/ad62971573)] - **doc**: document that addMe…
101 * [[`8080a9bf40`](https://github.com/nodejs/node/commit/8080a9bf40)] - **http**: fix error check in…
[all …]
DCHANGELOG_V8.md3 <!--lint disable prohibited-strings-->
4 <!--lint disable maximum-line-length-->
5 <!--lint disable no-literal-urls-->
77 ## 2019-12-17, Version 8.17.0 'Carbon' (LTS), @MylesBorins
83 https://blog.npmjs.org/post/189618601100/binary-planting-with-the-npm-cli
87 * **deps**: update npm to 6.13.4 [#30904](https://github.com/nodejs/node/pull/30904)
91 …(https://github.com/nodejs/node/commit/208b813e49)] - **build,win**: add test-ci-native and test-c…
92 * [[`369a23a670`](https://github.com/nodejs/node/commit/369a23a670)] - **deps**: update npm to 6.13…
95 ## 2019-10-09, Version 8.16.2 'Carbon' (LTS), @BethGriggs
97 Node.js 8 is due to go End-of-Life on 31st December 2019.
[all …]
/third_party/gstreamer/gstplugins_base/
DChangeLog3 2022-06-15 23:36:18 +0100 Tim-Philipp Müller <tim@centricular.com>
7 * gst-plugins-base.doap:
11 2022-06-15 23:36:10 +0100 Tim-Philipp Müller <tim@centricular.com>
16 2022-05-25 02:10:30 +0900 Seungha Yang <seungha@centricular.com>
19 playbin3: Configure combiner on pad-added if needed
21 streams-selected message is posted.
22 The condition can cause a situation where playbin3 links non-existing
23 combiner/playsink pads (since streams-selected is not posted yet) with
24 new decodebin output pad. This commit will re-check selected/active
25 streams condition on pad-added and reconfigure output if needed.
[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/gstreamer/gstplugins_bad/docs/random/
DChangeLog-0.81 2005-09-02 Flavio Oliveira <flavio.oliveira@indt.org.br>
7 * ext/gsm/gstgsmenc.c: Ported GSM Encoder to GStreamer 0.9.
10 2005-08-31 Flavio Oliveira <flavio.oliveira@indt.org.br>
15 * ext/faac/gstfaac.c: Ported to GStreamer 0.9.
17 2005-08-31 Thomas Vander Stichele <thomas at apestaart dot org>
67 all these plugins are moved to gst-plugins-ugly
69 2005-08-31 Michael Smith <msmith@fluendo.com>
77 Port LPCM decoder to 0.9
79 2005-08-30 Jan Schmidt <thaytan@mad.scientist.com>
84 2005-08-30 Jan Schmidt <thaytan@mad.scientist.com>
[all …]
/third_party/mbedtls/
DChangeLog3 = mbed TLS 3.1.0 branch released 2021-12-17
7 Alternative GCM implementations are expected to verify
8 the length of the provided output buffers and to return the
15 POSIX/Unix-like platforms.
18 * Sign-magnitude and one's complement representations for signed integers are
37 supported on GCC-like compilers and on MSVC and can be configured through
41 MBEDTLS_CHECK_RETURN_WARNING to get warnings for other functions. This
43 extended to other modules in the future.
46 * Add support for CCM*-no-tag cipher to the PSA.
47 Currently only 13-byte long IV's are supported.
[all …]
/third_party/gstreamer/gstplugins_base/docs/random/
DChangeLog-0.81 2005-02-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
6 2005-02-22 Luca Ognibene <luogni@tin.it>
8 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
18 2005-02-21 Tim-Philipp Müller <tim at centricular dot net>
24 rational number. Fix build and up requirement to 0.5.0, and
25 also pass parameters to gst_diracdec_link in the right order
28 2005-02-21 Maciej Katafiasz <mathrick@freedesktop.org>
36 2005-02-21 Jan Schmidt <thaytan@mad.scientist.com>
38 Make sure we only write to writable buffers
40 2005-02-20 Tim-Philipp Müller <tim at centricular dot net>
[all …]
/third_party/gstreamer/gstplugins_good/
DChangeLog3 2022-06-15 23:36:18 +0100 Tim-Philipp Müller <tim@centricular.com>
8 * gst-plugins-good.doap:
12 2022-06-15 23:36:10 +0100 Tim-Philipp Müller <tim@centricular.com>
17 2022-05-18 10:23:15 +0300 Sebastian Dröge <sebastian@centricular.com>
19 * gst/matroska/matroska-demux.c:
20 … matroskademux: Avoid integer-overflow resulting in heap corruption in WavPack header handling code
24 potentially lead to anything from crashes to remote code execution.
25 Thanks to Adam Doupe for analyzing and reporting the issue.
26 CVE: CVE-2022-1920
27 https://gstreamer.freedesktop.org/security/sa-2022-0004.html
[all …]
/third_party/node/doc/api/
Dall.json8 …"desc": "<p>Welcome to the official API reference documentation for Node.js!</p>\n<p>Node.js is a …
13 …ob/HEAD/CONTRIBUTING.md\">the contributing guide</a> for directions on how to submit pull requests…
21to ever change at all.\nOthers are brand new and experimental, or known to be hazardous.</p>\n<p>T…
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",
68to be loaded multiple\ntimes in multiple contexts. For example, the <a href=\"https://electronjs.o…
77 "pr-url": "https://github.com/nodejs/node/pull/34572",
[all …]
Dall.html4 <meta charset="utf-8">
5 <meta name="viewport" content="width=device-width">
6 <meta name="nodejs.org:node-version" content="v14.20.1">
8 …stylesheet" href="https://fonts.googleapis.com/css?family=Lato:400,700,400italic&display=fallback">
13 <body class="alt apidoc" id="api-section-all">
17 <a href="/" title="Go back to the home page">
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>
[all …]
/third_party/gstreamer/gstplugins_bad/
DChangeLog3 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:
31 Add mime type mapping to enable the use of Android H.265 encoders
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>
[all …]
/third_party/python/
Dconfigure2 # Guess values for system-dependent variables and create Makefiles.
5 # Report bugs to <https://bugs.python.org/>.
8 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
12 # gives unlimited permission to copy, distribute and modify it.
13 ## -------------------- ##
15 ## -------------------- ##
19 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
22 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
23 # is contrary to our usage. Disable this feature.
24 alias -g '${1+"$@"}'='"$@"'
[all …]