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
/
tools
/
node_compat
Age
Commit message (
Expand
)
Author
2024-03-15
fix(ext/node): Reimplement StringDecoder to match node's behavior (#22933)
Nathan Whitaker
2024-03-12
chore: make Node setup script less sensitive to changes (#22855)
Asher Gomez
2024-03-11
fix(ext/node): Match punycode module behavior to node (#22847)
Nathan Whitaker
2024-03-11
build: fix node_compat/setup.ts check (#22842)
Bartek Iwańczuk
2024-03-11
fix(ext/node) implement receiveMessageOnPort for node:worker_threads (#22766)
mash-graz
2024-03-10
fix(node:http) Export `validateHeaderName` and `validateHeaderValue` function...
mash-graz
2024-03-05
chore(tests): Remove vestiges of cli/tests folder (#22712)
Aapo Alasuutari
2024-02-13
chore: move `test_util/std` to `tests/util/std` (#22402)
Asher Gomez
2024-02-13
chore: use `@std` import instead of `@test_util/std` (#22398)
Asher Gomez
2024-02-10
chore: move cli/tests/ -> tests/ (#22369)
Matt Mastracci
2024-02-07
chore: use @test_util for node_compat tests (#22331)
Matt Mastracci
2024-01-22
chore: use `FsFile[Symbol.dispose]()` (#22007)
Asher Gomez
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-11-25
chore: update node_compat test suites to v18.18.2 (#21328)
Yoshiya Hinosawa
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
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-06-26
chore: fix typos (#19572)
Martin Fischer
2023-06-02
chore(node_compat): fix path strings generated by `setup.ts` (#19347)
Hirotaka Tagawa / wafuwafu13
2023-06-01
chore(node_compat): add deno task for setting up and running tests (#19293)
Hirotaka Tagawa / wafuwafu13
2023-05-29
fix: use proper ALPN protocols if HTTP client is HTTP/1.1 only (#19303)
Bartek Iwańczuk
2023-05-27
refactor(node/http): don't use readablestream for writing to request (#19282)
Leo Kettmeir
2023-05-26
chore(node_compat): fix broken link and typo (#19265)
Hirotaka Tagawa / wafuwafu13
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-15
chore: check node_compat config diff in CI (#19119)
Yoshiya Hinosawa
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-04-25
fix(ext/node): fix hash.flush (#18818)
Yoshiya Hinosawa
2023-04-19
fix(ext/node): improve vm.runInThisContext (#18767)
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-03-30
Revert "refactor(ext/node): Use Deno.inspect (#17960)" (#18491)
Bartek Iwańczuk
2023-03-26
chore: document Node.js compat test setup script (#18381)
Yoshiya Hinosawa
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