summaryrefslogtreecommitdiff
path: root/src/node_buffer.cc
Commit message (Expand)AuthorAgeFilesLines
* buffer: ensure zero-fill for Buffer.alloc(size,'')v4.xСковорода Никита Андреевич2018-06-201-1/+3
* src: normalize malloc, reallocMichael Dawson2016-11-221-8/+4
* src: suppress coverity messagecjihrig2016-10-261-0/+1
* src: guard against overflow in ParseArrayIndex()Ben Noordhuis2016-10-261-0/+5
* src: move ParseArrayIndex() to src/node_buffer.ccBen Noordhuis2016-10-261-0/+19
* src: fix handle leak in Buffer::New()Ben Noordhuis2016-10-261-3/+3
* buffer: backport --zero-fill-buffers cli optionJames M Snell2016-07-121-2/+9
* buffer: fix UCS2 indexOf for odd buffer lengthAnna Henningsen2016-05-171-1/+3
* buffer: fix needle length misestimation for UCS2Anna Henningsen2016-05-171-2/+2
* buffer: properly retrieve binary length of needleTrevor Norris2016-03-021-1/+3
* src: add BE support to StringBytes::Encode()Bryon Leung2016-03-021-3/+6
* buffer: let WriteFloatGeneric silently drop valuesP.S.V.R2015-12-231-3/+5
* buffer: don't CHECK on zero-sized reallocBen Noordhuis2015-10-291-9/+21
* buffer: fix assertion error in WeakCallbackFedor Indutny2015-10-121-5/+8
* src: convert BE-utf16-string to LE before searchKarl Skomski2015-10-101-5/+21
* src: replace naive search in Buffer::IndexOfKarl Skomski2015-10-071-54/+124
* buffer: FreeCallback should be tied to ArrayBufferFedor Indutny2015-10-071-1/+1
* buffer: only check if instance is Uint8ArrayTrevor Norris2015-10-071-12/+9
* buffer: construct Uint8Array in JSTrevor Norris2015-09-161-38/+14
* src: use subarray() in Buffer#slice() for speedupKarl Skomski2015-09-161-24/+0
* src: replace usage of v8::Handle with v8::LocalMichaël Zasso2015-09-061-14/+13
* src: fix memory leak in ExternStringKarl Skomski2015-09-061-0/+4
* src: only memcmp if length > 0 in Buffer::CompareKarl Skomski2015-09-021-1/+1
* src: better error message on failed Buffer mallocKarl Skomski2015-08-181-2/+4
* src: rename Buffer::Use() to Buffer::New()Ben Noordhuis2015-08-131-2/+2
* src: introduce internal Buffer::Copy() functionBen Noordhuis2015-08-131-3/+3
* buffer: fix not return on errorTrevor Norris2015-08-041-2/+1
* deps: upgrade v8 to 4.4.63.12Ben Noordhuis2015-08-041-7/+1
* deps: update v8 to 4.4.63.9Ben Noordhuis2015-08-041-213/+28
* buffer: allow ArrayBuffer as Buffer argumentTrevor Norris2015-08-041-0/+15
* buffer: fix usage of kMaxLengthTrevor Norris2015-08-041-0/+11
* buffer: make additional changes to native APITrevor Norris2015-08-041-4/+4
* buffer: switch API to return MaybeLocal<T>Trevor Norris2015-08-041-61/+71
* buffer: switch to using Maybe<T> APITrevor Norris2015-08-041-8/+38
* buffer: finish implementing FreeCallbackTrevor Norris2015-08-041-9/+111
* buffer: implement Uint8Array backed BufferTrevor Norris2015-08-041-74/+321
* buffer: allow ARGS_THIS to accept a nameTrevor Norris2015-08-041-61/+77
* buffer: prevent abort on bad protoTrevor Norris2015-06-251-4/+32
* buffer: optimize Buffer.byteLengthBrendan Ashworth2015-05-221-11/+5
* Merge branch 'v1.x'Jeremiah Senkpiel2015-05-011-3/+3
|\
| * buffer: fix copy() segfault with zero argumentsTrevor Norris2015-04-241-3/+3
* | src: fix deprecation warningsBen Noordhuis2015-04-301-1/+1
|/
* src: remove duplicate byteLength from BufferJackson Tian2015-04-161-1/+0
* buffer: removing duplicate codeThorsten Lorenz2015-03-191-12/+1
* src: fix ucs-2 buffer encoding regressionBen Noordhuis2015-03-051-3/+0
* buffer: add indexOf() methodTrevor Norris2015-03-041-0/+116
* buffer: expose internals on bindingVladimir Kurchatkin2015-02-111-21/+17
* Remove excessive copyright/license boilerplateisaacs2015-01-121-22/+0
* src: pass Isolate to node::Utf8Value constructorTrevor Norris2015-01-071-1/+1
* src: pass Isolate to additional locationsTrevor Norris2015-01-071-3/+3