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
Age
Commit message (
Expand
)
Author
2024-01-02
fix(ext/node): use node:process in _streams.mjs (#21755)
Divy Srivastava
2024-01-02
fix(ext/node): implement os.machine (#21751)
Divy Srivastava
2024-01-02
fix(ext/node): querystring stringify without encode callback (#21740)
Divy Srivastava
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-12-31
fix(node/zlib): consistently return buffer (#21747)
Jovi De Croock
2023-12-31
fix(node/zlib): cast Dataview and Buffer to uint8 (#21746)
Jovi De Croock
2023-12-30
fix(ext/node): add process.abort() (#21742)
Divy Srivastava
2023-12-30
chore(runtime): internalize pipe fd for ext/node (#21570)
Divy Srivastava
2023-12-29
fix(node): support nested tests in "node:test" (#21717)
Bartek Iwańczuk
2023-12-28
chore: update deno_core to 0.240.0 (#21726)
Bartek Iwańczuk
2023-12-28
fix(node): Implement os.cpus() (#21697)
Divy Srivastava
2023-12-27
refactor: simplify hyper, http, h2 deps (#21715)
Bartek Iwańczuk
2023-12-27
fix(ext/node): Implement `aes-192-ecb` and `aes-256-ecb` (#21710)
Lino Le Van
2023-12-27
perf: remove opAsync (#21690)
Matt Mastracci
2023-12-25
fix(ext/node): add ClientRequest#setNoDelay (#21694)
Divy Srivastava
2023-12-23
chore(ext/node): use BufView natively in http2 (#21688)
Matt Mastracci
2023-12-21
chore: forward v1.39.1 commit to main (#21667) (#21671)
Bartek Iwańczuk
2023-12-20
fix(node): child_process kill cancel pending IPC reads (#21647)
Divy Srivastava
2023-12-20
fix(node): add crypto.pseudoRandomBytes (#21649)
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-15
refactor: setup child process pipe in Rust (#21579)
Divy Srivastava
2023-12-14
fix(node): support resolving a package.json import to a builtin node module (...
David Sherret
2023-12-14
chore(node): remove process.on("disconnect") not implemented warning (#21569)
Divy Srivastava
2023-12-14
fix(node): return false from vm.isContext (#21568)
Divy Srivastava
2023-12-13
1.39.0 (#21560)
denobot
2023-12-13
fix(zlib): handle no flush flag in handle_.write (#21432)
Divy Srivastava
2023-12-13
fix: implement child_process IPC (#21490)
Divy Srivastava
2023-12-11
fix: allow reserved word 'mod' in exports (#21537)
Ryan Dahl
2023-12-11
fix(ext/node): basic vm.runInNewContext implementation (#21527)
Divy Srivastava
2023-12-11
fix(ext/node): ServerResponse getHeader() return undefined (#21525)
Divy Srivastava
2023-12-11
fix(ext/node): stub ServerResponse#flushHeaders (#21526)
Divy Srivastava
2023-12-08
fix(ext/node): use primordials in ext/node/polyfills/_util (#21444)
Kenta Moriuchi
2023-12-08
fix(ext/node): allow null value for req.setHeader (#21391)
Yoshiya Hinosawa
2023-12-08
fix(node/tls): fix NotValidForName for host set via socket / servername (#21441)
Max Goodhart
2023-12-07
fix(ext/node): include non-enumerable keys in `Reflect.ownKeys(globalThis)` (...
ud2
2023-12-07
refactor: pull 'core', 'internals', 'primordials' from ES module (#21462)
Bartek Iwańczuk
2023-12-06
chore: forward v1.38.5 release commit to main (#21472)
Bartek Iwańczuk
2023-12-04
perf(node/fs): faster `existsSync` when not exists (#21458)
David Sherret
2023-12-03
fix(ext/node): sign with PEM private keys (#21287)
Divy Srivastava
2023-12-02
fix(node): setting process.exitCode should change exit code of process (#21429)
David Sherret
2023-12-02
chore: update std to 0.208.0 (#21318)
Asher Gomez
2023-12-01
refactor: use resourceForReadableStream for fetch (#20217)
Matt Mastracci
2023-12-01
fix(ext/node): add stubbed process.report (#21373)
Daniel Mizerski
2023-11-30
chore: forward v1.38.4 release commit to main (#21400)
Bartek Iwańczuk
2023-11-30
fix(ext/node): fix os.freemem (#21347)
Yoshiya Hinosawa
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-28
fix(ext/node): fix duplexify compatibility (#21346)
Yoshiya Hinosawa
[next]