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
/
polyfills
Age
Commit message (
Expand
)
Author
2023-06-13
fix(node/buffer): make slice be the same as subarray (#19481)
Leo Kettmeir
2023-06-13
fix(ext/node): handle 'upgrade' responses (#19412)
Bartek Iwańczuk
2023-06-13
feat(node): HTTPS server (#19362)
Leo Kettmeir
2023-06-12
feat: Adaptations to support OpenBSD port (#19153)
VlkrS
2023-06-08
chore(ext/node): revert changes to ClientRequest.onSocket (#19426)
Bartek Iwańczuk
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-06
refactor(core): ensureFastOps is an op-generating proxy (#19377)
Matt Mastracci
2023-06-05
feat(node_compat): Add a close method to the FileHandle class. (#19357)
nasa
2023-06-05
feat: add more options to Deno.inspect (#19337)
Leo Kettmeir
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
2023-06-01
chore(node_compat): add deno task for setting up and running tests (#19293)
Hirotaka Tagawa / wafuwafu13
2023-05-31
chore(ext/node): Implement stubs for Http2Session (#19329)
Matt Mastracci
2023-05-31
refactor: further work on node http client (#19327)
Leo Kettmeir
2023-05-31
fix(node): add missing process.reallyExit method (#19326)
Marvin Hagemeister
2023-05-29
fix: use proper ALPN protocols if HTTP client is HTTP/1.1 only (#19303)
Bartek Iwańczuk
2023-05-29
fix(node): http.IncomingMessageForClient.complete (#19302)
Bartek Iwańczuk
2023-05-27
refactor(node/http): don't use readablestream for writing to request (#19282)
Leo Kettmeir
2023-05-26
refactor(node): use internal io and fs APIs (#19267)
Bartek Iwańczuk
2023-05-26
fix(node): make 'v8.setFlagsFromString' a noop (#19271)
Bartek Iwańczuk
2023-05-26
chore(node_compat): fix broken link and typo (#19265)
Hirotaka Tagawa / wafuwafu13
2023-05-24
fix(ext/node): ClientRequest.setTimeout(0) should remove listeners (#19240)
Levente Kurusa
2023-05-24
fix(node): fire 'unhandledrejection' event when using node: or npm: imports (...
Bartek Iwańczuk
2023-05-23
fix(ext/node): add basic node:worker_threads support (#19192)
Yoshiya Hinosawa
2023-05-23
fix(node): duplicate node_module suffixes (#19222)
Marvin Hagemeister
2023-05-23
refactor: further work on node http client (#19211)
Leo Kettmeir
2023-05-22
fix(node): make sure "setImmediate" is not clamped to 4ms (#19213)
Bartek Iwańczuk
2023-05-22
fix(node): add http.Server.unref() (#19201)
Bartek Iwańczuk
2023-05-19
BREAKING(unstable): change return type of Deno.serve() API (#19189)
Bartek Iwańczuk
2023-05-18
fix(npm): `process` not defined in readline (#19184)
Marvin Hagemeister
2023-05-18
fix(node): support passing parent stdio streams (#19171)
Marvin Hagemeister
2023-05-17
fix(node): export diagnostics_channel module (#19167)
Bartek Iwańczuk
2023-05-17
fix(ext/node): make nodeGlobalThis configurable (#19163)
Luca Casonato
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
fix(npm): add performance.markResourceTiming sham (#19123)
Bartek Iwańczuk
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-11
fix(npm): make http2 module available, make 'nodeGlobalThisName' writable (#1...
Bartek Iwańczuk
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-05-10
chore(node/stream): unbundle/unminify readable-streams (#19045)
Levente Kurusa
2023-05-09
perf(fmt): faster formatting for minified object literals (#19050)
David Sherret
2023-05-02
refactor(core): Use `ObjectHasOwn` instead of `ObjectPrototypeHasOwnProperty`...
Kenta Moriuchi
2023-05-02
fix(ext/node): add missing `release` property to node's `process` (#18923)
Yarden Shoham
2023-05-02
fix(npm): canonicalize filename before returning (#18948)
Bartek Iwańczuk
[next]