Home
last modified time | relevance | path

Searched +full:- +full:- +full:upgrade (Results 1 – 25 of 684) sorted by relevance

12345678910>>...28

/third_party/elfutils/m4/
DChangeLog1 2022-03-20 Mark Wielaard <mark@klomp.org>
3 * biarch.m4: Don't check whether -m64 works for 32bit host.
5 2022-03-14 Mark Wielaard <mark@klomp.org>
10 2020-12-15 Dmitry V. Levin <ldv@altlinux.org>
16 2019-10-28 Aaron Merey <amerey@redhat.com>
20 2015-05-01 Mark Wielaard <mjw@redhat.com>
24 2014-07-14 Mark Wielaard <mjw@redhat.com>
26 * biarch.m4 (utrace_BIARCH): Set biarch-no for cross-compile using
29 2013-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
33 2013-11-07 Roland McGrath <roland@redhat.com>
[all …]
/third_party/python/Tools/msi/launcher/
Dlauncher.wxs1 <?xml version="1.0" encoding="UTF-8"?>
15 Guid="{C591963D-7FC6-4FCE-8642-5E01E6B8848F}" />
38 …<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)"…
54 <!--
55 Prior to 3.11.2150, version numbers incorrectly used date-based
60 -->
[all …]
/third_party/curl/tests/data/
Dtest23009 # Server-side
13 Server: test-server/fake
14 Upgrade: websocket
15 Connection: Upgrade
16 Sec-WebSocket-Accept: HkPsVga7+8LuxM4RGQ5p9tZHeYs=
19 # allow upgrade
21 upgrade
26 # Client-side
37 WebSockets upgrade only
50 User-Agent: curl/%VERSION
[all …]
Dtest23019 # Server-side
13 Server: test-server/fake
14 Upgrade: websocket
15 Connection: Upgrade
17 Sec-WebSocket-Accept: HkPsVga7+8LuxM4RGQ5p9tZHeYs=
21 # allow upgrade
23 upgrade
28 # Client-side
55 User-Agent: webbie-sox/3
57 Upgrade: websocket
[all …]
Dtest230213 Server: test-server/fake
14 Upgrade: websocket
15 Connection: Upgrade
17 Sec-WebSocket-Accept: HkPsVga7+8LuxM4RGQ5p9tZHeYs=
21 # allow upgrade
23 upgrade
28 # Client-side
56 User-Agent: webbie-sox/3
58 Upgrade: websocket
59 Connection: Upgrade
[all …]
Dtest230713 Server: test-server/fake
14 Upgrade: websocket
15 Connection: Upgrade
17 Sec-WebSocket-Accept: HkPsVga7+8LuxM4RGQ5p9tZHeYs=
21 # allow upgrade
23 upgrade
28 # Client-side
57 User-Agent: webbie-sox/3
59 Upgrade: websocket
60 Connection: Upgrade
[all …]
Dtest230413 Server: test-server/fake
14 Upgrade: websocket
15 Connection: Upgrade
17 Sec-WebSocket-Accept: HkPsVga7+8LuxM4RGQ5p9tZHeYs=
21 # allow upgrade
23 upgrade
28 # Client-side
56 User-Agent: websocket/2304
58 Upgrade: websocket
59 Connection: Upgrade
[all …]
Dtest18019 # Server-side
16 Server: test-server/fake
17 Last-Modified: Tue, 13 Jun 2000 12:10:00 GMT
18 Content-Length: 6
19 Content-Type: text/html
28 # listen to the upgrade request!
30 upgrade
34 # Client-side
43 HTTP/2 upgrade with lying server
46 http://%HOSTIP:%HTTPPORT/%TESTNUMBER --http2
[all …]
Dtest230513 Server: test-server/fake
14 Upgrade: websocket
15 Connection: Upgrade
17 Sec-WebSocket-Accept: HkPsVga7+8LuxM4RGQ5p9tZHeYs=
23 # allow upgrade
25 upgrade
30 # Client-side
/third_party/python/Doc/using/
Dvenv-create.inc1 Creation of :ref:`virtual environments <venv-def>` is done by executing the
4 python -m venv /path/to/new/virtual/environment
13 ``lib/pythonX.Y/site-packages`` subdirectory (on Windows, this is
14 ``Lib\site-packages``). If an existing directory is specified, it will be
15 re-used.
20 :ref:`deprecated in Python 3.6 <whatsnew36-venv>`.
29 c:\>c:\Python35\python -m venv c:\path\to\myenv
32 your :ref:`Python installation <using-on-windows>`::
34 c:\>python -m venv c:\path\to\myenv
36 The command, if run with ``-h``, will show the available options::
[all …]
/third_party/node/doc/changelogs/
DCHANGELOG_V010.md3 <!--lint disable maximum-line-length no-literal-urls prohibited-strings-->
92 ## 2016-10-18, Version 0.10.48 (Maintenance), @rvagg
94 … release summary at <https://nodejs.org/en/blog/vulnerability/october-2016-security-releases/> for…
98 * c-ares: fix for single-byte buffer overwrite, CVE-2016-5180, more information at <https://c-ares.…
102 * \[[`a14a6a3a11`](https://github.com/nodejs/node/commit/a14a6a3a11)] - deps: c-ares, avoid single-
103 * \[[`b798f598af`](https://github.com/nodejs/node/commit/b798f598af)] - tls: fix minor jslint failu…
104 * \[[`92b232ba01`](https://github.com/nodejs/node/commit/92b232ba01)] - win,build: try multiple tim…
108 ## 2016-09-27, Version 0.10.47 (Maintenance), @rvagg
110 …elease summary at <https://nodejs.org/en/blog/vulnerability/september-2016-security-releases/> for…
114 * buffer: Zero-fill excess bytes in new `Buffer` objects created with `Buffer.concat()` while provi…
[all …]
DCHANGELOG_ARCHIVE.md3 <!--lint disable maximum-line-length no-literal-urls prohibited-strings-->
180 * 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
190 * buffer: improve Buffer constructor (Kang-Hao Kenny)
216 * dns: send lookup c-ares errors to callback (Chris Dickinson)
248 * repl: fix multi-line input (Fedor Indutny)
257 * tls: add DHE-RSA-AES128-SHA256 to the def ciphers (Shigeki Ohtsu)
[all …]
DCHANGELOG_V012.md3 <!--lint disable maximum-line-length no-literal-urls prohibited-strings-->
60 ## 2016-12-21, Version 0.12.18 (Maintenance), @rvagg
64 * npm: upgrade from v2.15.1 to v2.15.11, including accurate updated license (Jeremiah Senkpiel)
65 * process: `process.versions.ares` now outputs the c-ares version (Johan Bergström)
69 * \[[`a47fd4549d`](https://github.com/nodejs/node/commit/a47fd4549d)] - build: add working lint-ci …
70 * \[[`830584ca59`](https://github.com/nodejs/node/commit/830584ca59)] - deps: define missing operat…
71 * \[[`c130b31cba`](https://github.com/nodejs/node/commit/c130b31cba)] - deps: upgrade npm to 2.15.1…
72 * \[[`bc6766d847`](https://github.com/nodejs/node/commit/bc6766d847)] - doc: update npm license in …
73 * \[[`0cdf344c80`](https://github.com/nodejs/node/commit/0cdf344c80)] - (SEMVER-MINOR) process: rei…
74 …ec30a`](https://github.com/nodejs/node/commit/d8e27ec30a)] - test: mark dgram-multicast-multi-proc…
[all …]
/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-binary.js7 // https://github.com/nodejs/node/issues/17789 - a connection upgrade response
8 // that has a Transfer-Encoding header and a body whose first byte is > 127
12 'Connection: upgrade\r\n' +
13 'Transfer-Encoding: chunked\r\n' +
14 'Upgrade: websocket\r\n' +
22 headers: { 'Connection': 'upgrade', 'Upgrade': 'websocket' }, property
23 }).on('upgrade', mustCall((res, conn, head) => {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DAutoUpgrade.h1 //===- AutoUpgrade.h - AutoUpgrade Helpers ----------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
33 /// should be transformed to non-function-call instructions.
44 /// This is an auto-upgrade hook for any old intrinsic function syntaxes
46 /// to the new function. This should only be run in a post-processing fashion
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
[all …]
/third_party/python/Lib/venv/
D__init__.py4 Copyright (C) 2011-2014 Vinay Sajip.
26 By default, the builder makes the system (global) site-packages dir
29 If invoked using the Python -m option, the default is to use copying
33 :param system_site_packages: If True, the system (global) site-packages
39 :param upgrade: If True, upgrade an existing virtual environment.
47 symlinks=False, upgrade=False, with_pip=False, prompt=None, argument
52 self.upgrade = upgrade
55 if prompt == '.': # see bpo-38901
77 if not self.upgrade:
131 if not executable: # see gh-96861
[all …]
/third_party/skia/third_party/externals/abseil-cpp/
DUPGRADES.md1 # C++ Upgrade Tools
3 Abseil may occassionally release API-breaking changes. As noted in our
4 [Compatibility Guidelines][compatibility-guide], we will aim to provide a tool
5 to do the work of effecting such API-breaking changes, when absolutely
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]
14 [compatibility-guide]: https://abseil.io/about/compatibility
15 [api-upgrades-guide]: https://abseil.io/docs/cpp/tools/api-upgrades
16 [upgrade-tools]: https://abseil.io/docs/cpp/tools/upgrades/
/third_party/python/Lib/ensurepip/
D__init__.py27 # installs wheel packages in the /usr/share/python-wheels/ directory and don't
44 # filename is like 'pip-21.2.4-py3-none-any.whl'
48 prefix = name + '-'
54 # Extract '21.2.4' from 'pip-21.2.4-py3-none-any.whl'
55 version = filename.removeprefix(prefix).partition('-')[0]
68 wheel_name = f"{name}-{version}-{py_tag}-none-any.whl"
95 '-W',
97 '-c',
102 cmd.insert(1, '-I')
125 def bootstrap(*, root=None, upgrade=False, user=False, argument
[all …]
/third_party/node/deps/undici/src/docs/api/
DDispatcher.md19 Returns: `void | Promise<null>` - Only returns a `Promise` if no `callback` argument was passed
22 dispatcher.close() // -> Promise
23 dispatcher.close(() => {}) // -> void
26 #### Example - Request resolves before Client closes
58 Starts two-way communications with the requested resource using [HTTP CONNECT](https://developer.mo…
65 Returns: `void | Promise<ConnectData>` - Only returns a `Promise` if no `callback` argument was pas…
70 * **headers** `UndiciHeaders` (optional) - Default: `null`
71 * **signal** `AbortSignal | events.EventEmitter | null` (optional) - Default: `null`
72 * **opaque** `unknown` (optional) - This argument parameter is passed through to `ConnectData`
81 #### Example - Connect request with echo
[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' +
22 const server = require('../fixtures/simple-http-server.js')
31 .on('upgrade', (req, socket, upgradeHead) => {
49 doBench(address, count - 1, done);
/third_party/nghttp2/src/
Dshrpx_downstream.h2 * nghttp2 - HTTP/2 C Library
66 : content_length(-1), in FieldStore()
107 // Parses content-length, and records it in the field. If there are
108 // multiple Content-Length, returns -1.
127 // erase_content_length_and_transfer_encoding erases content-length
128 // and transfer-encoding header fields.
131 // content-length, -1 if it is unknown.
159 method(-1), in Request()
172 unconsumed_body_length -= len; in consume()
190 // or host header field value. We may deduce it from absolute-form
[all …]
/third_party/python/Tools/msi/
Dcommon.wxs1 <?xml version="1.0" encoding="UTF-8"?>
24 <Upgrade Id="$(var.UpgradeCode)">
26 …<UpgradeVersion Property="UPGRADE" Minimum="$(var.UpgradeMinimumVersion)" IncludeMinimum="yes" Max…
27 </Upgrade>
31 <Upgrade Id="$(var.CoreUpgradeCode)">
33 </Upgrade>
42 …<RemoveExistingProducts After="InstallInitialize" Overridable="yes">UPGRADE</RemoveExistingProduct…
48 <!-- Include an icon for the Programs and Features dialog -->
65 <!-- Locate TARGETDIR automatically assuming we have executables installed -->
77 <!-- Top-level directories -->
[all …]
/third_party/node/deps/undici/src/lib/websocket/
Dconnection.js33 * @see https://websockets.spec.whatwg.org/#concept-websocket-establish
48 // service-workers mode is "none", referrer is "no-referrer", mode is
49 // "websocket", credentials mode is "include", cache mode is "no-store" ,
54 referrer: 'no-referrer',
57 cache: 'no-store',
68 // 3. Append (`Upgrade`, `websocket`) to request’s header list.
69 // 4. Append (`Connection`, `Upgrade`) to request’s header list.
74 // 16-byte value that has been forgiving-base64-encoded and
78 // 6. Append (`Sec-WebSocket-Key`, keyValue) to request’s
80 request.headersList.append('sec-websocket-key', keyValue)
[all …]
/third_party/node/deps/npm/tap-snapshots/test/lib/commands/
Dshrinkwrap.js.test.cjs2 * This snapshot file is auto-generated, but designed for humans.
4 * Re-generate by setting TAP_SNAPSHOT=1 and running tests.
12 ".package-lock.json": {
24 "created a lockfile as npm-shrinkwrap.json"
29 exports[`test/lib/commands/shrinkwrap.js TAP with hidden lockfile ancient upgrade > must match snap…
33 ".package-lock.json": {
39 "lockfile-version": 3
48 "created a lockfile as npm-shrinkwrap.json with version 3"
57 ".package-lock.json": {
70 "created a lockfile as npm-shrinkwrap.json"
[all …]

12345678910>>...28