Home
last modified time | relevance | path

Searched full:upgrade (Results 1 – 25 of 701) sorted by relevance

12345678910>>...29

/third_party/node/test/parallel/
Dtest-http-upgrade-advertise.js9 { headers: { upgrade: 'h2c' }, expected: 'regular' }, property
10 { headers: { connection: 'upgrade' }, expected: 'regular' },
11 { headers: { connection: 'upgrade', upgrade: 'h2c' }, expected: 'upgrade' }, property
12 { headers: { connection: 'upgrade', upgrade: 'h2c' }, expected: 'destroy' }, property
13 { headers: { connection: 'upgrade', upgrade: 'h2c' }, expected: 'regular' }, property
39 server.removeAllListeners('upgrade');
43 req.on('upgrade', function onUpgrade(res, socket) {
45 done('upgrade');
54 Connection: 'upgrade, keep-alive',
55 Upgrade: 'h2c' property
[all …]
Dtest-http-upgrade-client.js23 // Verify that the 'upgrade' header causes an 'upgrade' event to be emitted to
41 c.write('connection: upgrade\r\n');
42 c.write('upgrade: websocket\r\n');
56 connection: 'upgrade',
57 upgrade: 'websocket' property
61 ['Connection', 'Upgrade'],
62 ['Upgrade', 'websocket'],
74 req.on('upgrade', common.mustCall(function(res, socket, upgradeHead) {
87 connection: 'upgrade',
88 upgrade: 'websocket' property
Dtest-http-upgrade-agent.js23 // Verify that the 'upgrade' header causes an 'upgrade' event to be emitted to
38 c.write('connection: upgrade\r\n');
39 c.write('upgrade: websocket\r\n');
55 'connection': 'upgrade',
56 'upgrade': 'websocket' property
68 req.on('upgrade', common.mustCall(function(res, socket, upgradeHead) {
80 'connection': 'upgrade',
81 'upgrade': 'websocket' }; property
Dtest-http-upgrade-client2.js29 server.on('upgrade', function(req, socket) {
31 `Connection: Upgrade${CRLF}` +
32 `Upgrade: Test${CRLF}${CRLF}` +
43 const header = { 'Connection': 'Upgrade', 'Upgrade': 'Test' }; property
54 request.removeListener('upgrade', onUpgrade);
57 request.on('upgrade', onUpgrade);
63 throw new Error('hasn\'t received upgrade event');
Dtest-http-parser-freed-before-upgrade.js9 server.on('upgrade', common.mustCall((request, socket) => {
13 'Connection: Upgrade',
14 'Upgrade: WebSocket',
23 Connection: 'Upgrade',
24 Upgrade: 'WebSocket' property
28 request.on('upgrade', common.mustCall((response, socket) => {
Dtest-http-upgrade-server.js52 this.on('upgrade', function(req, socket, upgradeHead) {
54 'Upgrade: WebSocket\r\n' +
55 'Connection: Upgrade\r\n' +
81 // connection: Upgrade with listener
90 'Upgrade: WebSocket\r\n' +
91 'Connection: Upgrade\r\n' +
114 server.removeAllListeners('upgrade');
119 // connection: Upgrade, no listener
127 'Upgrade: WebSocket\r\n' +
128 'Connection: Upgrade\r\n' +
Dtest-http-server-request-timeout-upgrade.js25 server.on('upgrade', common.mustCall((req, socket, head) => {
27 socket.write('Upgrade: WebSocket\r\n');
28 socket.write('Connection: Upgrade\r\n\r\n');
45 'Upgrade: WebSocket\r\n' +
46 'Connection: Upgrade\r\n\r\n' +
55 client.write('Upgrade: WebSocket\r\n');
56 client.write('Connection: Upgrade\r\n\r\n');
Dtest-http-upgrade-binary.js7 // https://github.com/nodejs/node/issues/17789 - a connection upgrade response
12 'Connection: upgrade\r\n' +
14 'Upgrade: websocket\r\n' +
22 headers: { 'Connection': 'upgrade', 'Upgrade': 'websocket' }, property
23 }).on('upgrade', mustCall((res, conn, head) => {
Dtest-http-upgrade-server2.js32 server.on('upgrade', function(req, socket, upgradeHead) {
33 // Test that throwing an error from upgrade gets
35 throw new Error('upgrade error');
39 assert.strictEqual(e.message, 'upgrade error');
49 'Upgrade: WebSocket\r\n' +
50 'Connection: Upgrade\r\n' +
/third_party/elfutils/m4/
DChangeLog40 * gettext.m4: Upgrade to gettext-0.18.2.
41 * iconv.m4: Upgrade to gettext-0.18.2.
42 * po.m4: Upgrade to gettext-0.18.2.
46 * gettext.m4: Upgrade to gettext-0.17.
47 * iconv.m4: Upgrade to gettext-0.17.
48 * po.m4: Upgrade to gettext-0.17.
91 * codeset.m4: Upgrade to gettext-0.11.
92 * gettext.m4: Upgrade to gettext-0.11.
93 * glibc21.m4: Upgrade to gettext-0.11.
94 * iconv.m4: Upgrade to gettext-0.11.
[all …]
/third_party/python/Tools/msi/launcher/
Dlauncher.wxs38 …<RemoveExistingProducts After="InstallValidate">UPGRADE or REMOVE_350_LAUNCHER or REMOVE_360A1_LAU…
40 …<RemoveExistingProducts After="InstallValidate">UPGRADE or REMOVE_350_LAUNCHER or REMOVE_360A1_LAU…
50 <!-- Upgrade all versions of the launcher -->
51 <Upgrade Id="$(var.UpgradeCode)">
53 …<UpgradeVersion Property="UPGRADE" Minimum="0.0.0.0" IncludeMinimum="yes" Maximum="$(var.Version)"…
65 </Upgrade>
67 <Upgrade Id="A71530B9-E89D-53DB-9C2D-C6D7551876D8">
69 </Upgrade>
71 <Upgrade Id="394750C0-7880-5A8F-999F-933965FBCFB4">
73 </Upgrade>
/third_party/curl/tests/data/
Dtest230014 Upgrade: websocket
15 Connection: Upgrade
19 # allow upgrade
21 upgrade
37 WebSockets upgrade only
52 Upgrade: websocket
53 Connection: Upgrade
Dtest230114 Upgrade: websocket
15 Connection: Upgrade
21 # allow upgrade
23 upgrade
57 Upgrade: websocket
58 Connection: Upgrade
Dtest230214 Upgrade: websocket
15 Connection: Upgrade
21 # allow upgrade
23 upgrade
58 Upgrade: websocket
59 Connection: Upgrade
Dtest230714 Upgrade: websocket
15 Connection: Upgrade
21 # allow upgrade
23 upgrade
59 Upgrade: websocket
60 Connection: Upgrade
Dtest230414 Upgrade: websocket
15 Connection: Upgrade
21 # allow upgrade
23 upgrade
58 Upgrade: websocket
59 Connection: Upgrade
Dtest180128 # listen to the upgrade request!
30 upgrade
43 HTTP/2 upgrade with lying server
57 Connection: Upgrade, HTTP2-Settings
58 Upgrade: %H2CVER
/third_party/python/Doc/using/
Dvenv-create.inc39 [--upgrade] [--without-pip] [--prompt PROMPT] [--upgrade-deps]
58 --upgrade Upgrade the environment directory to use this version
64 --upgrade-deps Upgrade core dependencies: pip setuptools to the
71 Add ``--upgrade-deps`` option to upgrade pip + setuptools to the latest on PyPI
79 raised, unless the ``--clear`` or ``--upgrade`` option was provided.
/third_party/node/doc/changelogs/
DCHANGELOG_ARCHIVE.md180 * uv: Upgrade to v1.0.0-rc1
181 * http\_parser: Upgrade to v2.3.0
182 * npm: Upgrade to v2.0.0
183 * openssl: Upgrade to v1.0.1i
184 * v8: Upgrade to 3.26.33
270 * v8: upgrade to 3.24.35.22
304 * uv: Upgrade to v0.11.22 (Timothy J Fontaine)
341 * v8: Upgrade to 3.22.24.19
342 * http\_parser: Upgrade to 2.2.1
343 * openssl: Upgrade to 1.0.1f
[all …]
DCHANGELOG_V010.md118 * openssl: Upgrade to 1.0.1u, fixes a number of defects impacting Node.js: CVE-2016-6304 ("OCSP Sta…
130 * \[[`bfd6cb5699`](https://github.com/nodejs/node/commit/bfd6cb5699)] - deps: upgrade openssl sourc…
161 * openssl: Upgrade to v1.0.1t, addressing security vulnerabilities (Shigeki Ohtsu) <https://github.…
167 * \[[`3cff81c7d6`](https://github.com/nodejs/node/commit/3cff81c7d6)] - deps: completely upgrade np…
173 * \[[`61ccc27b54`](https://github.com/nodejs/node/commit/61ccc27b54)] - deps: upgrade openssl sourc…
182Upgrade to v2.15.1. Fixes a security flaw in the use of authentication tokens in HTTP requests tha…
187 * \[[`feceb77d7e`](https://github.com/nodejs/node/commit/feceb77d7e)] - deps: upgrade npm in LTS to…
202 * openssl: Upgrade from 1.0.1r to 1.0.1s (Ben Noordhuis) <https://github.com/nodejs/node/pull/5508>
212 * \[[`42ded2a590`](https://github.com/nodejs/node/commit/42ded2a590)] - deps: upgrade openssl to 1.…
227 * http-parser: upgrade from 1.0 to 1.1
[all …]
/third_party/skia/third_party/externals/abseil-cpp/
DUPGRADES.md1 # C++ Upgrade Tools
8 These tools will be listed on the [C++ Upgrade Tools][upgrade-tools] guide on
11 For more information, the [C++ Automated Upgrade Guide][api-upgrades-guide]
16 [upgrade-tools]: https://abseil.io/docs/cpp/tools/upgrades/
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DAutoUpgrade.h44 /// This is an auto-upgrade hook for any old intrinsic function syntaxes
58 /// Convert calls to ARC runtime functions to intrinsic calls and upgrade the
65 /// corresponding to the upgrade to the struct-path aware TBAA format.
69 /// This is an auto-upgrade for bitcast between pointers with different
74 /// This is an auto-upgrade for bitcast constant expression between pointers
88 /// Upgrade the loop attachment metadata node.
91 /// Upgrade the datalayout string by adding a section for address space
95 /// Upgrade function attributes "no-frame-pointer-elim" and
/third_party/python/Lib/venv/
D__init__.py39 :param upgrade: If True, upgrade an existing virtual environment.
47 symlinks=False, upgrade=False, with_pip=False, prompt=None, argument
52 self.upgrade = upgrade
77 if not self.upgrade:
206 if self.upgrade:
207 args.append('--upgrade')
209 args.append('--upgrade-deps')
358 self._call_new_python(context, '-m', 'ensurepip', '--upgrade',
458 self._call_new_python(context, '-m', 'pip', 'install', '--upgrade',
517 parser.add_argument('--upgrade', default=False, action='store_true',
[all …]
/third_party/node/benchmark/http/
Dupgrade.js11 'Upgrade: WebSocket\r\n' +
12 'Connection: Upgrade\r\n' +
17 'Upgrade: WebSocket\r\n' +
18 'Connection: Upgrade\r\n' +
31 .on('upgrade', (req, socket, upgradeHead) => {
/third_party/python/Lib/ensurepip/
D__init__.py125 def bootstrap(*, root=None, upgrade=False, user=False, argument
135 _bootstrap(root=root, upgrade=upgrade, user=user,
140 def _bootstrap(*, root=None, upgrade=False, user=False, argument
195 if upgrade:
196 args += ["--upgrade"]
253 "-U", "--upgrade",
256 help="Upgrade pip and dependencies, even if already installed.",
288 upgrade=args.upgrade,

12345678910>>...29