summaryrefslogtreecommitdiff
path: root/lib/buffer.js
AgeCommit message (Expand)Author
2017-11-18buffer: don't predefine errorbuji
2017-11-12lib: improve the usage of TypeError[INVALID_ARG_TYPE]Weijia Wang
2017-10-25buffer: move setupBufferJS to internalBryan English
2017-10-23buffer: buffer.transcode to use internal/errorsWeijia Wang
2017-10-01lib: faster type checks for some typesTimothy Gu
2017-09-11buffer: improve Buffer.from performanceAnatoli Papirovski
2017-09-01buffer: increase coverage by removing dead codeMarcelo Gobelli
2017-08-24buffer: improve error messagesWeijia Wang
2017-08-17buffer: fix MAX_LENGTH constant exportAnna Henningsen
2017-07-24buffer: refactor module.exports, importsJames M Snell
2017-07-17buffer: fix indentation nitsRich Trott
2017-07-12errors,buffer: port errors to internal/errorsstarkwang
2017-07-11buffer: remove MAX_SAFE_INTEGER check on lengthRich Trott
2017-07-07lib: remove excess indentationRich Trott
2017-06-23benchmark,lib,test: use braces for multiline blockRich Trott
2017-06-19buffer: support boxed strings and toPrimitiveJames M Snell
2017-06-19lib: fix typosRuben Bridgewater
2017-06-16buffer: add constants objectAnna Henningsen
2017-05-27lib,src: refactor buffer out of range indexlarissayvette
2017-05-18buffer: fix indexOf for empty searchesAnna Henningsen
2017-05-03src: do proper StringBytes error handlingAnna Henningsen
2017-04-19buffer: add pending deprecation warningJames M Snell
2017-04-18buffer: fix backwards incompatibilityBrian White
2017-04-18tools,lib: enable strict equality lint ruleRich Trott
2017-04-14buffer: use slightly faster NaN checkBrian White
2017-04-14buffer: optimize write()Brian White
2017-04-14buffer: optimize toString()Brian White
2017-04-14buffer: optimize from() and byteLength()Brian White
2017-04-05buffer: preallocate array with buffer lengthalejandro
2017-04-04buffer,util: refactor for performanceRich Trott
2017-04-03buffer: zero fill Buffer(num) by defaultJames M Snell
2017-03-29buffer: expose FastBuffer on internal/bufferAnna Henningsen
2017-03-20buffer: remove unneeded eslint-disable commentRich Trott
2017-03-10meta: restore original copyright headerJames M Snell
2017-03-02buffer: refactor Buffer.prototype.inspect()Rich Trott
2017-02-16buffer: remove Uint8Array checkNikolai Vavilov
2017-02-15buffer: refactor slowToStringJames M Snell
2017-02-15buffer: avoid use of argumentsJames M Snell
2017-02-13lib: replace \u2019 with regular ascii quoteBen Noordhuis
2017-02-05buffer: stricter argument checking in toStringNikolai Vavilov
2017-01-30lib: add static identifier codes for all deprecationsJames M Snell
2017-01-25buffer: improve compare() performanceBrian White
2017-01-25buffer: fix comments in bidirectionalIndexOfdcposch@dcpos.ch
2017-01-23buffer: improve toJSON() performanceBrian White
2016-12-27buffer: improve allocation performanceBrian White
2016-12-21buffer: allow Uint8Array input to methodsAnna Henningsen
2016-12-13buffer: consistent error for length > kMaxLengthJoyee Cheung
2016-12-12buffer: fix single-character string fillingAnna Henningsen
2016-12-05buffer: convert offset & length to int properlySakthipriyan Vairamani (thefourtheye)
2016-11-28Revert "buffer: runtime deprecation of calling Buffer without new"Anna Henningsen