summaryrefslogtreecommitdiff
path: root/src/node_buffer.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* src: move BE/LE buffer conversion to StringSlice()Ben Noordhuis2014-12-141-1/+5
* src: redo unaligned access workaroundBen Noordhuis2014-12-141-0/+34
* src: replace NULL with nullptrBen Noordhuis2014-10-231-6/+6
* src: attach env directly to api functionsBen Noordhuis2014-10-131-31/+30
* src: replace assert() with CHECK()Ben Noordhuis2014-10-121-13/+12
* src: fix up importsBen Noordhuis2014-10-121-1/+0
* src: remove unnecessary HandleScopesBen Noordhuis2014-10-121-5/+0
* src, test: fixup after v8 updateFedor Indutny2014-10-081-3/+3
* src: update use of ExternalArrayType constantsTrevor Norris2014-10-081-1/+1
* buffer: mv floating point read/write checks to JSTrevor Norris2014-10-011-41/+19
* buffer: fix and cleanup fill()Trevor Norris2014-09-291-30/+18
* src: Add function name for .byteLength/.compareJackson Tian2014-08-271-6/+9
* Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2014-06-101-1/+1
|\
* | buffer: remove Buffer#toArrayBuffer()Trevor Norris2014-05-121-22/+0
* | buffer: normalize compare() outputTrevor Norris2014-05-011-2/+14
* | buffer: add compare and equals methodsSean McArthur2014-04-281-0/+24
* | src: update to v8 3.24 APIsFedor Indutny2014-03-131-26/+29
* | src: remove `node_isolate` from sourceFedor Indutny2014-02-221-55/+66
* | node: register modules from DSO constructorsKeith M Wesolowski2014-01-271-1/+1
* | src: fix Environment::GetCurrent() usageBen Noordhuis2013-11-111-6/+13
* | cpplint: disallow if one-linersFedor Indutny2013-10-171-2/+4
* | buffer: add buf.toArrayBuffer() APITrevor Norris2013-10-111-0/+22
* | buffer: check data is not nullTrevor Norris2013-10-111-1/+3
* | src: add multi-context supportBen Noordhuis2013-09-061-17/+50
* | src: fix up unused/unordered importsBen Noordhuis2013-08-271-1/+0
* | buffer: add NativeBuffer APITrevor Norris2013-08-261-26/+8
* | buffer: lintTrevor Norris2013-08-191-1/+0
* | buffer: don't call ByteLength for simple encodingsTrevor Norris2013-08-161-3/+8
* | src: use v8::String::NewFrom*() functionsBen Noordhuis2013-08-091-4/+7
* | src: lint c++ codeFedor Indutny2013-07-311-2/+0
* | buffer: return offset for end of last writeTrevor Norris2013-07-191-8/+14
* | build: fix windows buildBen Noordhuis2013-07-111-1/+0
* | lib, src: upgrade after v8 api changeBen Noordhuis2013-07-061-84/+76
* | buffer: use macroFedor Indutny2013-07-061-48/+26
* | smalloc: use malloc instead of newTrevor Norris2013-07-031-3/+24
* | buffer: fix gcc 4.2 build breakageBen Noordhuis2013-06-201-1/+3
* | buffer: write strings directly from callTrevor Norris2013-06-191-6/+7
* | buffer: implement new fill behaviorTrevor Norris2013-06-181-8/+32
* | buffer: remove c-style castsTrevor Norris2013-06-181-5/+3
* | buffer: use smalloc as backing data storeTrevor Norris2013-06-181-406/+317
* | buffer: guard against integer overflowBen Noordhuis2013-05-301-1/+1
* | buffer: simplify ReadFloatGeneric offset checksBen Noordhuis2013-05-301-3/+2