Searched +full:ipv4 +full:- +full:config +full:- +full:causing +full:- +full:fallback +full:- +full:to +full:- +full:tcp (Results 1 – 24 of 24) 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. 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 …]
|
| D | resolver_component_tests_runner.py | 8 # 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/cares/ |
| D | CHANGES | 1 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 12 In the event that ares_destroy() is called prior to ares_getaddrinfo() completing, 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 [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] 42 …Port for Haiku. Slight CMake changes, header changes, and resolv.conf/hosts paths specific to Hai… [all …]
|
| /third_party/NuttX/ |
| D | ReleaseNotes | 8 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 …]
|
| D | ChangeLog | 1 0.1.0 2007-03-09 Gregory Nutt <gnutt@nuttx.org> 7 0.1.1 2007-03-14 Gregory Nutt <gnutt@nuttx.org> 16 to run). 20 require fewer parameters. This was necessary to keep 23 * Attempts to use C5471 console from interrupt handlers 25 * Refuse calls to sem_wait and sem_trywait from interrupt 27 were calling printf-like functions. 31 when the timer interrupt is enabled. Seems to be an 35 0.1.2 2007-03-19 Gregory Nutt <gnutt@nuttx.org> 39 * Added 'ls' command to nsh [all …]
|
| /third_party/skia/third_party/externals/microhttpd/doc/ |
| D | libmicrohttpd.texi | 14 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 …]
|
| D | libmicrohttpd.info | 7 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/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 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 …]
|
| D | CHANGELOG_IOJS.md | 3 <!--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 …]
|
| D | CHANGELOG_V6.md | 3 <!--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 …]
|
| D | CHANGELOG_V8.md | 3 <!--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/libsoup/ |
| D | NEWS | 1 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/gstreamer/gstplugins_base/ |
| D | ChangeLog | 3 2019-12-03 11:03:11 +0000 Tim-Philipp Müller <tim@centricular.com> 9 * gst-plugins-base.doap: 13 2019-12-03 11:03:11 +0000 Tim-Philipp Müller <tim@centricular.com> 15 * docs/plugins/inspect/plugin-adder.xml: 16 * docs/plugins/inspect/plugin-alsa.xml: 17 * docs/plugins/inspect/plugin-app.xml: 18 * docs/plugins/inspect/plugin-audioconvert.xml: 19 * docs/plugins/inspect/plugin-audiomixer.xml: 20 * docs/plugins/inspect/plugin-audiorate.xml: 21 * docs/plugins/inspect/plugin-audioresample.xml: [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/gstreamer/gstplugins_bad/docs/random/ |
| D | ChangeLog-0.8 | 1 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/gstreamer/gstplugins_good/docs/random/ |
| D | ChangeLog-0.8 | 1 2005-08-28 Andy Wingo <wingo@pobox.com> 3 * Updates for two-arg init from GST_BOILERPLATE. 15 2005-08-26 Andy Wingo <wingo@pobox.com> 24 2005-08-26 Thomas Vander Stichele <thomas at apestaart dot org> 30 2005-08-25 Jan Schmidt <thaytan@mad.scientist.com> 33 Revert unpopular change for GST_MESSAGE_SRC to GObject. 35 2005-08-25 Andy Wingo <wingo@pobox.com> 38 * ext/ladspa/gstladspa.c: Halfway-ported. Doesn't compile yet. 47 2005-08-25 Owen Fraser-Green <owen@discobabe.net> 54 2005-08-24 Andy Wingo <wingo@pobox.com> [all …]
|
| /third_party/python/Misc/ |
| D | NEWS | 8 *Release date: 2021-02-19* 11 ------- 13 - bpo-43155: :c:func:`PyCMethod_New` is now present in ``python3.lib``. 19 *Release date: 2021-02-16* 22 -------- 24 - bpo-42967: Fix web cache poisoning vulnerability by defaulting the query 25 args separator to ``&``, and allowing the user to choose a custom 28 - bpo-42938: Avoid static buffers when computing the repr of 32 ----------------- 34 - bpo-42819: :mod:`readline`: Explicitly disable bracketed paste in the [all …]
|
| /third_party/gstreamer/gstplugins_good/ |
| D | ChangeLog | 3 2019-12-03 11:06:36 +0000 Tim-Philipp Müller <tim@centricular.com> 9 * gst-plugins-good.doap: 13 2019-12-03 11:06:35 +0000 Tim-Philipp Müller <tim@centricular.com> 15 * docs/plugins/gst-plugins-good-plugins.args: 16 * docs/plugins/inspect/plugin-1394.xml: 17 * docs/plugins/inspect/plugin-aasink.xml: 18 * docs/plugins/inspect/plugin-alaw.xml: 19 * docs/plugins/inspect/plugin-alpha.xml: 20 * docs/plugins/inspect/plugin-alphacolor.xml: 21 * docs/plugins/inspect/plugin-apetag.xml: [all …]
|
| /third_party/node/doc/api/ |
| D | all.json | 8 …"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… 21 …to 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", 68 …to 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 …]
|
| 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.19.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/ |
| D | ChangeLog | 3 2019-12-03 11:12:59 +0000 Tim-Philipp Müller <tim@centricular.com> 9 * gst-plugins-bad.doap: 13 2019-12-03 11:12:58 +0000 Tim-Philipp Müller <tim@centricular.com> 15 * docs/plugins/gst-plugins-bad-plugins.hierarchy: 16 * docs/plugins/inspect/plugin-accurip.xml: 17 * docs/plugins/inspect/plugin-adpcmdec.xml: 18 * docs/plugins/inspect/plugin-adpcmenc.xml: 19 * docs/plugins/inspect/plugin-aiff.xml: 20 * docs/plugins/inspect/plugin-asfmux.xml: 21 * docs/plugins/inspect/plugin-assrender.xml: [all …]
|
| /third_party/python/ |
| D | configure | 2 # 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 …]
|
| /third_party/chromium/patch/ |
| D | 0003_ohos_nweb.patch | 1 diff --git a/BUILD.gn b/BUILD.gn 3 --- a/BUILD.gn 5 @@ -96,6 +96,10 @@ group("gn_all") { 14 deps += [ "//third_party/abseil-cpp:absl_tests" ] 16 diff --git a/base/base_paths_ohos.cc b/base/base_paths_ohos.cc 18 --- a/base/base_paths_ohos.cc 20 @@ -1,4 +1,4 @@ 21 -// Copyright (c) 2022 The Chromium Authors. All rights reserved. 23 // Use of this source code is governed by a BSD-style license that can be 26 diff --git a/base/base_paths_ohos.h b/base/base_paths_ohos.h [all …]
|