index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
node
/
polyfills
/
internal
Age
Commit message (
Expand
)
Author
2024-01-05
chore: update deno_lint for CI (#21802)
Kenta Moriuchi
2024-01-04
fix: strict type check for cross realms (#21669)
Kenta Moriuchi
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-12-30
chore(runtime): internalize pipe fd for ext/node (#21570)
Divy Srivastava
2023-12-27
perf: remove opAsync (#21690)
Matt Mastracci
2023-12-20
fix(node): child_process kill cancel pending IPC reads (#21647)
Divy Srivastava
2023-12-19
fix(node): child_process IPC on Windows (#21597)
Divy Srivastava
2023-12-19
fix(console): inspect for `{Set,Map}Iterator` and `Weak{Set,Map}` (#21554)
Kenta Moriuchi
2023-12-13
fix: implement child_process IPC (#21490)
Divy Srivastava
2023-12-07
refactor: pull 'core', 'internals', 'primordials' from ES module (#21462)
Bartek Iwańczuk
2023-12-03
fix(ext/node): sign with PEM private keys (#21287)
Divy Srivastava
2023-12-01
fix(ext/node): add stubbed process.report (#21373)
Daniel Mizerski
2023-11-29
fix(ext/node): add util.parseArgs (#21342)
Yoshiya Hinosawa
2023-11-28
Reland "fix(ext/console): fix inspecting iterators error. (#20720)" (#21370)
Leo Kettmeir
2023-11-28
fix(ext/node): fix Buffer.copy when sourceStart > source.length (#21345)
Yoshiya Hinosawa
2023-11-27
fix(node): `spawnSync`'s `status` was incorrect (#21359)
David Sherret
2023-11-22
refactor: replace `deferred()` from `std/async` with `Promise.withResolvers()...
Asher Gomez
2023-11-13
Revert "fix(ext/console): fix inspecting iterators error. (#20720)" (#21191)
Bartek Iwańczuk
2023-11-13
fix(ext/console): fix inspecting iterators error. (#20720)
Chen Su
2023-11-10
fix(node/child_process): properly normalize stdio for 'spawnSync' (#21103)
Bartek Iwańczuk
2023-11-09
fix(node): implement createPrivateKey (#20981)
Divy Srivastava
2023-11-04
fix(node): use closest package.json to resolve package.json imports (#21075)
David Sherret
2023-10-08
fix(node/buffer): utf8ToBytes should return a Uint8Array (#20769)
Aapo Alasuutari
2023-09-30
perf(node): use faster utf8 byte length in Buffer#from (#20746)
Divy Srivastava
2023-09-24
fix(ext/node): Fix invalid length variable reference in blitBuffer (#20648)
Aapo Alasuutari
2023-09-23
fix(node): supported arguments to `randomFillSync` (#20637)
Divy Srivastava
2023-09-07
perf(ext/node): Optimise Buffer string operations (#20158)
Aapo Alasuutari
2023-09-07
feat: support import attributes (#20342)
David Sherret
2023-09-06
fix(ext/node): implement AES GCM cipher (#20368)
Divy Srivastava
2023-09-05
fix(node/child_process): don't crash on undefined/null value of an env var (#...
zuisong
2023-08-26
fix(node): propagate create cipher errors (#20280)
Divy Srivastava
2023-08-11
fix(node): object keys in publicEncrypt (#20128)
Divy Srivastava
2023-07-31
feat(node/os): implement getPriority, setPriority & userInfo (#19370)
Leo Kettmeir
2023-07-08
chore: upgrade to dprint 0.39 (#19768)
David Sherret
2023-07-07
perf(ext/node): native vectored write for server streams (#19752)
Divy Srivastava
2023-07-02
fix(ext/node): ignore cancelled timer when node timer refresh (#19637)
await-ovo
2023-07-02
refactor: rename built-in node modules from ext:deno_node/ to node: (#19680)
Bartek Iwańczuk
2023-06-27
chore(ext/node): disable prefer-primordials on a per-file basis (#19553)
Kenta Moriuchi
2023-06-27
test(ext/node): port crypto_test.ts from deno_std (#19561)
Felipe Baltor
2023-06-26
chore: fix typos (#19572)
Martin Fischer
2023-06-23
fix(serde_v8): Do not coerce values in serde_v8 (#19569)
Divy Srivastava
2023-06-13
fix(node/buffer): make slice be the same as subarray (#19481)
Leo Kettmeir
2023-06-08
feat(node_compat): Add a write method to the FileHandle class (#19385)
nasa
2023-06-08
feat(node_compat): Add a read method to the FileHandle class (#19359)
nasa
2023-06-06
refactor(core): ensureFastOps is an op-generating proxy (#19377)
Matt Mastracci
2023-06-05
feat(node_compat): Add a close method to the FileHandle class. (#19357)
nasa
2023-06-05
feat: add more options to Deno.inspect (#19337)
Leo Kettmeir
2023-06-02
fix(node): map stdio [0, 1, 2] to "inherit" (#19352)
Marvin Hagemeister
2023-06-02
feat(node_compat): Added base implementation of FileHandle (#19294)
nasa
2023-05-31
chore(ext/node): Implement stubs for Http2Session (#19329)
Matt Mastracci
[next]