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
/
node_compat
/
test
/
parallel
Age
Commit message (
Expand
)
Author
2023-11-29
fix(ext/node): add util.parseArgs (#21342)
Yoshiya Hinosawa
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
2023-11-27
fix(node): `spawnSync`'s `status` was incorrect (#21359)
David Sherret
2023-11-25
chore: update node_compat test suites to v18.18.2 (#21328)
Yoshiya Hinosawa
2023-11-11
fix(ext/node): Re-enable alloc max size test (#21059)
Kenta Moriuchi
2023-11-06
fix(ext): use `String#toWellFormed` in ext/webidl and ext/node (#21054)
Kenta Moriuchi
2023-11-01
chore: upgrade deno_core (#21036)
Bartek Iwańczuk
2023-11-01
Revert "chore: use kqueue backend of notify on macOS" (#21039)
Divy Srivastava
2023-10-31
chore: use kqueue backend of notify on macOS (#21028)
Divy Srivastava
2023-10-30
fix: implement node:tty (#20892)
Divy Srivastava
2023-10-08
fix(node/buffer): utf8ToBytes should return a Uint8Array (#20769)
Aapo Alasuutari
2023-09-30
feat(node/os): Add `availableParallelism` (#20745)
Rui He
2023-09-30
test(node_compat): add `test-http-url.parse*` (#20458)
Hirotaka Tagawa / wafuwafu13
2023-09-04
chore: disable 'test-http-content-length.js` test (#20344)
Bartek Iwańczuk
2023-08-28
fix(node/http): correctly send `Content-length` header instead of `Transfer-E...
osddeitf
2023-08-16
fix(ext/node): allow for the reassignment of userInfo() on Windows (#20165)
Evan
2023-07-05
test(ext/node): clean up node:path test cases (#19610)
Yoshiya Hinosawa
2023-06-26
fix(ext/node): remove path.toFileUrl (#19536)
Ryan Clements
2023-06-02
chore(node_compat): fix path strings generated by `setup.ts` (#19347)
Hirotaka Tagawa / wafuwafu13
2023-05-27
refactor(node/http): don't use readablestream for writing to request (#19282)
Leo Kettmeir
2023-05-17
fix(ext/node): fix whatwg url formatting (#19146)
Yoshiya Hinosawa
2023-05-17
refactor(node): reimplement http client (#19122)
Leo Kettmeir
2023-05-16
feat(node/crypto): Builtin Diffie-Hellman Groups (#19137)
Levente Kurusa
2023-05-15
feat(node/crypto): Diffie Hellman Support (#18943)
Levente Kurusa
2023-05-13
chore(ext/node): removed skipped compat test cases (#19109)
Yoshiya Hinosawa
2023-05-13
chore: fix & update node compat config (#19106)
Yoshiya Hinosawa
2023-05-11
fix(node): expose channels in worker_threads (#19086)
Marvin Hagemeister
2023-05-11
feat(node): add `Module.runMain()` (#19080)
Marvin Hagemeister
2023-04-30
refactor: merge Deno & Node inspectors (#18691)
Leo Kettmeir
2023-04-27
fix(ext/node): prime generation (#18861)
Divy Srivastava
2023-04-25
fix(ext/node): fix hash.flush (#18818)
Yoshiya Hinosawa
2023-04-24
test: disable flaky Node test (#18821)
Bartek Iwańczuk
2023-04-19
fix(ext/node): improve vm.runInThisContext (#18767)
Yoshiya Hinosawa
2023-04-19
tests: disable another flaky test (#18762)
Bartek Iwańczuk
2023-04-19
chore: disable flaky Node compat tests (#18760)
Bartek Iwańczuk
2023-04-18
fix(ext/node): implement crypto.createVerify (#18703)
Yoshiya Hinosawa
2023-04-18
fix(ext/node): add req.socket.remoteAddress (#18733)
Yoshiya Hinosawa
2023-04-18
chore: update node compat config (#18736)
Yoshiya Hinosawa
2023-04-07
fix(ext/node): add X509Certificate (#18625)
Divy Srivastava
2023-04-06
fix(ext/node): implement hkdf-expand (#18612)
Divy Srivastava
2023-04-06
fix(ext/node): add symmetric keygen (#18609)
Divy Srivastava
2023-03-30
Revert "refactor(ext/node): Use Deno.inspect (#17960)" (#18491)
Bartek Iwańczuk
2023-03-30
test: fix test_check_origin_not_supported (#18504)
Bartek Iwańczuk
2023-03-28
feat(ext/node): add `crypto.checkPrime` API (#18465)
Divy Srivastava
2023-03-23
refactor(ext/node): Use Deno.inspect (#17960)
Ryan Dahl
2023-03-21
chore(tools): restore node compat test setup script (#18290)
Yoshiya Hinosawa
2023-02-20
test(ext/node): more node compat tests (#17827)
Yoshiya Hinosawa
2023-02-17
test: add node compat tests (#17805)
Yoshiya Hinosawa