Home
last modified time | relevance | path

Searched +full:check +full:- +full:merge +full:- +full:request (Results 1 – 25 of 564) sorted by relevance

12345678910>>...23

/third_party/glib/
DCONTRIBUTING.md16 - bug reporting and fixing
17 - documentation and examples
18 - tests
19 - testing and support for other platforms
20 - new features
25 - the `#gtk` IRC channel on irc.gnome.org
26 - the [`glib` tag on GNOME's Discourse](https://discourse.gnome.org/tags/glib)
51 0. a small, self-contained example exhibiting the behavior
61 memcheck](http://valgrind.org/docs/manual/mc-manual.html)
65 - spelling/grammar fixes in the documentation,
[all …]
/third_party/mesa3d/
D.gitlab-ci.yml3 MESA_TEMPLATES_COMMIT: &ci-templates-commit 290b79e0e78eab67a83766f4e9691be554fc4afd
4 CI_PRE_CLONE_SCRIPT: |-
5 set -o xtrace
6 …wget -q -O download-git-cache.sh ${CI_PROJECT_URL}/-/raw/${CI_COMMIT_SHA}/.gitlab-ci/download-git-
7 bash download-git-cache.sh
8 rm download-git-cache.sh
12 # per-pipeline artifact storage on MinIO
14 # per-job artifact storage on MinIO
17 PIGLIT_REPLAY_REFERENCE_IMAGES_BASE: "${MINIO_HOST}/mesa-tracie-results/$FDO_UPSTREAM_REPO"
28- echo -e "\e[0Ksection_start:$(date +%s):unset_env_vars_section[collapsed=true]\r\e[0KUnsetting v…
[all …]
/third_party/libinput/doc/user/
Dcontributing.rst15 ------------------------------------------------------------------------------
17 ------------------------------------------------------------------------------
27 ------------------------------------------------------------------------------
29 ------------------------------------------------------------------------------
32 `wayland-devel@lists.freedesktop.org
33 <https://lists.freedesktop.org/mailman/listinfo/wayland-devel>`_ mailing
45 ------------------------------------------------------------------------------
47 ------------------------------------------------------------------------------
61 ------------------------------------------------------------------------------
63 ------------------------------------------------------------------------------
[all …]
/third_party/libffi/
DChangeLog3 Date: Mon Jun 28 21:10:49 2021 -0400
9 Date: Mon Jun 28 19:50:29 2021 -0400
15 Date: Mon Jun 28 18:50:31 2021 -0400
21 Date: Mon Jun 28 18:45:11 2021 -0400
27 Date: Mon Jun 28 14:59:07 2021 -0400
33 Date: Mon Jun 28 11:51:35 2021 -0700
39 Date: Mon Jun 28 07:24:19 2021 -0700
41 Fix the assertions in cls-24byte (#652)
43 * Fix the assertions in cls-24byte
49 Date: Mon Jun 28 09:53:01 2021 -0400
[all …]
/third_party/node/doc/contributing/
Dcollaborator-guide.md5 * [Issues and pull requests](#issues-and-pull-requests)
6 * [Welcoming first-time contributors](#welcoming-first-time-contributors)
7 * [Closing issues and pull requests](#closing-issues-and-pull-requests)
8 * [Author ready pull requests](#author-ready-pull-requests)
9 * [Handling own pull requests](#handling-own-pull-requests)
10 * [Security issues](#managing-security-issues)
11 * [Accepting modifications](#accepting-modifications)
12 * [Code reviews](#code-reviews)
13 * [Consensus seeking](#consensus-seeking)
14 * [Waiting for approvals](#waiting-for-approvals)
[all …]
Dpull-requests.md4 * [Setting up your local environment](#setting-up-your-local-environment)
5 * [Step 1: Fork](#step-1-fork)
6 * [Step 2: Branch](#step-2-branch)
7 * [The process of making changes](#the-process-of-making-changes)
8 * [Step 3: Code](#step-3-code)
9 * [Step 4: Commit](#step-4-commit)
10 * [Commit message guidelines](#commit-message-guidelines)
11 * [Step 5: Rebase](#step-5-rebase)
12 * [Step 6: Test](#step-6-test)
13 * [Step 7: Push](#step-7-push)
[all …]
/third_party/mesa3d/docs/
Dsubmittingpatches.rst7 ----------------
9 - Patches should not mix code changes with code formatting changes
11 - Code patches should follow Mesa :doc:`coding
13 - Whenever possible, patches should only affect individual Mesa/Gallium
15 - Patches should never introduce build breaks and should be bisectable
17 - Patches should be properly :ref:`formatted <formatting>`.
18 - Patches should be sufficiently :ref:`tested <testing>` before
20 - Patches should be :ref:`submitted <submit>` via a merge request for
26 ----------------
28 - Lines should be limited to 75 characters or less so that Git logs
[all …]
/third_party/node/test/parallel/
Dtest-http-url.parse-https.request.js6 // without limitation the rights to use, copy, modify, merge, publish,
34 key: readKey('agent1-key.pem'),
35 cert: readKey('agent1-cert.pem')
38 function check(request) { argument
40 assert.ok(request.socket._secureEstablished);
43 const server = https.createServer(httpsOptions, function(request, response) { argument
44 // Run the check function
45 check(request);
55 // make the request
56 const clientRequest = https.request(testURL);
[all …]
/third_party/vk-gl-cts/external/vulkan-docs/src/
DChangeLog.adoc1 Copyright 2016-2024 The Khronos Group Inc.
2 SPDX-License-Identifier: CC-BY-4.0
4 Update Log for the Vulkan-Docs repository on GitHub. Updates are in reverse
15 -----------------------------------------------------
34 * Add missing links to <<resources-image-views-identity-mappings,identity
50 * Remove redundant VkGraphicsPipelineCreateInfo VU 06680 and re-word VU
58 -----------------------------------------------------
73 * Add a <<introduction-ratified, Ratification>> section to the
77 primitives in the <<fragops-shader, Fragment Shading>> section (internal
82 <<resources-association, Resource Memory Association>> section (internal
[all …]
DChangeLog.txt1 Copyright 2016-2021 The Khronos Group Inc.
2 SPDX-License-Identifier: CC-BY-4.0
4 Update Log for the Vulkan-Docs repository on Github. Updates are in reverse
12 -----------------------------------------------------
21 (public pull request 1702).
29 public Vulkan-ValidationLayers pull request 3571).
41 non-depth views (internal merge request 3889).
42 * Add CI test for disallowed contractions (internal merge request 4934).
43 * Generate the <<formats-compatibility, Format Compatibility Class Table>>
44 from XML tags (internal merge request 4936).
[all …]
/third_party/rust/crates/codespan/
DCONTRIBUTING.md5 - [Introduction](#introduction)
6 - [Code of Conduct](#code-of-conduct)
7 - [Matrix Room](#matrix-room)
8 - [Reporting Bugs and Suggesting Improvements](#reporting-bugs-and-suggesting-improvements)
9 - [Contribution Workflow](#contribution-workflow)
10 - [Quality Standards](#quality-standards)
11 - [Release Process](#release-process)
30 Joining the matrix room at [#codespan:matrix.org][codespan-matrix] is a good way to get in touch wi…
32 [codespan-matrix]: https://app.element.io/#/room/#codespan:matrix.org
36 Bugs (unwanted behaviour) and suggested improvements are tracked as [GitHub issues][github-issues].
[all …]
/third_party/protobuf/conformance/
DConformanceJava.java1 // Protocol Buffers - Google's data interchange format
3 // https://developers.google.com/protocol-buffers/
56 if (read == -1) { in readFromStdin()
60 len -= read; in readFromStdin()
70 // Returns -1 on EOF (the actual values will always be positive).
74 return -1; in readLittleEndianIntFromStdin()
203 // We do not check if exceptions are equal. Different implementations may return different in parseBinary()
221 for (int i = 0; i < messages.size() - 1; ++i) { in parseBinary()
237 private Conformance.ConformanceResponse doTest(Conformance.ConformanceRequest request) { in doTest() argument
240 request.getMessageType().equals("protobuf_test_messages.proto3.TestAllTypesProto3"); in doTest()
[all …]
/third_party/curl/lib/
Dheaders.c14 * You may opt to use, copy, modify, merge, publish, distribute and/or sell
21 * SPDX-License-Identifier: curl
48 h->name = hs->name; in copy_header_external()
49 h->value = hs->value; in copy_header_external()
50 h->amount = amount; in copy_header_external()
51 h->index = index; in copy_header_external()
56 h->origin = hs->type | (1<<27); in copy_header_external()
57 h->anchor = e; in copy_header_external()
65 int request, in curl_easy_header() argument
77 CURLH_PSEUDO)) || !type || (request < -1)) in curl_easy_header()
[all …]
/third_party/vulkan-loader/
DCONTRIBUTING.md8 * [KhronosGroup/Vulkan-Loader](https://github.com/KhronosGroup/Vulkan-Loader)
14 * Examine the [issues list](https://github.com/KhronosGroup/Vulkan-Loader/issues)
38 * Use the existing GitHub forking and pull request process.
40 [forking the repository](https://help.github.com/articles/fork-a-repo/),
42 [submitting a pull request](https://help.github.com/articles/using-pull-requests/).
44 [guidelines](#coding-conventions-and-formatting) enumerated below.
50 * The resulting Pull Request will be assigned to a repository maintainer.
51 It is the maintainer's responsibility to ensure the Pull Request
53 Once the Pull Request has been approved and is passing internal CI,
54 a repository maintainer will merge the PR.
[all …]
/third_party/curl/docs/examples/
Dpersistent.c14 * You may opt to use, copy, modify, merge, publish, distribute and/or sell
21 * SPDX-License-Identifier: curl
47 /* Perform the request, res will get the return code */ in main()
49 /* Check for errors */ in main()
58 /* Perform the request, res will get the return code */ in main()
60 /* Check for errors */ in main()
Dhttp-options.c14 * You may opt to use, copy, modify, merge, publish, distribute and/or sell
21 * SPDX-License-Identifier: curl
25 * Issue an HTTP 'OPTIONS *' request
41 /* issue an OPTIONS * request (no leading slash) */ in main()
48 /* Perform the request, res will get the return code */ in main()
50 /* Check for errors */ in main()
Dimap-store.c14 * You may opt to use, copy, modify, merge, publish, distribute and/or sell
21 * SPDX-License-Identifier: curl
58 /* Perform the custom request */ in main()
61 /* Check for errors */ in main()
70 /* Perform the second custom request */ in main()
73 /* Check for errors */ in main()
Drtsp-options.c14 * You may opt to use, copy, modify, merge, publish, distribute and/or sell
21 * SPDX-License-Identifier: curl
25 * Very simple RTSP request sending OPTIONS.
44 /* Perform the request, res will get the return code */ in main()
46 /* Check for errors */ in main()
Dconnect-to.c14 * You may opt to use, copy, modify, merge, publish, distribute and/or sell
21 * SPDX-License-Identifier: curl
38 HOST:PORT:CONNECT-TO-HOST:CONNECT-TO-PORT where HOST is the host of the in main()
39 request, PORT is the port of the request, CONNECT-TO-HOST is the host name in main()
40 to connect to, and CONNECT-TO-PORT is the port to connect to. in main()
54 server certificate will fail, so unless we disable the check libcurl in main()
Dsendrecv.c14 * You may opt to use, copy, modify, merge, publish, distribute and/or sell
21 * SPDX-License-Identifier: curl
47 /* Avoid this warning with pre-2020 Cygwin/MSYS releases: in wait_on_socket()
49 * may change the sign of the result [-Wsign-conversion] in wait_on_socket()
53 #pragma GCC diagnostic ignored "-Wsign-conversion" in wait_on_socket()
55 FD_SET(sockfd, &errfd); /* always check for error */ in wait_on_socket()
67 /* select() returns the number of signalled sockets or -1 */ in wait_on_socket()
75 /* Minimalistic http request */ in main()
76 const char *request = "GET / HTTP/1.0\r\nHost: example.com\r\n\r\n"; in main() local
77 size_t request_len = strlen(request); in main()
[all …]
/third_party/node/
Donboarding.md9 confirm that they are using [two-factor authentication][]. It will not be
10 possible to add them to the organization if they are not using two-factor
13 * Suggest the new Collaborator install [`node-core-utils`][] and
21 and add them accordingly. See [Who to CC in the issue tracker][who-to-cc].
26 * [local setup](#local-setup)
27 * [project goals and values](#project-goals-and-values)
28 * [managing the issue tracker](#managing-the-issue-tracker)
29 * [reviewing pull requests](#reviewing-pull-requests)
30 * [landing pull requests](#landing-pull-requests)
35 * Make sure you have whitespace=fix: `git config --global --add
[all …]
/third_party/libuv/
DCONTRIBUTING.md9 Fork the project [on GitHub](https://github.com/libuv/libuv) and check out
23 API/ABI or affect the run-time behavior of applications get rejected.
39 $ git checkout -b my-feature-branch -t origin/v1.x
50 * Code that is specific to unix-y platforms should be placed in `src/unix`, and
53 * Source code that is Windows-specific goes into `src/win`, and related
62 * Internal, non-static functions should be prefixed with `uv__`.
68 * Ensure that lines have no trailing whitespace, and use unix-style (LF) line
71 * Use C89-compliant syntax. In other words, variables can only be declared at
72 the top of a scope (function, if/for/while-block).
92 $ git config --global user.name "J. Random User"
[all …]
/third_party/node/deps/uv/
DCONTRIBUTING.md9 Fork the project [on GitHub](https://github.com/libuv/libuv) and check out
23 API/ABI or affect the run-time behavior of applications get rejected.
39 $ git checkout -b my-feature-branch -t origin/v1.x
50 * Code that is specific to unix-y platforms should be placed in `src/unix`, and
53 * Source code that is Windows-specific goes into `src/win`, and related
62 * Internal, non-static functions should be prefixed with `uv__`.
68 * Ensure that lines have no trailing whitespace, and use unix-style (LF) line
71 * Use C89-compliant syntax. In other words, variables can only be declared at
72 the top of a scope (function, if/for/while-block).
92 $ git config --global user.name "J. Random User"
[all …]
/third_party/node/deps/openssl/openssl/
DCONTRIBUTING.md6 [Getting Started]: <https://www.openssl.org/community/getting-started.html>
12 To request new a feature, ask a question, or report a bug,
16 [pull request on GitHub](https://github.com/openssl/openssl/pulls).
22 To make it easier to review and accept your pull request, please follow these
32 One-line summary of trivial change
41 pull request description.
48 git commit --amend
50 git push -f [<repository> [<branch>]]
58 Copyright 20xx-20yy The OpenSSL Project Authors. All Rights Reserved.
67 often. We do not accept merge commits, you will have to remove them
[all …]
/third_party/cares/
Dbackport-CVE-2023-31124.patch2 From: Brad House <brad@brad-house.com>
3 Date: Sun, 30 Apr 2023 14:53:34 -0400
4 Subject: [PATCH] Merge pull request from GHSA-54xr-f67r-4pc4
8 During cross-compilation, CARES_RANDOM_FILE may not be able to be appropriately
16 Reference: https://github.com/c-ares/c-ares/commit/c4930223e51d0e3dbfd8b2a814f4be2e269e2a9d
17 ---
18 CMakeLists.txt | 6 ++----
19 configure.ac | 12 +-----------
20 2 files changed, 3 insertions(+), 15 deletions(-)
22 diff --git a/CMakeLists.txt b/CMakeLists.txt
[all …]

12345678910>>...23