Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-02-26src, test: downgrade to v8 3.14 apiBen Noordhuis
2013-02-11typed arrays: make call-as-function work for ctorsBen Noordhuis
2013-02-11typed arrays: copy Buffer in typed array constructorBen Noordhuis
2013-02-10typed arrays: make DataView throw on non-ArrayBufferBen Noordhuis
2013-02-10Revert "typed arrays: only share ArrayBuffer backing store"Ben Noordhuis
2013-02-10Revert "typed arrays: copy non-ArrayBuffer in DataView ctor"Ben Noordhuis
2013-02-07typed arrays: copy non-ArrayBuffer in DataView ctorBen Noordhuis
2013-02-06typed arrays: only share ArrayBuffer backing storeBen Noordhuis
2013-01-20typed arrays: fix DataView endianness regressionBen Noordhuis
2013-01-16TypedArrays: Improve dataview perf without endian paramDean McNamee
2013-01-11Merge remote-tracking branch 'ry/v0.8' into masterisaacs
2013-01-10typed arrays: fix 32 bit size/index overflowBen Noordhuis
2013-01-09typed arrays: implement load and store swizzlingDean McNamee
2013-01-09typed arrays: swizzle with compiler intrinsicsDean McNamee
2013-01-09typed arrays: undo local changesBen Noordhuis
2013-01-08typed arrays: don't declare as moduleDean McNamee
2013-01-08typed arrays: replace switch with templatesDean McNamee
2013-01-07src: pass node_isolate to Undefined()Ben Noordhuis
2013-01-07src: pass node_isolate to Integer::NewBen Noordhuis
2013-01-05src: use static_cast where appropriateBen Noordhuis
2013-01-02bindings: update to new v8 apisFedor Indutny
2012-12-17typed arrays: fix missing type in SizeOfArrayElementForType()Dean McNamee
2012-12-17typed arrays: re-export SizeOfArrayElementForType()Dean McNamee
2012-11-06typed arrays: add slice() support to ArrayBufferAnthony Pesch
2012-10-23Merge remote-tracking branch 'ry/v0.8'isaacs
2012-10-23typed arrays: use `signed char` for signed int8sAaron Jacobs
2012-10-14typed arrays: remove unnecessary special-casingDean McNamee
2012-10-14typed arrays: simplify typed array get() and set()Dean McNamee
2012-04-18Merge remote-tracking branch 'ry/v0.6' into masterisaacs
2012-04-13typed arrays: unexport SizeOfArrayElementForType()Aaron Jacobs
2012-04-06Please the compilerBert Belder
2012-03-30typed arrays: root JS objects in HandleScope with Local<>Ben Noordhuis
2012-03-29typed arrays: prevent unaligned typed array views on top of buffersErik Lundin
2012-03-29typed arrays: add Uint8ClampedArrayMikael Bourges-Sevenier
2012-03-10buffer: throw from constructor if length > kMaxLengthBen Noordhuis
2012-03-10core: add ThrowError(), ThrowTypeError(), ThrowRangeError()Ben Noordhuis
2012-02-23Remove unused variables.Ben Noordhuis
2012-01-23Merge branch 'v0.6'Fedor Indutny
2012-01-17typed arrays: set class nameBen Noordhuis
2012-01-05typed arrays: add Buffer -> TypedArray constructorMikael Bourges-Sevenier
2011-08-12typed arrays: fix signed/unsigned compiler warningsBen Noordhuis
2011-08-12typed arrays: add Float64ArrayBen Noordhuis
2011-08-12typed arrays: alias method subarray() to slice()Ben Noordhuis
2011-08-12typed arrays: integrate plask's typed array implementationBen Noordhuis