Commits
User selector
Commit History
Commits on Dec 7, 2020
string_decoder: refactor to use more primordials
Show description for 4027e36authored andcommitted
Commits on Dec 8, 2019
lib: replace Symbol global by the primordials Symbol
Show description for eac3f0aauthored andcommitted
Commits on Nov 30, 2019
lib: replace ArrayBuffer.isView by primordial ArrayBuffer
Show description for 744c734authored andcommitted
Commits on Nov 25, 2019
lib: flatten access to primordials
Show description for 0646edacommitted
Commits on Nov 16, 2019
lib: change var to let in string_decoder
Show description for f61882bauthored andcommitted
Commits on Apr 12, 2019
lib: enforce the use of Object from primordials
Show description for 908292cauthored andcommitted
Commits on Oct 4, 2018
bootstrapper: move internalBinding to NativeModule
Show description for e7f710cauthored andcommitted
Commits on Sep 17, 2018
string_decoder: support typed array or data view
Show description for e2325bcauthored andcommitted
Commits on Mar 25, 2018
lib: always show ERR_INVALID_ARG_TYPE received part
Show description for c6b6c92committed
Commits on Mar 15, 2018
src: put bootstrappers in lib/internal/bootstrap/
Show description for 8484b40committed
Commits on Mar 6, 2018
src: move internal loaders out of bootstrap_node.js
Show description for 2a9eb31committed
Commits on Mar 5, 2018
lib: port errors to new system
Show description for 1e8d110committed
Commits on Mar 2, 2018
lib: improve normalize encoding performance
Show description for 341770fcommitted
Commits on Feb 13, 2018
string_decoder: fix regressions
Show description for e782715committed
Commits on Feb 10, 2018
string_decoder: reimplement in C++
Show description for 180af17authored andcommitted
Commits on Feb 2, 2018
string_decoder: reset decoder on end
Show description for d2a6110authored andcommitted
Commits on Oct 16, 2017
lib: use destructuring for some constants
Show description for 212de3cauthored andcommitted
Commits on Sep 13, 2017
string_decoder: Migrate to use internal/errors
Show description for eb4940eauthored andcommitted
Commits on Mar 10, 2017
meta: restore original copyright header
Show description for 98e54b0committed
Commits on Jan 26, 2017
string_decoder: align UTF-8 handling with V8
Show description for 24ef1e6authored andcommitted
Commits on Jun 24, 2016
string_decoder: fix bad utf8 character handling
Show description for 79ef3b6committed
Commits on Jun 21, 2016
buffer,string_decoder: consolidate encoding validation logic
Show description for 6dd093dcommitted
Commits on Jun 7, 2016
buffer: introduce latin1 encoding term
Show description for 54cc721committed
Commits on May 29, 2016
string_decoder: rewrite implementation
Show description for d23b7d2committed
Commits on Apr 27, 2016
doc: use Buffer.from() instead of new Buffer()
Show description for e556dd3committed
Commits on Mar 16, 2016
buffer: add .from(), .alloc() and .allocUnsafe()
Show description for 85ab4a5committed
Commits on Feb 11, 2016
string_decoder: fix performance regression
Show description for ae244a2committed
Commits on Feb 1, 2016
lib: remove string_decoder.js var redeclarations
Show description for 68a6abcauthored andcommitted
Commits on Jun 11, 2015
lib: don't use global Buffer
Show description for b5b8ff1committed
Commits on Apr 28, 2015
string_decoder: don't cache Buffer.isEncoding
Show description for 0fa6c4acommitted
Commits on Mar 25, 2015
string_decoder: optimize write()
Show description for 8a94581committed
Commits on Jan 21, 2015
lib: use const to define constants
Show description for 804e7aacommitted
Commits on Jan 12, 2015
Remove excessive copyright/license boilerplate
Show description for 3e1b1ddcommitted
Commits on Nov 22, 2014
lib: turn on strict mode
Show description for 21130c7committed
Commits on Jul 15, 2014
- committed