summaryrefslogtreecommitdiff
path: root/ext/node/polyfills/internal/buffer.mjs
AgeCommit message (Expand)Author
2024-10-15fix(ext/node): use primordials in `ext/node/polyfills/internal/buffer.mjs` (#...Kenta Moriuchi
2024-10-02feat(ext/node): buffer.transcode() (#25972)Satya Rohith
2024-09-12feat(ext/node): export missing symbols from domain, puncode, repl, tls (#25585)Bartek Iwańczuk
2024-09-12feat(ext/node): export more symbols from streams and timers/promises (#25582)Bartek Iwańczuk
2024-08-12chore: update the copyright of c, mjs, and jsx (#25005)Kenta Moriuchi
2024-08-02Revert "perf(ext/node): improve `Buffer` from string performance" (#24851)Luca Casonato
2024-07-30perf(ext/node): improve `Buffer` from string performance (#24567)Divy Srivastava
2024-06-26perf(ext/node): improve `Buffer.from(buffer)` (#24352)ud2
2024-06-26Revert "perf: improve Buffer.from(buf) by 29x" (#24351)David Sherret
2024-06-26perf: improve Buffer.from(buf) by 29x (#24341)Divy Srivastava
2024-06-11chore: sync up Node.js test files for v20.11.1 (#24066)Bartek Iwańczuk
2024-05-21feat(node): buffer isUtf8/isAscii (#23928)snek
2024-01-10refactor: use `core.ensureFastOps()` (#21888)Kenta Moriuchi
2023-11-28fix(ext/node): fix Buffer.copy when sourceStart > source.length (#21345)Yoshiya Hinosawa
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-07perf(ext/node): Optimise Buffer string operations (#20158)Aapo Alasuutari
2023-07-08chore: upgrade to dprint 0.39 (#19768)David Sherret
2023-06-27chore(ext/node): disable prefer-primordials on a per-file basis (#19553)Kenta Moriuchi
2023-06-13fix(node/buffer): make slice be the same as subarray (#19481)Leo Kettmeir
2023-03-08refactor: rename InternalModuleLoader to ExtModuleLoader, use ext: scheme for...Bartek Iwańczuk
2023-03-05refactor(core): include_js_files! 'dir' option doesn't change specifiers (#18...Bartek Iwańczuk
2023-02-17test: add node compat tests (#17805)Yoshiya Hinosawa
2023-02-14feat(ext/node): embed std/node into the snapshot (#17724)Bartek Iwańczuk