191 Commits (849fcdeca05a67e656f9f2c82eef194ff6f97231)

Author SHA1 Message Date
Fedor Indutny 685ac099e9 src, test: fixup after v8 update 10 years ago
Trevor Norris bdc2ea4d52 src: update use of ExternalArrayType constants 10 years ago
Trevor Norris e9ca7b9d8d buffer: mv floating point read/write checks to JS 10 years ago
Trevor Norris 57ed3daebf buffer: fix and cleanup fill() 10 years ago
Jackson Tian f7d6147e43 src: Add function name for .byteLength/.compare 10 years ago
Trevor Norris b1a44dfe9e buffer: remove Buffer#toArrayBuffer() 11 years ago
Trevor Norris d1fe6857ba buffer: normalize compare() output 11 years ago
Sean McArthur 226f98a356 buffer: add compare and equals methods 11 years ago
Fedor Indutny ce04c726a3 src: update to v8 3.24 APIs 11 years ago
Fedor Indutny 75adde07f9 src: remove `node_isolate` from source 11 years ago
Keith M Wesolowski 76b98462e5 node: register modules from DSO constructors 11 years ago
Ben Noordhuis 09724b311e src: fix Environment::GetCurrent() usage 11 years ago
Fedor Indutny 2bc30f239b cpplint: disallow if one-liners 11 years ago
Trevor Norris 8a295cd520 buffer: add buf.toArrayBuffer() API 11 years ago
Trevor Norris fe0bf6b7ac buffer: check data is not null 11 years ago
Ben Noordhuis 756b622295 src: add multi-context support 12 years ago
Ben Noordhuis 9fc006618f src: fix up unused/unordered imports 11 years ago
Trevor Norris 16a60ed2a3 buffer: add NativeBuffer API 12 years ago
Trevor Norris f97a1267e2 buffer: lint 12 years ago
Trevor Norris 2dd4a745b0 buffer: don't call ByteLength for simple encodings 12 years ago
Ben Noordhuis f674b09f40 src: use v8::String::NewFrom*() functions 12 years ago
Fedor Indutny 8e29ce9f13 src: lint c++ code 12 years ago
Trevor Norris 4a34c69cbf buffer: return offset for end of last write 12 years ago
Ben Noordhuis c679ac8f00 build: fix windows build 12 years ago
Ben Noordhuis 110a9cd8db lib, src: upgrade after v8 api change 12 years ago
Fedor Indutny f0a05e4bc3 buffer: use macro 12 years ago
Trevor Norris fa10b757f5 smalloc: use malloc instead of new 12 years ago
Ben Noordhuis 157d2bcc04 buffer: fix gcc 4.2 build breakage 12 years ago
Trevor Norris f5e13ae9b5 buffer: write strings directly from call 12 years ago
Trevor Norris 4b40358841 buffer: implement new fill behavior 12 years ago
Trevor Norris 56869d9ae7 buffer: remove c-style casts 12 years ago
Trevor Norris 3a2f273bd7 buffer: use smalloc as backing data store 12 years ago
Ben Noordhuis c188a75103 buffer: guard against integer overflow 12 years ago
Ben Noordhuis 36ebff0470 buffer: simplify ReadFloatGeneric offset checks 12 years ago
Ben Noordhuis d02f228263 buffer: guard against pointer aliasing issues 12 years ago
Timothy J Fontaine 007e63bb13 buffer: special case empty string writes 12 years ago
isaacs 119354f735 buffer: DRY string encoding using StringBytes 12 years ago
Ben Noordhuis f044a6f3fa buffer: upgrade to new V8 profiler API 12 years ago
Trevor Norris 2093e7d91a lint: add isolate, remove semicolon 12 years ago
Trevor Norris ccda6bb3ac buffer: remove _charsWritten 12 years ago
Trevor Norris f150d56915 src: write ascii strings using WriteOneByte 12 years ago
Trevor Norris f65e14ed1d src: pass Isolate to all applicable api 12 years ago
Trevor Norris 0bba590283 bindings: update api 12 years ago
Ben Noordhuis e325ace53c buffer: speed up ascii character scanning 12 years ago
Ben Noordhuis 96a314b68b buffer: strip high bits when converting to ascii 12 years ago
Ben Noordhuis 51f6e6a9b3 src, test: downgrade to v8 3.14 api 12 years ago
Ben Noordhuis 234551a22a buffer: fix Buffer::HasInstance() check 12 years ago
Ben Noordhuis cd42f56178 buffer: optimize Buffer.prototype.write(s, 'hex') 12 years ago
Ben Noordhuis 3f65916fa9 buffer: optimize Buffer.prototype.toString('hex') 12 years ago
Ben Noordhuis 2e371b8f92 buffer: fix Buffer::Copy regression from 00b4b7b 12 years ago