summaryrefslogtreecommitdiff
path: root/ext/node/polyfills
AgeCommit message (Expand)Author
2023-06-27test(ext/node): port crypto_test.ts from deno_std (#19561)Felipe Baltor
2023-06-26chore: fix typos (#19572)Martin Fischer
2023-06-26fix(ext/node): remove path.toFileUrl (#19536)Ryan Clements
2023-06-24fix(ext/node): support brotli APIs (#19223)Divy Srivastava
2023-06-23fix(serde_v8): Do not coerce values in serde_v8 (#19569)Divy Srivastava
2023-06-16fix(ext/node): remove fromFileUrl from "node:path" (#19504)Ryan Clements
2023-06-15fix(node): Worker constructor doesn't check type: module of package.json (#19...Vedant Pandey
2023-06-15refactor(ext/fetch): simplify fetch ops (#19494)Bartek Iwańczuk
2023-06-14chore(ext/node): bring back changes to ClientRequest.onSocket (#19509)Leo Kettmeir
2023-06-13fix(node/buffer): make slice be the same as subarray (#19481)Leo Kettmeir
2023-06-13fix(ext/node): handle 'upgrade' responses (#19412)Bartek Iwańczuk
2023-06-13feat(node): HTTPS server (#19362)Leo Kettmeir
2023-06-12feat: Adaptations to support OpenBSD port (#19153)VlkrS
2023-06-08chore(ext/node): revert changes to ClientRequest.onSocket (#19426)Bartek Iwańczuk
2023-06-08feat(node_compat): Add a write method to the FileHandle class (#19385)nasa
2023-06-08feat(node_compat): Add a read method to the FileHandle class (#19359)nasa
2023-06-06fix(node/http): use fake socket and proper url handling (#19340)Leo Kettmeir
2023-06-06feat(ext/node): Very basic node:http2 support (#19344)Matt Mastracci
2023-06-06refactor(core): ensureFastOps is an op-generating proxy (#19377)Matt Mastracci
2023-06-05feat(node_compat): Add a close method to the FileHandle class. (#19357)nasa
2023-06-05feat: add more options to Deno.inspect (#19337)Leo Kettmeir
2023-06-02fix(node): map stdio [0, 1, 2] to "inherit" (#19352)Marvin Hagemeister
2023-06-02feat(node_compat): Added base implementation of FileHandle (#19294)nasa
2023-06-02fix(node): don't close stdio streams (#19256)Bartek Iwańczuk
2023-06-01chore(node_compat): add deno task for setting up and running tests (#19293)Hirotaka Tagawa / wafuwafu13
2023-05-31chore(ext/node): Implement stubs for Http2Session (#19329)Matt Mastracci
2023-05-31refactor: further work on node http client (#19327)Leo Kettmeir
2023-05-31fix(node): add missing process.reallyExit method (#19326)Marvin Hagemeister
2023-05-29fix: use proper ALPN protocols if HTTP client is HTTP/1.1 only (#19303)Bartek Iwańczuk
2023-05-29fix(node): http.IncomingMessageForClient.complete (#19302)Bartek Iwańczuk
2023-05-27refactor(node/http): don't use readablestream for writing to request (#19282)Leo Kettmeir
2023-05-26refactor(node): use internal io and fs APIs (#19267)Bartek Iwańczuk
2023-05-26fix(node): make 'v8.setFlagsFromString' a noop (#19271)Bartek Iwańczuk
2023-05-26chore(node_compat): fix broken link and typo (#19265)Hirotaka Tagawa / wafuwafu13
2023-05-24fix(ext/node): ClientRequest.setTimeout(0) should remove listeners (#19240)Levente Kurusa
2023-05-24fix(node): fire 'unhandledrejection' event when using node: or npm: imports (...Bartek Iwańczuk
2023-05-23fix(ext/node): add basic node:worker_threads support (#19192)Yoshiya Hinosawa
2023-05-23fix(node): duplicate node_module suffixes (#19222)Marvin Hagemeister
2023-05-23refactor: further work on node http client (#19211)Leo Kettmeir
2023-05-22fix(node): make sure "setImmediate" is not clamped to 4ms (#19213)Bartek Iwańczuk
2023-05-22fix(node): add http.Server.unref() (#19201)Bartek Iwańczuk
2023-05-19BREAKING(unstable): change return type of Deno.serve() API (#19189)Bartek Iwańczuk
2023-05-18fix(npm): `process` not defined in readline (#19184)Marvin Hagemeister
2023-05-18fix(node): support passing parent stdio streams (#19171)Marvin Hagemeister
2023-05-17fix(node): export diagnostics_channel module (#19167)Bartek Iwańczuk
2023-05-17fix(ext/node): make nodeGlobalThis configurable (#19163)Luca Casonato
2023-05-17fix(ext/node): fix whatwg url formatting (#19146)Yoshiya Hinosawa
2023-05-17refactor(node): reimplement http client (#19122)Leo Kettmeir
2023-05-16fix(npm): add performance.markResourceTiming sham (#19123)Bartek Iwańczuk
2023-05-16feat(node/crypto): Builtin Diffie-Hellman Groups (#19137)Levente Kurusa