Commits
User selector
Commit History
Commits on Jan 21, 2020
lib,src: switch Buffer::kMaxLength to size_t
Show description for 5005c3cauthored andcommitted
Commits on Nov 19, 2019
src: expose ArrayBuffer version of Buffer::New()
Show description for e5d3c81committed
Commits on Oct 3, 2018
src: remove public API for option variables
Show description for cc31d8bcommitted
Commits on Sep 2, 2018
src: deprecate option variables in public API
Show description for f911e09committed
Commits on Aug 22, 2018
src: refactor options parsing
Show description for 29a71bacommitted
Commits on Apr 4, 2018
buffer: use v8::TypedArray::kMaxLength as buffer::kMaxLength
Show description for 30fe55ecommitted
Commits on Sep 22, 2017
src: do not include internals from node_buffer.h
Show description for 84063a7committed
Commits on Sep 14, 2017
src: refactor `#include` handling
Show description for 290315acommitted
Commits on Jul 29, 2017
buffer: remove a wrongly added attribute specifier
Show description for 5796e44authored andcommitted
Commits on Mar 10, 2017
meta: restore original copyright header
Show description for 98e54b0committed
Commits on Mar 19, 2016
buffer: fix buffer alignment restriction
Show description for 73fc440committed
Commits on Mar 16, 2016
buffer: add .from(), .alloc() and .allocUnsafe()
Show description for 85ab4a5committed
Commits on Mar 4, 2016
buffer: replace deprecated SetWeak usage
Show description for ebbbc5aauthored andcommitted
Commits on Sep 6, 2015
src: replace usage of v8::Handle with v8::Local
Show description for 4abc896authored andcommitted
Commits on Aug 13, 2015
src: move internal functions out of node_buffer.h
Show description for b86211acommittedsrc: plug memory leaks
Show description for 6457746committed
Commits on Aug 4, 2015
deps: update v8 to 4.4.63.9
Show description for 70d1f32authored andcommittedbuffer: make additional changes to native API
Show description for 8664084authored andcommittedbuffer: switch API to return MaybeLocal<T>
Show description for 36f78f4authored andcommittedbuffer: finish implementing FreeCallback
Show description for d75f5c8authored andcommittedbuffer: implement Uint8Array backed Buffer
Show description for 63da0dfauthored andcommitted
Commits on Jan 12, 2015
Remove excessive copyright/license boilerplate
Show description for 3e1b1ddcommitted
Commits on Feb 21, 2014
src: remove `node_isolate` from source
Show description for 75adde0committed
Commits on Feb 9, 2014
Merge remote-tracking branch 'upstream/v0.10'
Show description for eadb4f5committed
Commits on Feb 8, 2014
src: refactor buffer bounds checking
Show description for 5c832e4committed
Commits on Sep 6, 2013
src: add multi-context support
Show description for 756b622committed
Commits on Aug 19, 2013
src: move includes inside include guard
Show description for 3e25ed9committed
Commits on Jul 31, 2013
- committed
Commits on Jun 19, 2013
buffer: write strings directly from call
Show description for f5e13aecommitted
Commits on Jun 18, 2013
buffer: proper API export for Windows
Show description for 7373c4dcommittedbuffer: use smalloc as backing data store
Show description for 3a2f273committed
Commits on May 14, 2013
buffer: DRY string encoding using StringBytes
Show description for 119354fcommitted
Commits on Feb 2, 2013
buffer: optimize Buffer.prototype.write(s, 'hex')
Show description for cd42f56committed
Commits on Feb 1, 2013
buffer: optimize Buffer.prototype.toString('hex')
Show description for 3f65916committed
Commits on Jan 16, 2013
buffer: floating point read/write improvements
Show description for 22b84e6authored andcommitted