Commits
User selector
Commit History
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
Commits on Apr 27, 2020
buffer,n-api: fix double ArrayBuffer::Detach() during cleanup
Show description for 36993c0authored andcommitted
Commits on Mar 23, 2020
src: delete CallbackInfo when cleared from cleanup hook
Show description for 678e1beauthored andcommitted
Commits on Mar 21, 2020
src: remove calls to deprecated ArrayBuffer methods
Show description for d23eed2committed
Commits on Feb 3, 2020
src: change Fill() to use ParseArrayIndex()
Show description for d4660abauthored andcommitted
Commits on Jan 21, 2020
lib,src: switch Buffer::kMaxLength to size_t
Show description for 5005c3cauthored andcommitted
Commits on Dec 25, 2019
src: set arraybuffer_untransferable_private_symbol
Show description for 90f7a5cauthored andcommitted
Commits on Dec 12, 2019
src: migrate to new V8 ArrayBuffer API
Show description for 4f523c2authored andcommitted
Commits on Nov 30, 2019
buffer: release buffers with free callbacks on env exit
Show description for b7ef593committed
Commits on Nov 28, 2019
src: cleanup unused headers
Show description for 7686b5aauthored andcommitted
Commits on Nov 19, 2019
src: expose ArrayBuffer version of Buffer::New()
Show description for e5d3c81committedsrc: mark ArrayBuffers with free callbacks as untransferable
Show description for 6cb8e4bcommitted
Commits on Nov 12, 2019
src: migrate off ArrayBuffer::GetContents
Show description for e66a2acauthored andcommitted
Commits on Nov 5, 2019
encoding: make TextDecoder handle BOM correctly
Show description for 237be2ecommitted
Commits on Sep 13, 2019
util: add encodeInto to TextEncoder
Show description for 7c9ee6dcommitted
Commits on Sep 2, 2019
src: inline `SLICE_START_END()` in node_buffer.cc
Show description for 5a52bdaauthored andcommitted
Commits on Aug 28, 2019
buffer: consolidate encoding parsing
Show description for bb1af6ccommitted
Commits on Aug 9, 2019
src: add error codes to errors thrown in C++
Show description for a0e2c6dauthored andcommitted
Commits on May 29, 2019
src: use ArrayBufferViewContents more frequently
Show description for 5026db1committed
Commits on Apr 29, 2019
src: prefer v8::Global over node::Persistent
Show description for 723d5c0committed
Commits on Apr 14, 2019
src: fix check for accepting Buffers into Node’s allocator
Show description for 427fce7committed
Commits on Apr 12, 2019
src: replace FromJust() with Check() when possible
Show description for 060d901committed