2577 Commits (d58ee7e5c72c26b9ec81f2533d64cecd4b7959f8)

Author SHA1 Message Date
isaacs c3c8eee46d Now working on v0.9.10 12 years ago
isaacs 4b9f0d190c 2013.02.07, Version 0.9.9 (Unstable) 12 years ago
Ben Noordhuis 7b0770bff5 typed arrays: copy non-ArrayBuffer in DataView ctor 12 years ago
isaacs ccf2712ee5 Now working on 0.8.20 12 years ago
isaacs 53978bdf42 2013.02.06, Version 0.8.19 (Stable) 12 years ago
Ben Noordhuis 01ee551e70 typed arrays: only share ArrayBuffer backing store 12 years ago
Ben Noordhuis 6b99fd2323 zlib: pass object size hint to V8 12 years ago
Ben Noordhuis 8d14668992 zlib: reduce memory consumption, release early 12 years ago
Ben Noordhuis cd42f56178 buffer: optimize Buffer.prototype.write(s, 'hex') 12 years ago
isaacs 916aebabb8 debugger: Make the debugger timeout configurable 12 years ago
Ben Noordhuis 3f65916fa9 buffer: optimize Buffer.prototype.toString('hex') 12 years ago
Ben Noordhuis 6aed61f1ca dns, cares: don't filter NOTIMP, REFUSED, SERVFAIL 12 years ago
isaacs 016810913d node: Do not use fn.apply() in process._makeCallback 12 years ago
Bert Belder 5e7e51c2fe cluster: support datagram sockets 12 years ago
Ben Noordhuis 2e371b8f92 buffer: fix Buffer::Copy regression from 00b4b7b 12 years ago
Fedor Indutny 0972acb548 stream_wrap: reference handle before uv_write2 12 years ago
Ben Noordhuis 7f2a78bf4d Revert "stream_wrap: reference handle before uv_write2" 12 years ago
Fedor Indutny 99f0b022d5 stream_wrap: reference handle before uv_write2 12 years ago
isaacs 15508589a1 addon: Pass module object to NODE_MODULE init function 12 years ago
Ben Noordhuis 00b4b7bb97 buffer: remove minor Buffer::Copy deoptimizations 12 years ago
Trevor Norris 65249ccd9b buffer: slow buffer copy compatibility fix 12 years ago
Trevor Norris cbe3941db9 buffer: error and misc cleanup 12 years ago
Trevor Norris 16bbeccd40 buffer: slow buffer copy compatibility fix 12 years ago
isaacs f64742ea07 Now working on v0.9.9 12 years ago
isaacs 5f2f8400f6 2013.01.24, Version 0.9.8 (Unstable) 12 years ago
Trevor Norris 3d286b68be buffer: remove float write range checks 12 years ago
Ben Noordhuis d7bf7ed993 zlib: don't assert on malformed dictionary 12 years ago
Ben Noordhuis 1c32eb4ae2 zlib: don't assert on missing dictionary 12 years ago
Ben Noordhuis 2dd373894f typed arrays: fix DataView endianness regression 12 years ago
Dave Olszewski 14c911de77 domain: empty stack on all exceptions 12 years ago
isaacs 4598a4c6dd Now working on 0.8.19 12 years ago
isaacs 2c4eef0d97 2013.01.18, Version 0.8.18 (Stable) 12 years ago
isaacs fc3547bc82 Now working on 0.9.8 12 years ago
isaacs 9e7bebeb83 2013.01.18, Version 0.9.7 (Unstable) 12 years ago
isaacs 01a4be4554 buffer: Define INFINITY for MSVC compiler 12 years ago
Ben Noordhuis 498200b87c buffer: reject negative SlowBuffer offsets 12 years ago
Ben Noordhuis 952e42de72 deps: upgrade libuv to 4ba03dd 12 years ago
Dean McNamee 9fe3734f15 TypedArrays: Improve dataview perf without endian param 12 years ago
Trevor Norris 22b84e6216 buffer: floating point read/write improvements 12 years ago
Scott Blomquist 8e311d28b0 windows: add support for '_Total' perf counters 12 years ago
isaacs 9a4a39fc97 Now working on 0.9.7 12 years ago
isaacs 9313fdc71c 2013.01.11, Version 0.9.6 (Unstable) 12 years ago
Ben Noordhuis b509ae67b7 typed arrays: fix sunos signed/unsigned char issue 12 years ago
Fedor Indutny d93346d0fc Revert "typed arrays: fix build on sunos" 12 years ago
Fedor Indutny 35a137cf8d typed arrays: fix build on sunos 12 years ago
isaacs daf4666963 Now working on 0.8.18 12 years ago
isaacs c50c33e939 2012.01.09, Version 0.8.17 (Stable) 12 years ago
Ben Noordhuis ed825f4888 typed arrays: fix 32 bit size/index overflow 12 years ago
Dean McNamee c207d400f1 typed arrays: implement load and store swizzling 12 years ago
Dean McNamee 46a489be73 typed arrays: swizzle with compiler intrinsics 12 years ago