src: replace naive search in Buffer::IndexOf
[platform/upstream/nodejs.git] / src / node_buffer.cc
2015-10-08 Karl Skomskisrc: replace naive search in Buffer::IndexOf
2015-10-08 Fedor Indutnybuffer: FreeCallback should be tied to ArrayBuffer
2015-10-08 Trevor Norrisbuffer: only check if instance is Uint8Array
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 Zassosrc: replace usage of v8::Handle with v8::Local
2015-09-06 Karl Skomskisrc: fix memory leak in ExternString
2015-09-02 Karl Skomskisrc: only memcmp if length > 0 in Buffer::Compare
2015-08-18 Karl Skomskisrc: better error message on failed Buffer malloc
2015-08-13 Ben Noordhuissrc: rename Buffer::Use() to Buffer::New()
2015-08-13 Ben Noordhuissrc: introduce internal Buffer::Copy() function
2015-08-04 Trevor Norrisbuffer: fix not return on error
2015-08-04 Ben Noordhuisdeps: upgrade v8 to 4.4.63.12
2015-08-04 Ben Noordhuisdeps: update v8 to 4.4.63.9
2015-08-04 Trevor Norrisbuffer: allow ArrayBuffer as Buffer argument
2015-08-04 Trevor Norrisbuffer: fix usage of kMaxLength
2015-08-04 Trevor Norrisbuffer: make additional changes to native API
2015-08-04 Trevor Norrisbuffer: switch API to return MaybeLocal<T>
2015-08-04 Trevor Norrisbuffer: switch to using Maybe<T> API
2015-08-04 Trevor Norrisbuffer: finish implementing FreeCallback
2015-08-04 Trevor Norrisbuffer: implement Uint8Array backed Buffer
2015-08-04 Trevor Norrisbuffer: allow ARGS_THIS to accept a name
2015-06-25 Trevor Norrisbuffer: prevent abort on bad proto
2015-05-22 Brendan Ashworthbuffer: optimize Buffer.byteLength
2015-05-02 Jeremiah SenkpielMerge branch 'v1.x'
2015-04-29 Ben Noordhuissrc: fix deprecation warnings
2015-04-24 Trevor Norrisbuffer: fix copy() segfault with zero arguments
2015-04-16 Jackson Tiansrc: remove duplicate byteLength from Buffer
2015-03-19 Thorsten Lorenzbuffer: removing duplicate code
2015-03-05 Ben Noordhuissrc: fix ucs-2 buffer encoding regression
2015-03-04 Trevor Norrisbuffer: add indexOf() method
2015-02-11 Vladimir Kurchatkinbuffer: expose internals on binding
2015-01-12 isaacsRemove excessive copyright/license boilerplate
2015-01-07 Trevor Norrissrc: pass Isolate to node::Utf8Value constructor
2015-01-07 Trevor Norrissrc: pass Isolate to additional locations
2015-01-05 Ben NoordhuisMerge remote-tracking branch 'joyent/v0.12' into v1.x
2014-12-14 Ben Noordhuissrc: move BE/LE buffer conversion to StringSlice()
2014-12-14 Ben Noordhuissrc: redo unaligned access workaround
2014-12-09 Bert BelderMerge 'node/v0.12'
2014-11-22 Ben NoordhuisMerge remote-tracking branch 'joyent/v0.12' into v0.12
2014-10-29 Ben NoordhuisMerge remote-tracking branch 'joyent/v0.12' into v0.12
2014-10-24 Fedor IndutnyMerge remote-tracking branch 'origin/v0.12' into v0.12
2014-10-23 Ben Noordhuissrc: replace NULL with nullptr
2014-10-13 Ben Noordhuissrc: attach env directly to api functions
2014-10-11 Ben Noordhuissrc: replace assert() with CHECK()
2014-10-11 Ben Noordhuissrc: fix up imports
2014-10-11 Ben Noordhuissrc: remove unnecessary HandleScopes
2014-10-08 Fedor Indutnysrc, test: fixup after v8 update
2014-10-08 Fedor Indutnysrc, test: fixup after v8 update
2014-10-08 Fedor IndutnyMerge remote-tracking branch 'joyent/v0.12'
2014-10-08 Trevor Norrissrc: update use of ExternalArrayType constants
2014-10-01 Trevor Norrisbuffer: mv floating point read/write checks to JS
2014-09-30 Trevor Norrisbuffer: fix and cleanup fill()
2014-09-17 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10' into...
2014-08-27 Jackson Tiansrc: Add function name for .byteLength/.compare
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-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-12 Trevor Norrisbuffer: remove Buffer#toArrayBuffer()
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-05-01 Trevor Norrisbuffer: normalize compare() output
2014-04-29 Sean McArthurbuffer: add compare and equals methods
2014-04-08 Fedor IndutnyMerge branch 'v0.10'
2014-03-26 Fedor IndutnyMerge remote-tracking branch 'origin/v0.10'
2014-03-13 Fedor Indutnysrc: update to v8 3.24 APIs
2014-03-10 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-03-02 Fedor IndutnyMerge remote-tracking branch 'origin/v0.10'
2014-02-21 Fedor Indutnysrc: remove `node_isolate` from source
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 Keith M Wesolowskinode: register modules from DSO constructors
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-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'
next