1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00
denoland-deno/ext
Nathan Whitaker d4d3a3c54f
fix(node): Implement fs.lchown (and process.getegid) (#24418)
Closes https://github.com/denoland/deno/issues/21260.
Part of https://github.com/denoland/deno/issues/18218.

Implements `node:fs.lchown`, and enables the node_compat test for it.
The test uses `process.getegid`, which we didn't have implemented, so I
went ahead and implemented that as well to get the test working.
2024-07-05 18:32:51 +00:00
..
broadcast_channel chore: forward v1.44.4 release commit to main (#24271) 2024-06-19 20:29:53 +02:00
cache chore: forward v1.44.4 release commit to main (#24271) 2024-06-19 20:29:53 +02:00
canvas chore: forward v1.44.4 release commit to main (#24271) 2024-06-19 20:29:53 +02:00
console chore: forward v1.44.4 release commit to main (#24271) 2024-06-19 20:29:53 +02:00
cron chore: forward v1.44.4 release commit to main (#24271) 2024-06-19 20:29:53 +02:00
crypto fix(ext/node): rewrite digest handling (#24392) 2024-07-05 10:10:22 +02:00
fetch chore: upgrade to reqwest 0.12.4 and rustls 0.22 (#24388) 2024-07-02 02:09:47 +02:00
ffi BREAKING(unstable/ffi): remove callback reentrant flag (#24367) 2024-07-01 09:36:33 +05:30
fs fix(node): Implement fs.lchown (and process.getegid) (#24418) 2024-07-05 18:32:51 +00:00
http refactor(ext): remove use of brotli::ffi (#24214) 2024-06-20 20:44:24 +05:30
io chore: forward v1.44.4 release commit to main (#24271) 2024-06-19 20:29:53 +02:00
kv chore: upgrade to reqwest 0.12.4 and rustls 0.22 (#24388) 2024-07-02 02:09:47 +02:00
napi fix: more node-api fixes (#24220) 2024-06-19 11:33:46 -07:00
net chore: upgrade to reqwest 0.12.4 and rustls 0.22 (#24388) 2024-07-02 02:09:47 +02:00
node fix(node): Implement fs.lchown (and process.getegid) (#24418) 2024-07-05 18:32:51 +00:00
tls chore: upgrade to reqwest 0.12.4 and rustls 0.22 (#24388) 2024-07-02 02:09:47 +02:00
url chore: forward v1.44.4 release commit to main (#24271) 2024-06-19 20:29:53 +02:00
web fix(ext/web): use primordials of ES2024 ArrayBuffer transfer (#24396) 2024-07-02 22:27:01 +02:00
webgpu chore: forward v1.44.4 release commit to main (#24271) 2024-06-19 20:29:53 +02:00
webidl chore: forward v1.44.4 release commit to main (#24271) 2024-06-19 20:29:53 +02:00
websocket chore: upgrade to reqwest 0.12.4 and rustls 0.22 (#24388) 2024-07-02 02:09:47 +02:00
webstorage chore: forward v1.44.4 release commit to main (#24271) 2024-06-19 20:29:53 +02:00