Commits
User selector
Commit History
Commits on Mar 15, 2023
src: bootstrap Web [Exposed=*] APIs in the shadow realm
Show description for e6b4d30committed
Commits on Mar 7, 2023
src: move encoding bindings to a new binding
Show description for 25c2186committed
Commits on Feb 26, 2023
buffer: use v8 fast API calls for `Buffer.byteLength` implementation
Show description for ee1ce18authored andcommitted
Commits on Jan 20, 2023
buffer: add isAscii method
Show description for babe6d7authored
Commits on Dec 25, 2022
buffer: add buffer.isUtf8 for utf8 validation
Show description for d5a08c7authored
Commits on Dec 22, 2022
util: add fast path for text-decoder fatal flag
Show description for 2ef13b8authored andcommitted
Commits on Nov 28, 2022
src: rename internal module declaration as internal bindings
Show description for 71ff89fcommitted
Commits on Nov 27, 2022
src: fix ArrayBuffer::Detach deprecation
Show description for a624277authored andcommittedbuffer: make decodeUTF8 params loose
Show description for 60810f0authored
Commits on Nov 12, 2022
util: add fast path for utf8 encoding
Show description for 4ac830eandauthored
Commits on Aug 4, 2022
src,buffer: remove unused chars_written parameter
Show description for 6e418ffauthored
Commits on Aug 3, 2022
src: remove unowned usages of GetBackingStore
Show description for 8c35a4eauthored
Commits on Aug 1, 2022
src: split property helpers from node::Environment
Show description for a7e5b41committed
Commits on Jul 24, 2022
buffer: do not leak memory if buffer is too big
Show description for e8e92ecauthored
Commits on May 13, 2022
src: delete AllocatedBuffer
Show description for f91dcc2authored
Commits on May 2, 2022
src: fix memory leak for v8.serialize
Show description for ce29d28authored
Commits on Mar 14, 2022
src: simplify bound check in ParseArrayIndex
Show description for afcfaa0authored
Commits on Feb 17, 2022
src,buffer: evaluate THROW_AND_RETURN_IF_OOB() expression only once
Show description for 5edad38authored
Commits on Oct 23, 2021
src: throw error instead of assertion
Show description for 7b49e29authored andcommitted
Commits on Sep 3, 2021
src: remove usage of AllocatedBuffer from src/node_buffer.cc
Show description for 7cc96b2authored andcommitted
Commits on Aug 12, 2021
url,buffer: implement URL.createObjectURL
Show description for 31d1d0ccommitted
Commits on Jun 30, 2021
stream: implement WHATWG streams
Show description for fa0c688committed
Commits on May 24, 2021
src: fix compiler warnings in node_buffer.cc
Show description for 7766b38authored andcommitted
Commits on Apr 24, 2021
src: avoid deferred gc/cleanup for Buffer.from
Show description for 720fdf2authored andcommitted
Commits on Jan 18, 2021
buffer: introduce Blob
Show description for d4bea09committedbuffer: add base64url encoding option
Show description for f8ab632authored andcommitted
Commits on Dec 17, 2020
src: remove unnecessary ToLocalChecked call
Show description for eb14b10committed
Commits on Nov 23, 2020
src: fix label indentation
Show description for 1d6bed9committed
Commits on Oct 26, 2020
src: use MaybeLocal.ToLocal instead of IsEmpty
Show description for ba465c5committed
Commits on Jul 18, 2020
src: snapshot node
Show description for 7a447bccommittedsrc: reset zero fill toggle at pre-execution
Show description for c943cb4committed
Commits on Jun 25, 2020
worker: add public method for marking objects as untransferable
Show description for 88fb5a5authored andcommitted
Commits on May 30, 2020
src: turn AllocatedBuffer into thin wrapper around v8::BackingStore
Show description for e2cd715committedsrc: extract AllocatedBuffer from env.h
Show description for 56ff1eecommitted
Commits on May 16, 2020
buffer,n-api: release external buffers from BackingStore callback
Show description for c1ee70ecommitted