summaryrefslogtreecommitdiff
path: root/ext/node/polyfills/internal_binding
AgeCommit message (Expand)Author
2024-06-26perf: optimize Buffer.from("base64") for forgiving-base64 conforming input (#...Divy Srivastava
2024-01-29refactor: Use virtul ops module (#22175)Bartek Iwańczuk
2024-01-29refactor: migrate 'ext/node' extension to virtual ops module (#22157)Bartek Iwańczuk
2024-01-26chore: upgrade deno_core (#22124)Bartek Iwańczuk
2024-01-26fix(node): remove deprecation warnings (#22120)Bartek Iwańczuk
2024-01-10refactor: use `core.ensureFastOps()` (#21888)Kenta Moriuchi
2024-01-10fix: android support (#19437)cions
2024-01-05chore: update deno_lint for CI (#21802)Kenta Moriuchi
2024-01-04fix: strict type check for cross realms (#21669)Kenta Moriuchi
2024-01-04fix(ext/node): UdpSocket ref and unref (#21777)Divy Srivastava
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-12-28chore: update deno_core to 0.240.0 (#21726)Bartek Iwańczuk
2023-12-19fix(console): inspect for `{Set,Map}Iterator` and `Weak{Set,Map}` (#21554)Kenta Moriuchi
2023-12-07refactor: pull 'core', 'internals', 'primordials' from ES module (#21462)Bartek Iwańczuk
2023-11-28Reland "fix(ext/console): fix inspecting iterators error. (#20720)" (#21370)Leo Kettmeir
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-10-30fix: implement node:tty (#20892)Divy Srivastava
2023-10-05fix(ext/node): implement uv.errname (#20785)Divy Srivastava
2023-09-27fix(ext/node): fix TypeError in Buffer.from with base64url encoding. (#20705)Chen Su
2023-09-11perf(node/net): optimize socket reads for 'npm:ws' package (#20449)Bartek Iwańczuk
2023-09-07perf(ext/node): Optimise Buffer string operations (#20158)Aapo Alasuutari
2023-09-07feat: support import attributes (#20342)David Sherret
2023-08-28fix(ext/node): shared global buffer unlock correctness fix (#20314)Matt Mastracci
2023-08-22fix(ext/node): simultaneous reads can leak into each other (#20223)Matt Mastracci
2023-08-11fix(node): implement TLSSocket._start (#20120)Divy Srivastava
2023-07-18fix(ext/node): check if resource can be used with write_vectored (#19868)Divy Srivastava
2023-07-07perf(ext/node): native vectored write for server streams (#19752)Divy Srivastava
2023-07-05perf(ext/node): optimize net streams (#19678)Divy Srivastava
2023-07-02refactor: rename built-in node modules from ext:deno_node/ to node: (#19680)Bartek Iwańczuk
2023-06-27fix: lint on main branch (#19622)Bartek Iwańczuk
2023-06-27chore(ext/node): disable prefer-primordials on a per-file basis (#19553)Kenta Moriuchi
2023-06-26chore: fix typos (#19572)Martin Fischer
2023-06-12feat: Adaptations to support OpenBSD port (#19153)VlkrS
2023-05-26refactor(node): use internal io and fs APIs (#19267)Bartek Iwańczuk
2023-04-20refactor(ext/node): remove polyfills/_core.ts (#18766)Yoshiya Hinosawa
2023-03-28Reland "refactor: remove Deno[Deno.internal].nodeUnstable namespace" (#18475)Bartek Iwańczuk
2023-03-27Revert "refactor: remove Deno[Deno.internal].nodeUnstable namespace (… (#18...Bartek Iwańczuk
2023-03-27refactor: remove Deno[Deno.internal].nodeUnstable namespace (#18449)Bartek Iwańczuk
2023-03-08refactor: rename InternalModuleLoader to ExtModuleLoader, use ext: scheme for...Bartek Iwańczuk
2023-03-05chore(ext/node): cleanup empty internal_bindings (#18032)Divy Srivastava
2023-03-05refactor(core): include_js_files! 'dir' option doesn't change specifiers (#18...Bartek Iwańczuk
2023-02-26fix(ext/node): util.types.isSharedArrayBuffer (#17836)Yoshiya Hinosawa
2023-02-16perf(ext/node): move winerror binding to rust (#17792)Divy Srivastava
2023-02-14feat(ext/node): embed std/node into the snapshot (#17724)Bartek Iwańczuk