summaryrefslogtreecommitdiff
path: root/lib/buffer.js
AgeCommit message (Expand)Author
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()Сковорода Никита Андреевич
2016-09-26buffer: fix performance regressionMichaël Zasso
2016-09-19buffer: remove unnecessary argument checkMichaël Zasso
2016-09-17buffer: add isSharedArrayBuffer checksOjas Shirekar
2016-09-11buffer: fix ArrayBuffer checksBrian White
2016-09-08buffer: expose underlying buffer object alwaysSakthipriyan Vairamani
2016-09-02buffer: directly use ArrayBuffer as the poolAnna Henningsen
2016-08-25buffer: runtime deprecation of calling Buffer without newNikolai Vavilov
2016-08-25util: allow symbol-based custom inspection methodsAnna Henningsen
2016-08-23buffer: alias toLocaleString to toStringJames M Snell
2016-08-08buffer: throw on negative .allocUnsafe() argumentAnna Henningsen
2016-06-27buffer: speed up swap16/32, add swap64Zach Bjornson
2016-06-21buffer,string_decoder: consolidate encoding validation logicJames M Snell
2016-06-13buffer: fix creating from zero-length ArrayBufferIngvar Stepanyan
2016-06-12buffer: remove obsolete and confusing commentNikolai Vavilov
2016-06-07buffer: introduce latin1 encoding termTrevor Norris
2016-06-06buffer: improve creation performance.Ingvar Stepanyan
2016-06-02lib,src: reset zero fill flag on exceptionBen Noordhuis
2016-06-01lib,src: clean up ArrayBufferAllocatorBen Noordhuis