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