summaryrefslogtreecommitdiff
path: root/lib/buffer.js
AgeCommit message (Expand)Author
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
2016-11-26Revert "buffer: convert offset & length to int properly"Rich Trott
2016-11-26buffer: convert offset & length to int properlySakthipriyan Vairamani (thefourtheye)
2016-11-04buffer: coerce offset using Math.trunc()cjihrig
2016-10-28buffer: use correct name for custom inspect symbolCharmander
2016-10-25buffer: add buffer.transcodeJames M Snell
2016-10-18buffer: coerce slice parameters consistentlySakthipriyan Vairamani (thefourtheye)
2016-10-10buffer: make byteLength throw on invalid inputBrian White
2016-10-07buffer: fix check for `.buffer` propertyOjas Shirekar
2016-09-28buffer: zero-fill uninitialized bytes in .concat()Сковорода Никита Андреевич