Searched +full:ipv4 +full:- +full:no +full:- +full:config +full:- +full:for +full:- +full:cpp (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. 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 13 # See the License for the specific language governing permissions and 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, 35 'specifies records for the DNS sever. ')) 36 argp.add_argument('--dns_server_port', default=None, type=int, 38 argp.add_argument('--dns_resolver_bin_path', default=None, type=str, [all …]
|
| D | address_sorting_test.cc | 9 * http://www.apache.org/licenses/LICENSE-2.0 14 * See the License for the specific language governing permissions and 33 #include "test/cpp/util/subprocess.h" 34 #include "test/cpp/util/test_config.h" 112 memcpy(&dest_addr_as_resolved_addr.addr, dest_addr, dest_addr->len); in GetSourceAddr() 113 dest_addr_as_resolved_addr.len = dest_addr->len; in GetSourceAddr() 123 TestAddressToGrpcResolvedAddress(it->second); in GetSourceAddr() 124 memcpy(source_addr->addr, &source_addr_as_resolved_addr.addr, in GetSourceAddr() 126 source_addr->len = source_addr_as_resolved_addr.len; in GetSourceAddr() 131 // user provided test config [all …]
|
| /third_party/nghttp2/ |
| D | README.rst | 1 nghttp2 - HTTP/2 C Library 9 proxy. We have also developed load test and benchmarking tools for 20 ------------------ 23 HTTP/2 and `RFC 7541 <https://tools.ietf.org/html/rfc7541>`_ HPACK - 24 Header Compression for HTTP/2 27 (https://github.com/tatsuhiro-t/spdylay) project. 30 ------------------ 37 This endpoint supports ``h2``, ``h2-16``, ``h2-14``, and 38 ``http/1.1`` via ALPN/NPN and requires TLSv1.2 for HTTP/2 46 ------------ [all …]
|
| /third_party/python/ |
| D | configure | 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2.69 for python 3.9. 8 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. 13 ## -------------------- ## 15 ## -------------------- ## 18 DUALCASE=1; export DUALCASE # for MKS sh 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 24 alias -g '${1+"$@"}'='"$@"' 27 case `(set -o) 2>/dev/null` in #( [all …]
|
| D | configure.ac | 15 if test "$srcdir" != . -a "$srcdir" != "$(pwd)"; then 16 # If we're building out-of-tree, we need to make sure the following 18 # Objects/ -> typeslots.inc 19 # Include/ -> Python-ast.h, graminit.h 20 # Python/ -> importlib.h 22 # regenerated when building out-of-tree, regardless of whether or not 23 # the $srcdir counterpart is up-to-date. This is an acceptable trade 25 BASECPPFLAGS="-IObjects -IInclude -IPython" 34 if test -e $srcdir/.git 36 AC_CHECK_PROG(HAS_GIT, git, found, not-found) [all …]
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
| D | ChangeLog | 1 ChangeLog for wpa_supplicant 3 2019-08-07 - v2.9 5 - disable use of groups using Brainpool curves 6 - improved protection against side channel attacks 7 [https://w1.fi/security/2019-6/] 8 * EAP-pwd changes 9 - disable use of groups using Brainpool curves 10 - allow the set of groups to be configured (eap_pwd_groups) 11 - improved protection against side channel attacks 12 [https://w1.fi/security/2019-6/] [all …]
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
| D | ChangeLog | 1 ChangeLog for wpa_supplicant 3 2019-08-07 - v2.9 5 - disable use of groups using Brainpool curves 6 - improved protection against side channel attacks 7 [https://w1.fi/security/2019-6/] 8 * EAP-pwd changes 9 - disable use of groups using Brainpool curves 10 - allow the set of groups to be configured (eap_pwd_groups) 11 - improved protection against side channel attacks 12 [https://w1.fi/security/2019-6/] [all …]
|
| /third_party/NuttX/ |
| D | ReleaseNotes | 4 This file contains are the release notes for the NuttX (and apps) packages 5 for every release. The text is just as was written at the time of release 12 repository, a GIT lightweight tag has been applied for each release. The 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 ----------- 20 with support for the Linux user mode simulation and the TI TMS320C5471 21 (Arm7) processor. Partial support for the 87C52 is included. 23 This release has been verified on both the Linux user-mode and C5471 [all …]
|
| D | ChangeLog | 1 0.1.0 2007-03-09 Gregory Nutt <gnutt@nuttx.org> 4 * Support for Linux user mode simulation and TI 7 0.1.1 2007-03-14 Gregory Nutt <gnutt@nuttx.org> 10 for C5471 21 the stack usage down for the 8051/2 (which has only 24 can cause errors. Added a special path for this case. 27 were calling printf-like functions. 30 * Platform support for 8052 is complete but not stable 35 0.1.2 2007-03-19 Gregory Nutt <gnutt@nuttx.org> 42 Can't do this; the caller must be able to wait for access [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/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 28 - bpo-42938: Avoid static buffers when computing the repr of 32 ----------------- 34 - bpo-42819: :mod:`readline`: Explicitly disable bracketed paste in the 41 ``readline.parse_and_bind("set enable-bracketed-paste on")``. Patch by [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 …hub.com/nodejs/node/blob/HEAD/CONTRIBUTING.md\">the contributing guide</a> for directions on how t… 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 -->", 39 …l</code> document has a corresponding <code>.json</code> document. This is for IDEs\nand other uti… 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 …For example, the <a href=\"https://electronjs.org/\">Electron</a> runtime runs multiple\ninstances… [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"> 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_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/grpc/test/cpp/end2end/ |
| D | xds_end2end_test.cc | 9 * http://www.apache.org/licenses/LICENSE-2.0 14 * See the License for the specific language governing permissions and 56 #include "src/cpp/client/secure_credentials.h" 57 #include "src/cpp/server/secure_server_credentials.h" 61 #include "test/cpp/end2end/test_service_impl.h" 74 // - Send a serverlist with faulty ip:port addresses (port > 2^16, etc). 75 // - Test reception of invalid serverlist 76 // - Test against a non-LB server. 77 // - Random LB server closing the stream unexpectedly. 80 // - Handling of LB servers restart, including reconnection after backing-off [all …]
|
| /third_party/libxml2/ |
| D | ChangeLog | 9 Aleksey Sanin support for c14n 1.1 10 * c14n.c include/libxml/c14n.h: adds support for C14N 1.1, 14 * result/c14n/1-1-without-comments/* test/c14n/1-1-without-comments/*: 19 * config.h.in: update of libtool seems to have modified it 90 * doc/*: updated SVN URL for GNOME as pointed by Vincent Lefevre 95 * parser.c: hide the nbParse* variables used for debugging 100 * include/wsockcompat.h win32/Makefile.bcb xpath.c: fixes for 115 * trio.h: changed include of config.h to be surrounded by 144 port patch from Marcus Meissner to add gcc checking for 188 * tree.c: set doc on last child tree in xmlAddChildList for [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/gstreamer/gstplugins_bad/docs/random/ |
| D | ChangeLog-0.8 | 1 2005-09-02 Flavio Oliveira <flavio.oliveira@indt.org.br> 10 2005-08-31 Flavio Oliveira <flavio.oliveira@indt.org.br> 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> 79 2005-08-30 Jan Schmidt <thaytan@mad.scientist.com> 84 2005-08-30 Jan Schmidt <thaytan@mad.scientist.com> 90 2005-08-30 Thomas Vander Stichele <thomas at apestaart dot org> 105 * ext/dv/demo-play.c: 212 * gst/avi/avi-ids.h: [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. 6 the second arg for the class, because G_OBJECT_GET_CLASS (self) 13 (gst_ladspa_init): Use the second arg for the class. 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. [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 …]
|
| /third_party/node/doc/changelogs/ |
| 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 81 For more details about the vulnerability please consult the npm blog: 83 https://blog.npmjs.org/post/189618601100/binary-planting-with-the-npm-cli 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 …]
|
| 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 …1a0c10`](https://github.com/nodejs/node/commit/c9d21a0c10)] - **build**: set `-blibpath:` for AIX … 98 …](https://github.com/nodejs/node/commit/9ba5fd6bad)] - **build**: only check REPLACEME & DEP...X f… 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_V7.md | 3 <!--lint disable prohibited-strings--> 4 <!--lint disable maximum-line-length--> 5 <!--lint disable no-literal-urls--> 51 ## 2017-07-11, Version 7.10.1 (Current), @evanlucas 55 https://nodejs.org/en/blog/vulnerability/july-2017-security-releases/ 56 for details on patched vulnerabilities. 61 * Disable V8 snapshots - The hashseed embedded in the snapshot is 62 currently the same for all runs of the binary. This opens node up to 67 * CVE-2017-1000381 - The c-ares function ares_parse_naptr_reply(), 68 which is used for parsing NAPTR responses, could be triggered to [all …]
|