Home
last modified time | relevance | path

Searched +full:ipv4 +full:- +full:second +full:- +full:language +full:- +full:is +full:- +full:cpp (Results 1 – 23 of 23) 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
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,
37 help=('Port that local DNS server is listening on.'))
[all …]
Daddress_sorting_test.cc9 * http://www.apache.org/licenses/LICENSE-2.0
12 * distributed under the License is distributed on an "AS IS" BASIS,
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()
[all …]
/third_party/grpc/test/cpp/ext/filters/census/
Dstats_plugin_end2end_test.cc9 * http://www.apache.org/licenses/LICENSE-2.0
12 * distributed under the License is distributed on an "AS IS" BASIS,
14 * See the License for the specific language governing permissions and
34 #include "src/cpp/ext/filters/census/grpc_plugin.h"
58 if (request->param().expected_error().code() == 0) { in Echo()
59 response->set_message(request->message()); in Echo()
63 request->param().expected_error().code()), in Echo()
78 // Use IPv4 here because it's less flaky than IPv6 ("[::]:0") on Travis. in SetUp()
93 server_->Shutdown(); in TearDown()
97 void RunServerLoop() { server_->Wait(); } in RunServerLoop()
[all …]
/third_party/grpc/test/cpp/end2end/
Dclient_lb_end2end_test.cc9 * http://www.apache.org/licenses/LICENSE-2.0
12 * distributed under the License is distributed on an "AS IS" BASIS,
14 * See the License for the specific language governing permissions and
55 #include "src/cpp/client/secure_credentials.h"
56 #include "src/cpp/server/secure_server_credentials.h"
63 #include "test/cpp/end2end/test_service_impl.h"
92 default_client_impl->connect(closure, ep, interested_parties, channel_args, in tcp_client_connect_with_delay()
110 AddClient(context->peer()); in Echo()
112 // TODO(roth): Once we provide a more standard server-side API for in Echo()
114 context->AddTrailingMetadata("x-endpoint-load-metrics-bin", in Echo()
[all …]
Dgrpclb_end2end_test.cc9 * http://www.apache.org/licenses/LICENSE-2.0
12 * distributed under the License is distributed on an "AS IS" BASIS,
14 * See the License for the specific language governing permissions and
51 #include "src/cpp/client/secure_credentials.h"
52 #include "src/cpp/server/secure_server_credentials.h"
56 #include "test/cpp/end2end/test_service_impl.h"
65 // - Send a serverlist with faulty ip:port addresses (port > 2^16, etc).
66 // - Test reception of invalid serverlist
67 // - Test against a non-LB server.
68 // - Random LB server closing the stream unexpectedly.
[all …]
Dend2end_test.cc9 * http://www.apache.org/licenses/LICENSE-2.0
12 * distributed under the License is distributed on an "AS IS" BASIS,
14 * See the License for the specific language governing permissions and
49 #include "test/cpp/end2end/interceptors_util.h"
50 #include "test/cpp/end2end/test_service_impl.h"
51 #include "test/cpp/util/string_ref_helper.h"
52 #include "test/cpp/util/test_credentials_provider.h"
72 const std::string kIpv4("ipv4:127.0.0.1:"); in CheckIsLocalhost()
108 "value:Does not matter, will fail the key is invalid.}}";
110 "SecureCallCredentials{TestMetadataCredentials{key:test-plugin-metadata,"
[all …]
Dxds_end2end_test.cc9 * http://www.apache.org/licenses/LICENSE-2.0
12 * distributed under the License is distributed on an "AS IS" BASIS,
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.
[all …]
/third_party/boost/libs/asio/doc/
Dhistory.qbk2 / Copyright (c) 2003-2021 Christopher M. Kohlhoff (chris at kohlhoff dot com)
18 * Changed `any_io_executor` to a "strong typedef"-style class.
22 * Ensured `errno` is not overwritten if `socket()` fails on macOS/FreeBSD.
23 * Fixed work tracking for `io_context` and `thread_pool` executors when move-assigned.
25 * Fixed I/O object move-assignment to ensure the executor is left in a valid state.
29 * Removed deprecated file [^asio/impl/src.cpp].
37 * Added executor-converting construction and assignment to `ip::basic_resolver`.
43 with a single parameter, the argument is passed through as-is. For signatures
64 to detect whether it is supported.
70 * Reinstated a previously removed null-pointer check, as it had a measurable
[all …]
/third_party/node/doc/api/
Dall.json8 …e to the official API reference documentation for Node.js!</p>\n<p>Node.js is a JavaScript runtime…
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 …html</code> document has a corresponding <code>.json</code> document. This is for IDEs\nand other …
58-linked shared objects written in C++. The\n<a href=\"modules.html#modules_require_id\"><code>requ…
63is a simple addon, written in C++, that is the\nequivalent of the following JavaScript code:</p>\n…
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",
[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">
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/nghttp2/
DREADME.rst1 nghttp2 - HTTP/2 C Library
4 This is an implementation of the Hypertext Transfer Protocol version 2
7 The framing layer of HTTP/2 is implemented as a reusable C library.
14 An experimental high level C++ library is also available.
20 ------------------
23 HTTP/2 and `RFC 7541 <https://tools.ietf.org/html/rfc7541>`_ HPACK -
27 (https://github.com/tatsuhiro-t/spdylay) project.
30 ------------------
37 This endpoint supports ``h2``, ``h2-16``, ``h2-14``, and
46 ------------
[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>
18 * sys/d3d11/gstd3d11decoder.cpp:
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:
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/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/boost/doc/html/boost_asio/
Dhistory.html3 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
22 <div class="spirit-nav">
34 <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
41 <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: circle; ">
57 standard executor model is used in preference if both are detected.
61 the new default runtime-polymorphic executor for all I/O objects.
127 gather-write buffer sequences.
130 …Added compile-time detection of the deprecated <code class="computeroutput">asio_handler_invoke</c…
138 …Added compile-time detection of the deprecated <code class="computeroutput">asio_handler_allocate<…
148 <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: circle; ">
[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
20 When collection is updated, decodebin3 exposes pad first and then
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
[all …]
/third_party/gstreamer/gstplugins_bad/docs/random/
DChangeLog-0.81 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_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>
23 Since dirac 0.5.0 the framerate in dirac is expressed as a
28 2005-02-21 Maciej Katafiasz <mathrick@freedesktop.org>
32 TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with
36 2005-02-21 Jan Schmidt <thaytan@mad.scientist.com>
40 2005-02-20 Tim-Philipp Müller <tim at centricular dot net>
42 * gst-libs/gst/riff/riff-media.c:
[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
23 data is memcpy'd later which then causes out of bound writes and can
26 CVE: CVE-2022-1920
27 https://gstreamer.freedesktop.org/security/sa-2022-0004.html
28 Fixes https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/1226
[all …]
/third_party/chromium/patch/
D0001-cve.patch1 diff --git a/src/DEPS b/src/DEPS
3 --- a/src/DEPS
5 @@ -253,7 +253,7 @@ vars = {
6 # Three lines of non-changing comments so that
9 - 'angle_revision': '29b222a3c07c541cafa459ae6886134da3493a4b',
11 # Three lines of non-changing comments so that
14 @@ -292,7 +292,7 @@ vars = {
15 # Three lines of non-changing comments so that
18 - 'freetype_revision': '034e5dbf92ea3a7ea7c9322e47a3a50ff23f7b55',
20 # Three lines of non-changing comments so that
[all …]
/third_party/node/doc/changelogs/
DCHANGELOG_V7.md3 <!--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
53 This is a security release. All Node.js users should consult the
55 https://nodejs.org/en/blog/vulnerability/july-2017-security-releases/
61 * Disable V8 snapshots - The hashseed embedded in the snapshot is
64 temporarily disabled snapshots until a more robust solution is found
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 …]
DCHANGELOG_V8.md3 <!--lint disable prohibited-strings-->
4 <!--lint disable maximum-line-length-->
5 <!--lint disable no-literal-urls-->
72 *Note*: Node.js v8 is covered by the
77 ## 2019-12-17, Version 8.17.0 'Carbon' (LTS), @MylesBorins
79 This is a security release.
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
[all …]
DCHANGELOG_V6.md3 <!--lint disable prohibited-strings-->
4 <!--lint disable maximum-line-length-->
5 <!--lint disable no-literal-urls-->
81 *Note*: Node.js v6 is covered by the
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…
[all …]