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
/
cli
/
tests
/
unit_node
Age
Commit message (
Expand
)
Author
2023-08-11
fix(ext/node): support dictionary option in zlib init (#20035)
Divy Srivastava
2023-08-11
fix(node): object keys in publicEncrypt (#20128)
Divy Srivastava
2023-08-04
fix(node): polyfill process.title (#20044)
Bartek Iwańczuk
2023-08-04
fix(node): repl._builtinLibs (#20046)
Bartek Iwańczuk
2023-07-31
feat(node/os): implement getPriority, setPriority & userInfo (#19370)
Leo Kettmeir
2023-07-31
chore(cli): Fix test that locks up on some M2 macs (#19989)
Matt Mastracci
2023-07-25
fix(node): add writable and readable fields to FakeSocket (#19931)
Bartek Iwańczuk
2023-07-21
fix(node/http): add encrypted field to FakeSocket (#19886)
Leo Kettmeir
2023-07-19
fix(node/http): call callback after request is sent (#19871)
Leo Kettmeir
2023-07-19
fix(node/net): Server connection callback include socket value (#19779)
Leo Kettmeir
2023-07-17
fix(ext/node): fix stream/promises export (#19820)
await-ovo
2023-07-11
fix(node/http): add destroy to FakeSocket (#19796)
Leo Kettmeir
2023-07-11
fix(node/http): allow callback in first argument of end call (#19778)
Leo Kettmeir
2023-07-10
fix(node/http): server use FakeSocket and add end method (#19660)
Leo Kettmeir
2023-07-05
test(ext/node): clean up node:path test cases (#19610)
Yoshiya Hinosawa
2023-07-04
fix(ext/node): Define performance.timeOrigin as getter property (#19714)
await-ovo
2023-07-04
fix: bump default @types/node version range to 18.16.19 (#19706)
David Sherret
2023-07-04
tests: deflake _fs_read_test.ts again (#19705)
Bartek Iwańczuk
2023-07-03
tests: deflake _fs_read_test.ts (#19699)
Bartek Iwańczuk
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-30
test(ext/node): add perf_hooks test (#19648)
Hans
2023-06-30
test(ext/node): added unit test for net node modules compat from std (#19663)
Kaique da Silva
2023-06-30
test(ext/node): added assertion errors test (#19609)
Kaique da Silva
2023-06-30
fix(node/http): add setKeepAlive to FakeSocket (#19659)
Leo Kettmeir
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-26
test(ext/node): add fs read unit tests (#19588)
Kaique da Silva
2023-06-24
fix(ext/node): support brotli APIs (#19223)
Divy Srivastava
2023-06-22
test(ext/node): port buffer_test.ts from deno_std (#19556)
Felipe Baltor
2023-06-22
test(ext/node): add fs open unit test from std (#19505)
Kaique da Silva
2023-06-19
test(ext/node): port _fs_writeFile_test.ts from deno_std (#19524)
Felipe Baltor
2023-06-16
fix(ext/node): remove fromFileUrl from "node:path" (#19504)
Ryan Clements
2023-06-15
fix(node): Worker constructor doesn't check type: module of package.json (#19...
Vedant Pandey
2023-06-14
chore(ext/node): bring back changes to ClientRequest.onSocket (#19509)
Leo Kettmeir
2023-06-13
fix(node/buffer): make slice be the same as subarray (#19481)
Leo Kettmeir
2023-06-13
fix(ext/http): replace await Deno.serve with await Deno.serve().finished (#19...
Matt Mastracci
2023-06-13
fix(ext/node): handle 'upgrade' responses (#19412)
Bartek Iwańczuk
2023-06-13
test(ext/node): add fs dirent unit test from std (#19461)
Kaique da Silva
2023-06-13
feat(node): HTTPS server (#19362)
Leo Kettmeir
2023-06-08
chore(ext/node): revert changes to ClientRequest.onSocket (#19426)
Bartek Iwańczuk
2023-06-08
chore: Use relative paths for assert imports to avoid test flakes (#19427)
Matt Mastracci
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
fix(node/http): use fake socket and proper url handling (#19340)
Leo Kettmeir
2023-06-06
feat(ext/node): Very basic node:http2 support (#19344)
Matt Mastracci
2023-06-05
feat(node_compat): Add a close method to the FileHandle class. (#19357)
nasa
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-06-02
fix(node): don't close stdio streams (#19256)
Bartek Iwańczuk
[next]