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
/
tests
/
node_compat
/
runner
/
TODO.md
Age
Commit message (
Expand
)
Author
2024-11-18
chore: temporarily disable dns tests for Node compat (#26915)
Bartek Iwańczuk
2024-11-12
fix(ext/node): add autoSelectFamily option to net.createConnection (#26661)
Yoshiya Hinosawa
2024-10-31
fix(node): Implement `os.userInfo` properly, add missing `toPrimitive` (#24702)
Nathan Whitaker
2024-10-28
fix: report exceptions from nextTick (#26579)
snek
2024-10-15
fix(ext/node): implement TCP.setNoDelay (#26263)
Divy Srivastava
2024-10-02
feat(ext/node): buffer.transcode() (#25972)
Satya Rohith
2024-09-11
fix(ext/node): add `FileHandle#writeFile` (#25555)
Yoshiya Hinosawa
2024-08-06
feat: vm rewrite (#24596)
snek
2024-07-25
fix(node/worker_threads): support `port.once()` (#24725)
Marvin Hagemeister
2024-07-05
fix(node): Implement `fs.lchown` (and `process.getegid`) (#24418)
Nathan Whitaker
2024-07-05
fix(ext/node): rewrite digest handling (#24392)
Luca Casonato
2024-07-02
fix(ext/node): Add `fs.lutimes` / `fs.lutimesSync` (#23172)
Nathan Whitaker
2024-07-02
chore: upgrade to reqwest 0.12.4 and rustls 0.22 (#24388)
Bartek Iwańczuk
2024-06-25
test(node_compat): enable more stream-writable tests (#24328)
Satya Rohith
2024-06-24
fix(ext/node): rewrite crypto.Hash (#24302)
Luca Casonato
2024-06-19
Revert "chore: upgrade to reqwest 0.12.4 and rustls 0.22 (#24056)" (#24262)
Bartek Iwańczuk
2024-06-18
feat(ext/node): add BlockList & SocketAddress classes (#24229)
Satya Rohith
2024-06-15
fix(ext/node): better support for `node:diagnostics_channel` module (#24088)
Bartek Iwańczuk
2024-06-13
chore: upgrade to reqwest 0.12.4 and rustls 0.22 (#24056)
Bartek Iwańczuk
2024-06-11
chore: sync up Node.js test files for v20.11.1 (#24066)
Bartek Iwańczuk
2024-05-21
feat(node): buffer isUtf8/isAscii (#23928)
snek
2024-04-03
chore: move `tools/node_compat` to `tests/node_compat/runner` (#23025)
Asher Gomez