src: replace naive search in Buffer::IndexOf
[platform/upstream/nodejs.git] / lib / buffer.js
2015-10-08 Karl Skomskisrc: replace naive search in Buffer::IndexOf
2015-10-08 Trevor Norrisbuffer: clean up usage of __proto__
2015-09-20 Trevor Norrisbuffer: don't set zero fill for zero-length buffer
2015-09-16 Trevor Norrisbuffer: construct Uint8Array in JS
2015-09-16 Karl Skomskisrc: use subarray() in Buffer#slice() for speedup
2015-09-06 Michaël Zassobuffer: SlowBuffer only accept valid numeric values
2015-09-06 Karl Skomskisrc: fix memory leak in ExternString
2015-08-21 Fedor Indutnybuffer: reapply 07c0667
2015-08-04 Trevor Norrisbuffer: fix missing null/undefined check
2015-08-04 Ben Noordhuisbuffer: rename internal/buffer_new.js to buffer.js
2015-08-04 Ben Noordhuisdeps: update v8 to 4.4.63.9
2015-08-04 Trevor Norrisbuffer: implement Uint8Array backed Buffer
2015-07-03 Sakthipriyan Vairamaniutil: prepend '(node) ' to deprecation messages
2015-06-25 Trevor Norrisbuffer: prevent abort on bad proto
2015-06-25 Ben Noordhuisbuffer: optimize Buffer#toString()
2015-06-16 Brendan Ashworthbuffer: fix cyclic dependency with util
2015-06-11 Roman Reisstools: enable/add additional eslint rules
2015-06-04 Vladimir Kurchatkinutil: introduce `printDeprecationMessage` function
2015-05-22 Brendan Ashworthbuffer: optimize Buffer.byteLength
2015-05-02 Jeremiah SenkpielMerge branch 'v1.x'
2015-04-23 Jackson Tianbuffer: little improve for Buffer.concat method
2015-04-16 Jackson Tianbuffer: fast-case for empty string in byteLength
2015-03-11 Fedor Indutnybuffer: align chunks on 8-byte boundary
2015-03-09 Trevor Norrisbuffer: Don't assign .parent if none exists
2015-03-05 Ben Noordhuislib: avoid .toLowerCase() call in Buffer#write()
2015-03-05 Ben Noordhuislib: hand-optimize Buffer constructor
2015-03-05 Chris Dickinsonbuffer: reword Buffer.concat error message
2015-03-04 Trevor Norrisbuffer: add indexOf() method
2015-02-16 Trevor Norrisbuffer: fix pool offset adjustment
2015-02-11 Vladimir Kurchatkinbuffer: expose internals on binding
2015-02-06 Vladimir Kurchatkinbuffer: don't compare same buffers
2015-02-01 cjihriglib: reduce util.is*() usage
2015-01-31 Ben Noordhuislib: fix max size check in Buffer constructor
2015-01-28 Vladimir Kurchatkinbuffer: implement `iterable` interface
2015-01-21 cjihriglib: use const to define constants
2015-01-12 isaacsRemove excessive copyright/license boilerplate
2015-01-05 Ben NoordhuisMerge remote-tracking branch 'joyent/v0.12' into v1.x
2014-12-09 Bert BelderMerge 'node/v0.12'
2014-11-22 Ben NoordhuisMerge remote-tracking branch 'joyent/v0.12' into v0.12
2014-11-22 Ben Noordhuislib: turn on strict mode
2014-10-08 Fedor IndutnyMerge remote-tracking branch 'joyent/v0.12'
2014-10-08 Trevor Norrisbuffer, doc: misc. fix and cleanup
2014-10-03 Yazhong Liubuffer: add generic functions for (u)int ops
2014-10-01 Trevor Norrisbuffer: mv floating point read/write checks to JS
2014-09-30 Trevor Norrisbuffer: fix and cleanup fill()
2014-09-24 Trevor Norrisbuffer: fix map and set parent to undefined upstream/0.12.0
2014-09-20 Kang-Hao Kennybuffer: improve Buffer constructor
2014-09-17 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10' into...
2014-08-07 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10' into...
2014-07-29 Fedor IndutnyMerge remote-tracking branch 'origin/v0.10' into master
2014-07-29 Fedor Indutnybuffer: fix sign overflow in `readUIn32BE`
2014-06-27 cjihrigbuffer: construct new buffer from buffer toJSON() output
2014-06-23 Nick Appersonbuffer: improve {read,write}{U}Int* methods
2014-06-17 Timothy J FontaineMerge remote-tracking branch 'upstream-rw/v0.10'
2014-06-11 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-06-10 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-06-05 Fedor IndutnyMerge branch 'v0.10'
2014-05-07 Feross Aboukhadijehbuffer: Fix incorrect Buffer.compare behavior
2014-05-02 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10' into... v0.11.13
2014-05-01 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-05-01 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-04-29 Sean McArthurbuffer: add compare and equals methods
2014-04-10 goussardgbuffer: return uint if MSB is 1 in readUInt32
2014-04-10 Fedor Indutnybuffer: truncate buffer after string decode
2014-04-08 Fedor IndutnyMerge branch 'v0.10'
2014-04-02 Nick Appersonbuffer: improve {read,write}{U}Int* methods
2014-03-26 Fedor IndutnyMerge remote-tracking branch 'origin/v0.10'
2014-03-10 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-03-10 Vladimir Kurchatkinbuffer: fix typo in `SlowBuffer`
2014-03-10 Brian Whitebuffer: allow toString to accept Infinity for end
2014-03-02 Fedor IndutnyMerge remote-tracking branch 'origin/v0.10'
2014-02-19 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-02-18 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-02-14 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-02-14 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-02-10 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-02-09 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-01-27 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-01-25 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-01-15 Trevor NorrisMerge remote-tracking branch 'origin/v0.10'
2014-01-13 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-01-13 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-01-01 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-12-31 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-12-31 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-12-30 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-12-20 Paul Loydbuffer: optimize writeInt* methods
2013-12-19 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-12-13 Fedor IndutnyMerge branch 'v0.10'
2013-12-12 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-12-10 Fedor IndutnyMerge branch 'v0.10'
2013-12-10 Fedor IndutnyMerge branch 'v0.10'
2013-12-07 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-12-02 Fedor IndutnyMerge branch 'v0.10'
2013-12-02 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-11-26 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-11-20 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-11-18 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-11-15 Trevor Norrisbuffer: convert values to uint, not int
2013-11-15 Trevor Norrissrc: make buffer size errors more explicit
next