summaryrefslogtreecommitdiff
path: root/ext/node/polyfills/internal
AgeCommit message (Expand)Author
2023-11-27fix(node): `spawnSync`'s `status` was incorrect (#21359)David Sherret
2023-11-22refactor: replace `deferred()` from `std/async` with `Promise.withResolvers()...Asher Gomez
2023-11-13Revert "fix(ext/console): fix inspecting iterators error. (#20720)" (#21191)Bartek Iwańczuk
2023-11-13fix(ext/console): fix inspecting iterators error. (#20720)Chen Su
2023-11-10fix(node/child_process): properly normalize stdio for 'spawnSync' (#21103)Bartek Iwańczuk
2023-11-09fix(node): implement createPrivateKey (#20981)Divy Srivastava
2023-11-04fix(node): use closest package.json to resolve package.json imports (#21075)David Sherret
2023-10-08fix(node/buffer): utf8ToBytes should return a Uint8Array (#20769)Aapo Alasuutari
2023-09-30perf(node): use faster utf8 byte length in Buffer#from (#20746)Divy Srivastava
2023-09-24fix(ext/node): Fix invalid length variable reference in blitBuffer (#20648)Aapo Alasuutari
2023-09-23fix(node): supported arguments to `randomFillSync` (#20637)Divy Srivastava
2023-09-07perf(ext/node): Optimise Buffer string operations (#20158)Aapo Alasuutari
2023-09-07feat: support import attributes (#20342)David Sherret
2023-09-06fix(ext/node): implement AES GCM cipher (#20368)Divy Srivastava
2023-09-05fix(node/child_process): don't crash on undefined/null value of an env var (#...zuisong
2023-08-26fix(node): propagate create cipher errors (#20280)Divy Srivastava
2023-08-11fix(node): object keys in publicEncrypt (#20128)Divy Srivastava
2023-07-31feat(node/os): implement getPriority, setPriority & userInfo (#19370)Leo Kettmeir
2023-07-08chore: upgrade to dprint 0.39 (#19768)David Sherret
2023-07-07perf(ext/node): native vectored write for server streams (#19752)Divy Srivastava
2023-07-02fix(ext/node): ignore cancelled timer when node timer refresh (#19637)await-ovo
2023-07-02refactor: rename built-in node modules from ext:deno_node/ to node: (#19680)Bartek Iwańczuk
2023-06-27chore(ext/node): disable prefer-primordials on a per-file basis (#19553)Kenta Moriuchi
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-23fix(serde_v8): Do not coerce values in serde_v8 (#19569)Divy Srivastava
2023-06-13fix(node/buffer): make slice be the same as subarray (#19481)Leo Kettmeir
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-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-05-31chore(ext/node): Implement stubs for Http2Session (#19329)Matt Mastracci
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-16feat(node/crypto): Builtin Diffie-Hellman Groups (#19137)Levente Kurusa
2023-05-15feat(node/crypto): Diffie Hellman Support (#18943)Levente Kurusa
2023-05-10chore(node/stream): unbundle/unminify readable-streams (#19045)Levente Kurusa
2023-05-02refactor(core): Use `ObjectHasOwn` instead of `ObjectPrototypeHasOwnProperty`...Kenta Moriuchi
2023-05-01refactor: migrate async ops to generated wrappers (#18937)Bartek Iwańczuk
2023-04-30refactor: remove ext/console/01_colors.js (#18927)Leo Kettmeir
2023-04-30refactor: merge Deno & Node inspectors (#18691)Leo Kettmeir
2023-04-27feat(node/crypto): Elliptic Curve Diffie-Hellman (ECDH) support (#18832)Levente Kurusa
2023-04-27fix(ext/node): prime generation (#18861)Divy Srivastava
2023-04-25fix(ext/node): fix hash.flush (#18818)Yoshiya Hinosawa
2023-04-19fix(ext/node): implement asymmetric keygen (#18651)Divy Srivastava
2023-04-19fix(ext/node): add crypto.sign|verify methods (#18765)Yoshiya Hinosawa
2023-04-18refactor(node/crypto): scrypt polyfill to rust (#18746)Levente Kurusa