Home
last modified time | relevance | path

Searched full:commit (Results 1 – 25 of 2016) sorted by relevance

12345678910>>...81

/third_party/FreeBSD/
DMAINTAINERS33 makes a commit to the specified subtree.
38 ath(4) adrian Pre-commit review requested, send to freebsd-wireless@freebsd.org
39 contrib/atf ngie,#test Pre-commit review requested.
40 contrib/capsicum-test ngie,#capsicum,#test Pre-commit review requested.
41 contrib/googletest ngie,#test Pre-commit review requested.
42 contrib/ipfilter cy Pre-commit review requested.
43 contrib/libcxxrt dim,emaste Pre-commit review preferred.
44 contrib/llvm-project/compiler-rt dim Pre-commit review preferred.
45 contrib/llvm-project/libcxx dim Pre-commit review preferred.
46 contrib/llvm-project/libunwind dim,emaste,jhb Pre-commit review preferred.
[all …]
/third_party/libffi/
DChangeLog1 commit 5dcb741f1544c5e18c9dbf96aeb8b61cc556a616
7 commit 1aca33301a791f503d943f5e3abe2c720296eb8f
13 commit d996cb283cf373936498defa902be040ec20455e
19 commit c72b82f465148b89f118ee73f8956dafdbac9b65
25 commit 642d40ee6ae9a779b3c5ad930785d4b33cf94029
31 commit 049da08a22b0ca6d63d2be6c209da5ac1335365c
37 commit 36730f5d87c2a432e1b3bf1a0129fedbf4b0a488
43 commit c88c0e92a9fbb4e69513394682c61aa848a035cc
49 commit a37cc1755cc276b2b9e601b9b112919f8c882a2e
56 commit 332a539e88d26a0524c10a39283a3099d071ca10
[all …]
/third_party/mesa3d/bin/
Dcommit_in_branch.py41 def is_commit_valid(commit: str) -> bool:
42 ret = subprocess.call(['git', 'cat-file', '-e', commit],
48 def branch_has_commit(upstream: str, branch: str, commit: str) -> bool:
50 Returns True if the commit is actually present in the branch
53 commit, upstream + '/' + branch],
59 def branch_has_backport_of_commit(upstream: str, branch: str, commit: str) -> str:
61 Returns the commit hash if the commit has been backported to the branch,
66 '--grep', 'cherry picked from commit ' + commit],
71 def canonicalize_commit(commit: str) -> str:
73 Takes a commit-ish and returns a commit sha1 if the commit exists
[all …]
/third_party/mesa3d/bin/pick/
Dcore.py52 IS_REVERT = re.compile(r'This reverts commit ([0-9a-f]{40})')
87 """Commit the .pick_status.json file."""
103 'git', 'commit', *cmd,
114 class Commit: class
133 def from_json(cls, data: 'CommitDict') -> 'Commit':
142 # Show commit date, ie. when the commit actually landed
257 async def resolve_nomination(commit: 'Commit', version: str) -> 'Commit': argument
260 'git', 'log', '--format=%B', '-1', commit.sha,
265 assert p.returncode == 0, f'git log for {commit.sha} failed'
273 # check to see if this fixes another staged commit.
[all …]
Dcore_test.py36 def unnominated_commit(self) -> 'core.Commit':
37 return core.Commit('abc123', 'sub: A commit', main_sha='45678')
40 def nominated_commit(self) -> 'core.Commit':
41 return core.Commit('abc123', 'sub: A commit', True,
46 def test_not_nominated(self, unnominated_commit: 'core.Commit'): argument
49 assert v == {'sha': 'abc123', 'description': 'sub: A commit', 'nominated': False,
53 def test_nominated(self, nominated_commit: 'core.Commit'): argument
57 'description': 'sub: A commit',
66 def test_not_nominated(self, unnominated_commit: 'core.Commit'): argument
69 c2 = core.Commit.from_json(v)
[all …]
/third_party/node/doc/changelogs/
DCHANGELOG_V16.md78 * \[[`3924618c74`](https://github.com/nodejs/node/commit/3924618c74)] - **deps**: update archs file…
79 * \[[`7a6a870d58`](https://github.com/nodejs/node/commit/7a6a870d58)] - **deps**: upgrade openssl s…
80 * \[[`c533b430f4`](https://github.com/nodejs/node/commit/c533b430f4)] - **test**: fix tests affecte…
93 * \[[`2a24e763d5`](https://github.com/nodejs/node/commit/2a24e763d5)] - **async\_hooks**: fix impor…
94 * \[[`c4a296f59b`](https://github.com/nodejs/node/commit/c4a296f59b)] - **benchmark**: enable no-em…
95 * \[[`abe2eb9fc0`](https://github.com/nodejs/node/commit/abe2eb9fc0)] - **benchmark**: avoid input …
96 * \[[`2c566a9830`](https://github.com/nodejs/node/commit/2c566a9830)] - **benchmark**: use Object.h…
97 * \[[`b77e72ab12`](https://github.com/nodejs/node/commit/b77e72ab12)] - **benchmark**: replace hasO…
98 * \[[`ec72cb4019`](https://github.com/nodejs/node/commit/ec72cb4019)] - **benchmark**: remove unrea…
99 * \[[`14bb6f97f0`](https://github.com/nodejs/node/commit/14bb6f97f0)] - **buffer**: fix atob/btoa n…
[all …]
DCHANGELOG_V9.md68 * \[[`65ed3213ca`](https://github.com/nodejs/node/commit/65ed3213ca)] - **deps**: update to nghttp2…
69 * \[[`f0af3b09bd`](https://github.com/nodejs/node/commit/f0af3b09bd)] - **doc**: buffer.fill() can …
70 * \[[`828159fcd4`](https://github.com/nodejs/node/commit/828159fcd4)] - **http2**: fixup http2strea…
71 * \[[`be103eba41`](https://github.com/nodejs/node/commit/be103eba41)] - **src**: re-add `Realloc()`…
72 * \[[`555696df51`](https://github.com/nodejs/node/commit/555696df51)] - **src**: avoid hanging on B…
73 * \[[`7684ba63c4`](https://github.com/nodejs/node/commit/7684ba63c4)] - **test**: add tls write err…
74 * \[[`0ab90acaf3`](https://github.com/nodejs/node/commit/0ab90acaf3)] - **test**: add regression te…
75 * \[[`84f23d2f12`](https://github.com/nodejs/node/commit/84f23d2f12)] - **tls**: fix SSL write erro…
108 * \[[`0bd78dc391`](https://github.com/nodejs/node/commit/0bd78dc391)] - **buffer**: use v8::TypedAr…
109 * \[[`54b84f3c26`](https://github.com/nodejs/node/commit/54b84f3c26)] - **buffer**: remove "new" fr…
[all …]
DCHANGELOG_V17.md55 * \[[`7124f91cbf`](https://github.com/nodejs/node/commit/7124f91cbf)] - **(SEMVER-MINOR)** **crypto…
56 * \[[`30dc6dd3fb`](https://github.com/nodejs/node/commit/30dc6dd3fb)] - **deps**: update undici to …
57 * \[[`f0fc2744a5`](https://github.com/nodejs/node/commit/f0fc2744a5)] - **doc**: add @meixg to coll…
61 * \[[`bb71433334`](https://github.com/nodejs/node/commit/bb71433334)] - **async\_hooks**: remove de…
62 * \[[`b48a6cb3f9`](https://github.com/nodejs/node/commit/b48a6cb3f9)] - **bootstrap**: reset proces…
63 * \[[`b89f038537`](https://github.com/nodejs/node/commit/b89f038537)] - **bootstrap**: run inspecto…
64 * \[[`177558600e`](https://github.com/nodejs/node/commit/177558600e)] - **bootstrap**: make I/O str…
65 * \[[`e3683cb34d`](https://github.com/nodejs/node/commit/e3683cb34d)] - **bootstrap**: refresh opti…
66 * \[[`d302d2f0d2`](https://github.com/nodejs/node/commit/d302d2f0d2)] - **bootstrap**: use Snapshot…
67 * \[[`eb3dfc00f0`](https://github.com/nodejs/node/commit/eb3dfc00f0)] - **buffer**: improve Blob co…
[all …]
DCHANGELOG_V11.md70 * \[[`7da23dcbfa`](https://github.com/nodejs/node/commit/7da23dcbfa)] - **deps**: V8: backport 61f4…
71 * \[[`8db791d0fe`](https://github.com/nodejs/node/commit/8db791d0fe)] - **deps**: update archs file…
72 * \[[`1c98b720b1`](https://github.com/nodejs/node/commit/1c98b720b1)] - **(SEMVER-MINOR)** **deps**…
73 * \[[`d8cc478ae9`](https://github.com/nodejs/node/commit/d8cc478ae9)] - **deps**: upgrade openssl s…
74 * \[[`fa6f0f1644`](https://github.com/nodejs/node/commit/fa6f0f1644)] - **doc**: describe tls.DEFAU…
75 * \[[`8b5d350a35`](https://github.com/nodejs/node/commit/8b5d350a35)] - **(SEMVER-MINOR)** **src**:…
76 * \[[`bf2c283555`](https://github.com/nodejs/node/commit/bf2c283555)] - **(SEMVER-MINOR)** **tls**:…
77 * \[[`7aeca270f6`](https://github.com/nodejs/node/commit/7aeca270f6)] - **(SEMVER-MINOR)** **tls**:…
78 * \[[`d2666e6ded`](https://github.com/nodejs/node/commit/d2666e6ded)] - **tls**: add debugging to n…
79 * \[[`225417b849`](https://github.com/nodejs/node/commit/225417b849)] - **tls**: add CHECK for impo…
[all …]
DCHANGELOG_V12.md110 * \[[`1193290f3f`](https://github.com/nodejs/node/commit/1193290f3f)] - **deps**: V8: cherry-pick c…
111 * \[[`333eda8d03`](https://github.com/nodejs/node/commit/333eda8d03)] - **doc**: add a note about p…
112 * \[[`518a49c0c6`](https://github.com/nodejs/node/commit/518a49c0c6)] - **doc**: use openpgp.org fo…
113 * \[[`11aef2ad03`](https://github.com/nodejs/node/commit/11aef2ad03)] - **doc**: update release key…
114 * \[[`a9c38f1003`](https://github.com/nodejs/node/commit/a9c38f1003)] - **doc**: add release key fo…
115 * \[[`a35f553889`](https://github.com/nodejs/node/commit/a35f553889)] - **doc**: add release key fo…
116 * \[[`5f104e3218`](https://github.com/nodejs/node/commit/5f104e3218)] - **node-api**: cctest on v8i…
117 * \[[`e23c04f0dc`](https://github.com/nodejs/node/commit/e23c04f0dc)] - **node-api**: avoid SecondP…
118 * \[[`a7224c9559`](https://github.com/nodejs/node/commit/a7224c9559)] - **node-api**: fix shutdown …
119 * \[[`81b4dc88f1`](https://github.com/nodejs/node/commit/81b4dc88f1)] - **node-api**: make referenc…
[all …]
DCHANGELOG_V14.md91 * \[[`b5c52e337e`](https://github.com/nodejs/node/commit/b5c52e337e)] - **build**: pin Windows GitH…
92 * \[[`3b1a0b24f0`](https://github.com/nodejs/node/commit/3b1a0b24f0)] - **deps**: update archs file…
93 * \[[`c83dd99e0b`](https://github.com/nodejs/node/commit/c83dd99e0b)] - **deps**: upgrade openssl s…
129 * \[[`0d448eaab5`](https://github.com/nodejs/node/commit/0d448eaab5)] - **(SEMVER-MINOR)** **crypto…
130 * \[[`004eafbebf`](https://github.com/nodejs/node/commit/004eafbebf)] - **(SEMVER-MINOR)** **lib**:…
131 * \[[`625be7585d`](https://github.com/nodejs/node/commit/625be7585d)] - **(SEMVER-MINOR)** **lib**:…
132 * \[[`607bc74eae`](https://github.com/nodejs/node/commit/607bc74eae)] - **(SEMVER-MINOR)** **module…
133 * \[[`f74fe2a59c`](https://github.com/nodejs/node/commit/f74fe2a59c)] - **(SEMVER-MINOR)** **src**:…
137 * \[[`0231ffa501`](https://github.com/nodejs/node/commit/0231ffa501)] - **build**: add `--without-c…
138 * \[[`5389b8ab05`](https://github.com/nodejs/node/commit/5389b8ab05)] - **crypto**: update root cer…
[all …]
DCHANGELOG_V6.md100 * \[[`c9d21a0c10`](https://github.com/nodejs/node/commit/c9d21a0c10)] - **build**: set `-blibpath:`…
101 * \[[`9ba5fd6bad`](https://github.com/nodejs/node/commit/9ba5fd6bad)] - **build**: only check REPLA…
102 * \[[`1371a6f88b`](https://github.com/nodejs/node/commit/1371a6f88b)] - **doc**: simplify CODE\_OF\…
103 * \[[`ad62971573`](https://github.com/nodejs/node/commit/ad62971573)] - **doc**: document that addM…
104 * \[[`8080a9bf40`](https://github.com/nodejs/node/commit/8080a9bf40)] - **http**: fix error check i…
105 * \[[`aedc7120ea`](https://github.com/nodejs/node/commit/aedc7120ea)] - **src**: fix bootstrap\_nod…
106 * \[[`b5d464955a`](https://github.com/nodejs/node/commit/b5d464955a)] - **test**: fix test-repl-env…
133 * \[[`b282c68ce8`](https://github.com/nodejs/node/commit/b282c68ce8)] - **deps**: add -no\_rand\_sc…
134 * \[[`a80ef49dcf`](https://github.com/nodejs/node/commit/a80ef49dcf)] - **deps**: fix asm build err…
135 * \[[`1d3c412101`](https://github.com/nodejs/node/commit/1d3c412101)] - **deps**: fix openssl assem…
[all …]
DCHANGELOG_V8.md94 * \[[`208b813e49`](https://github.com/nodejs/node/commit/208b813e49)] - **build,win**: add test-ci-…
95 * \[[`369a23a670`](https://github.com/nodejs/node/commit/369a23a670)] - **deps**: update npm to 6.1…
109 * \[[`cc9d005628`](https://github.com/nodejs/node/commit/cc9d005628)] - **crypto**: update root cer…
110 * \[[`347fcd35e3`](https://github.com/nodejs/node/commit/347fcd35e3)] - **crypto**: update root cer…
111 * \[[`b2a6b3254d`](https://github.com/nodejs/node/commit/b2a6b3254d)] - **crypto**: update root cer…
112 * \[[`5682e50325`](https://github.com/nodejs/node/commit/5682e50325)] - **deps**: add -no\_rand\_sc…
113 * \[[`9663ae3546`](https://github.com/nodejs/node/commit/9663ae3546)] - **deps**: fix asm build err…
114 * \[[`87eee99466`](https://github.com/nodejs/node/commit/87eee99466)] - **deps**: fix openssl assem…
115 * \[[`da99d3f972`](https://github.com/nodejs/node/commit/da99d3f972)] - **deps**: copy all openssl …
116 * \[[`dc9d645ac4`](https://github.com/nodejs/node/commit/dc9d645ac4)] - **deps**: upgrade openssl s…
[all …]
DCHANGELOG_V15.md78 * \[[`b6f4901221`](https://github.com/nodejs/node/commit/b6f4901221)] - **(SEMVER-MINOR)** **fs**: …
79 * \[[`0709cbb7fe`](https://github.com/nodejs/node/commit/0709cbb7fe)] - **(SEMVER-MINOR)** **net**:…
80 * \[[`daa8a7bbcf`](https://github.com/nodejs/node/commit/daa8a7bbcf)] - **(SEMVER-MINOR)** **net**:…
81 * \[[`a4169ce519`](https://github.com/nodejs/node/commit/a4169ce519)] - **(SEMVER-MINOR)** **net**:…
82 * \[[`669b81c68b`](https://github.com/nodejs/node/commit/669b81c68b)] - **(SEMVER-MINOR)** **net,tl…
83 * \[[`a1123f0a29`](https://github.com/nodejs/node/commit/a1123f0a29)] - **(SEMVER-MINOR)** **readli…
87 * \[[`ac69b95e47`](https://github.com/nodejs/node/commit/ac69b95e47)] - **crypto**: use correct web…
88 * \[[`960c6be229`](https://github.com/nodejs/node/commit/960c6be229)] - **crypto**: add buffering t…
89 * \[[`4ef102d34e`](https://github.com/nodejs/node/commit/4ef102d34e)] - **deps**: update to cjs-mod…
90 * \[[`f0e77149a4`](https://github.com/nodejs/node/commit/f0e77149a4)] - **deps**: update archs file…
[all …]
DCHANGELOG_V10.md105 * \[[`5e526b96ce`](https://github.com/nodejs/node/commit/5e526b96ce)] - **deps**: upgrade npm to 6.…
106 * \[[`781cb6df5c`](https://github.com/nodejs/node/commit/781cb6df5c)] - **deps**: update archs file…
107 * \[[`5db0a05a90`](https://github.com/nodejs/node/commit/5db0a05a90)] - **deps**: upgrade openssl s…
128 * \[[`0afcb4f6bb`](https://github.com/nodejs/node/commit/0afcb4f6bb)] - **deps**: update archs file…
129 * \[[`447be941cd`](https://github.com/nodejs/node/commit/447be941cd)] - **deps**: upgrade openssl s…
130 * \[[`3f2e9dc40c`](https://github.com/nodejs/node/commit/3f2e9dc40c)] - **(SEMVER-MINOR)** **http2*…
131 * \[[`d1cf6a9b0f`](https://github.com/nodejs/node/commit/d1cf6a9b0f)] - **src**: drop localhost6 as…
143 * \[[`953a85035d`](https://github.com/nodejs/node/commit/953a85035d)] - **crypto**: fix crash when …
144 * \[[`fe2c98003e`](https://github.com/nodejs/node/commit/fe2c98003e)] - **deps**: upgrade npm to 6.…
145 * \[[`7b7fb43b8a`](https://github.com/nodejs/node/commit/7b7fb43b8a)] - _**Revert**_ "**deps**: upg…
[all …]
DCHANGELOG_V13.md73 * \[[`52d8afc07e`](https://github.com/nodejs/node/commit/52d8afc07e)] - **(SEMVER-MINOR)** **async\…
74 * \[[`b304df97ff`](https://github.com/nodejs/node/commit/b304df97ff)] - **(SEMVER-MINOR)** **async\…
75 * \[[`a1178b6c5b`](https://github.com/nodejs/node/commit/a1178b6c5b)] - **buffer**: add type check …
76 * \[[`d9378747ae`](https://github.com/nodejs/node/commit/d9378747ae)] - **buffer**: mark pool Array…
77 * \[[`9bcfc8ed58`](https://github.com/nodejs/node/commit/9bcfc8ed58)] - **buffer,n-api**: fix doubl…
78 * \[[`606719fa16`](https://github.com/nodejs/node/commit/606719fa16)] - **build**: fix vcbuild erro…
79 * \[[`832ea520be`](https://github.com/nodejs/node/commit/832ea520be)] - **build**: remove .git fold…
80 * \[[`e1809c8d71`](https://github.com/nodejs/node/commit/e1809c8d71)] - **build**: add configure fl…
81 * \[[`5c4d8cd72b`](https://github.com/nodejs/node/commit/5c4d8cd72b)] - **build**: re-enable ASAN A…
82 * \[[`c8d43604e7`](https://github.com/nodejs/node/commit/c8d43604e7)] - **build**: use same flags a…
[all …]
DCHANGELOG_V4.md115 * \[[`497ff3cd4f`](https://github.com/nodejs/node/commit/497ff3cd4f)] - **crypto**: update root cer…
116 * \[[`514709e41f`](https://github.com/nodejs/node/commit/514709e41f)] - **deps**: add -no\_rand\_sc…
117 * \[[`5108108606`](https://github.com/nodejs/node/commit/5108108606)] - **deps**: fix asm build err…
118 * \[[`d67d0a63d9`](https://github.com/nodejs/node/commit/d67d0a63d9)] - **deps**: fix openssl assem…
119 * \[[`6af057ecc8`](https://github.com/nodejs/node/commit/6af057ecc8)] - **deps**: copy all openssl …
120 * \[[`b50cd3359d`](https://github.com/nodejs/node/commit/b50cd3359d)] - **deps**: upgrade openssl s…
121 * \[[`da6e24c8d6`](https://github.com/nodejs/node/commit/da6e24c8d6)] - **deps**: reject interior b…
122 * \[[`7ebc9981e0`](https://github.com/nodejs/node/commit/7ebc9981e0)] - **deps**: upgrade http-pars…
123 * \[[`6fd2cc93a6`](https://github.com/nodejs/node/commit/6fd2cc93a6)] - **openssl**: fix keypress r…
124 * \[[`bf00665af6`](https://github.com/nodejs/node/commit/bf00665af6)] - **path**: unwind regular ex…
[all …]
DCHANGELOG_V7.md80 * \[[`ff587deb54`](https://github.com/nodejs/node/commit/ff587deb54)] - **build**: disable V8 snaps…
81 * \[[`8a82960e76`](https://github.com/nodejs/node/commit/8a82960e76)] - **deps**: cherry-pick 94789…
82 * \[[`b5bf5e8086`](https://github.com/nodejs/node/commit/b5bf5e8086)] - **test**: verify hash seed …
104 * \[[`224fd3af97`](https://github.com/nodejs/node/commit/224fd3af97)] - **benchmark**: terminate ch…
105 * \[[`373e9f08af`](https://github.com/nodejs/node/commit/373e9f08af)] - **benchmark**: add benchmar…
106 * \[[`7d87edc1ba`](https://github.com/nodejs/node/commit/7d87edc1ba)] - **benchmark**: add benchmar…
107 * \[[`08ba9d437c`](https://github.com/nodejs/node/commit/08ba9d437c)] - **benchmark**: fix CLI argu…
108 * \[[`440f4d4eef`](https://github.com/nodejs/node/commit/440f4d4eef)] - _**Revert**_ "**benchmark**…
109 * \[[`b7aeed7a7e`](https://github.com/nodejs/node/commit/b7aeed7a7e)] - **benchmark**: improve cli …
110 * \[[`917534d541`](https://github.com/nodejs/node/commit/917534d541)] - **benchmark**: fix CLI argu…
[all …]
DCHANGELOG_V5.md73 * \[[`0ca0827b71`](https://github.com/nodejs/node/commit/0ca0827b71)] - **(SEMVER-MINOR)** **buffer…
74 * \[[`27785aeb37`](https://github.com/nodejs/node/commit/27785aeb37)] - **buffer**: ignore negative…
75 * \[[`34b96c1322`](https://github.com/nodejs/node/commit/34b96c1322)] - **deps**: backport 3a9bfec …
76 * \[[`2ebeb82852`](https://github.com/nodejs/node/commit/2ebeb82852)] - **test**: fix test-net-\* e…
77 * \[[`03d36aea4f`](https://github.com/nodejs/node/commit/03d36aea4f)] - **(SEMVER-MINOR)** **test**…
90 * \[[`35f06df782`](https://github.com/nodejs/node/commit/35f06df782)] - **buffer**: safeguard again…
91 * \[[`99920480ae`](https://github.com/nodejs/node/commit/99920480ae)] - **buffer**: fix a typo in B…
92 * \[[`d9f7b025d4`](https://github.com/nodejs/node/commit/d9f7b025d4)] - **deps**: update openssl as…
93 * \[[`f316fd20a0`](https://github.com/nodejs/node/commit/f316fd20a0)] - **deps**: add -no\_rand\_sc…
94 * \[[`263cc34657`](https://github.com/nodejs/node/commit/263cc34657)] - **deps**: fix asm build err…
[all …]
DCHANGELOG_V18.md84 * \[[`55028468db`](https://github.com/nodejs/node/commit/55028468db)] - **deps**: update undici to …
85 * \[[`a792bbc515`](https://github.com/nodejs/node/commit/a792bbc515)] - **deps**: update nghttp2 to…
86 * \[[`f6444defa4`](https://github.com/nodejs/node/commit/f6444defa4)] - **deps**: update nghttp2 to…
87 * \[[`7e9b08dfd4`](https://github.com/nodejs/node/commit/7e9b08dfd4)] - **deps**: update nghttp2 to…
88 * \[[`85672c153f`](https://github.com/nodejs/node/commit/85672c153f)] - **deps**: update nghttp2 to…
89 * \[[`300a902422`](https://github.com/nodejs/node/commit/300a902422)] - **deps**: update nghttp2 to…
90 * \[[`7d83ed0bf6`](https://github.com/nodejs/node/commit/7d83ed0bf6)] - _**Revert**_ "**deps**: upd…
91 * \[[`1193ca5fdb`](https://github.com/nodejs/node/commit/1193ca5fdb)] - **lib**: let deps require `…
92 * \[[`eaf9083cf1`](https://github.com/nodejs/node/commit/eaf9083cf1)] - **module**: fix code inject…
93 * \[[`1c538938cc`](https://github.com/nodejs/node/commit/1c538938cc)] - **policy**: use tamper-proo…
[all …]
DCHANGELOG_IOJS.md112 * \[[`b73ff52fe6`](https://github.com/nodejs/node/commit/b73ff52fe6)] - **bindings**: close after r…
113 * \[[`aa1140e59a`](https://github.com/nodejs/node/commit/aa1140e59a)] - **buffer**: SlowBuffer only…
114 * \[[`574475d56e`](https://github.com/nodejs/node/commit/574475d56e)] - **build**: clean up the gen…
115 * \[[`aa0001271e`](https://github.com/nodejs/node/commit/aa0001271e)] - **build**: remote commands …
116 * \[[`1428661095`](https://github.com/nodejs/node/commit/1428661095)] - **build**: fix v8\_enable\_…
117 * \[[`5a51edd718`](https://github.com/nodejs/node/commit/5a51edd718)] - **build**: add --enable-asa…
118 * \[[`618caa5de0`](https://github.com/nodejs/node/commit/618caa5de0)] - **child\_process**: use std…
119 * \[[`7be4e49cb6`](https://github.com/nodejs/node/commit/7be4e49cb6)] - **child\_process**: check e…
120 * \[[`7f5d6e72c6`](https://github.com/nodejs/node/commit/7f5d6e72c6)] - **cluster**: allow shared r…
121 * \[[`e68c7ec498`](https://github.com/nodejs/node/commit/e68c7ec498)] - **contextify**: ignore gett…
[all …]
/third_party/node/test/fixtures/wpt/
Dversions.json3 "commit": "03c5072affa496c5fd2a506e5c40d23e36b5e3aa", string
7 "commit": "767ae354642bee1e4d90b28df4480475b9260e14", string
11 "commit": "d1f1ecbd52f2eab3b7fe5dc1b20b41174f1341ce", string
15 "commit": "ab8999891c6225bef1741c2960033aad620481a8", string
19 "commit": "a58bbf6d8c0db1f1fd5352e846acb0754ee55567", string
23 "commit": "7c79d998ff42e52de90290cb847d1b515b3b58f7", string
27 "commit": "e36dbb6f00fb59f9fc792f509194432e9e6d0b6d", string
31 "commit": "c01f637cca43f0e08ce8e4269121dcd89ccbdd82", string
35 "commit": "34cafd797e58dad280d20040eee012d49ccfa91f", string
39 "commit": "f267e1dca6f57a9f4d69f32a6920adfdb3268656", string
[all …]
/third_party/node/deps/npm/node_modules/node-gyp/
DCHANGELOG.md8 …dows arm64 build tools ([bb76021](https://www.github.com/nodejs/node-gyp/commit/bb76021d35964d2bb1…
9 …node-gyp/issues/2815)) ([fc0ddc6](https://www.github.com/nodejs/node-gyp/commit/fc0ddc6523c62b10e5…
14 …node-gyp/issues/2846)) ([aaa117c](https://www.github.com/nodejs/node-gyp/commit/aaa117c514430aa2c1…
15 …node-gyp/issues/2840)) ([55048f8](https://www.github.com/nodejs/node-gyp/commit/55048f8be5707c295f…
20 …node-gyp/issues/2826)) ([337e8e6](https://www.github.com/nodejs/node-gyp/commit/337e8e68209bd2481c…
25 …node-gyp/issues/2828)) ([6f3c2d3](https://www.github.com/nodejs/node-gyp/commit/6f3c2d3c6c0de0dbf8…
26 …node-gyp/issues/2822)) ([c7927e2](https://www.github.com/nodejs/node-gyp/commit/c7927e228dfde059c9…
31 …node-gyp/issues/2868)) ([a0b3d1c](https://www.github.com/nodejs/node-gyp/commit/a0b3d1c3afed71a745…
38 …node-gyp/issues/2771)) ([888efb9](https://www.github.com/nodejs/node-gyp/commit/888efb9055857afee6…
43 …node-gyp/issues/2774)) ([38f01fa](https://www.github.com/nodejs/node-gyp/commit/38f01fa57d10fdb3db…
[all …]
/third_party/node/doc/contributing/
Dcommit-queue.md1 # Commit queue
5 _tl;dr: You can land pull requests by adding the `commit-queue` label to it._
7 Commit Queue is an experimental feature for the project which simplifies the
9 land pull requests by adding the `commit-queue` label to a PR. All
13 This document gives an overview of how the Commit Queue works, as well as
18 From a high-level, the Commit Queue works as follow:
20 1. Collaborators will add `commit-queue` label to pull requests ready to land
27 3. Remove the `commit-queue` label
31 2. Add `commit-queue-failed` label to the PR
40 To make the Commit Queue squash all the commits of a pull request into the
[all …]
/third_party/rust/crates/clap/
DCHANGELOG.md1154 …- [Porting example](https://github.com/clap-rs/clap/commit/4c4a2b86a08ef9e2d63010aab4909dd5a013dfb…
1416 …pe errors on error output ([7a729bc4](https://github.com/kbknapp/clap-rs/commit/7a729bc4df2646b05f…
1434 …ng invalid Unicode on Windows ([922c645](https://github.com/clap-rs/clap/commit/922c64508389170c9c…
1438 * fixes versions referenced in the README ([d307466a](https://github.com/kbknapp/clap-rs/commit/d…
1440 …mples to reduce confusion ([6e508ee0](https://github.com/kbknapp/clap-rs/commit/6e508ee09e7153de4a…
1444 …indows since its not used ([b57ee946](https://github.com/kbknapp/clap-rs/commit/b57ee94609da3ddc89…
1454 * Stephen Oats is now a sponsor \o/ ([823457c0](https://github.com/clap-rs/clap/commit/823457c0ef…
1455 …info in the sponsor document ([24cb5740](https://github.com/clap-rs/clap/commit/24cb574090a11159b4…
1459 …mpletion support for Elvish. ([e9d0562a](https://github.com/clap-rs/clap/commit/e9d0562a1dc5dfe731…
1464 * **arg_matches.rs:** add Debug implementations ([47192b7a](https://github.com/clap-rs/clap/commit
[all …]

12345678910>>...81