7797 Commits (c7b84a1d01fa4fd6ccff1ceb917a5aaf59694244)
 

Author SHA1 Message Date
Ben Noordhuis c7b84a1d01 fs: fix immediate WriteStream#end() 12 years ago
Ben Noordhuis ed3d553d82 typed arrays: make call-as-function work for ctors 12 years ago
Ben Noordhuis aff8d9e716 node: don't malloc in FromConstructorTemplate 12 years ago
Ben Noordhuis d5a5ae3c11 test: fix common.mustCall 12 years ago
Ben Noordhuis 30b0bc4fa9 doc: update buffer/typed array documentation 12 years ago
Ben Noordhuis 5a9d30bb86 typed arrays: copy Buffer in typed array constructor 12 years ago
Ben Noordhuis fe103357ae typed arrays: make DataView throw on non-ArrayBuffer 12 years ago
Ben Noordhuis 234551a22a buffer: fix Buffer::HasInstance() check 12 years ago
Ben Noordhuis 144e21ed30 Revert "typed arrays: only share ArrayBuffer backing store" 12 years ago
Ben Noordhuis fd9d8b5e4a Revert "typed arrays: copy non-ArrayBuffer in DataView ctor" 12 years ago
Nathan Rajlich 1ba39226b2 doc: document the writable.end() callback function 12 years ago
isaacs e4a856e0ba V8: Reapply floating patches 12 years ago
isaacs 0c2e5ec840 V8: Upgrade to 3.15.11.15 12 years ago
Scott Blomquist 8164b2fda7 windows/msi: more installer enhancements 12 years ago
Jim Schubert e418df7bb8 windows/msi: add feature selection to installer 12 years ago
isaacs c3c8eee46d Now working on v0.9.10 12 years ago
isaacs 55c4d9b397 Merge branch 'v0.9.9-release' 12 years ago
isaacs 4b9f0d190c 2013.02.07, Version 0.9.9 (Unstable) 12 years ago
isaacs 33b2aebb6d stream: Writable should ignore encoding for buffers 12 years ago
Nikhil Marathe 6bcd9a4c94 Update http docs with http.IncomingMessage. 12 years ago
isaacs 5cc3569f6d Merge remote-tracking branch 'ry/v0.8' into master 12 years ago
Ben Noordhuis 7b0770bff5 typed arrays: copy non-ArrayBuffer in DataView ctor 12 years ago
Fedor Indutny d59beb9f68 tls: port CryptoStream to streams2 12 years ago
isaacs 13897279ae blog: v0.8.19 release 12 years ago
isaacs ccf2712ee5 Now working on 0.8.20 12 years ago
isaacs 8caf6572b6 Merge branch 'v0.8.19-release' into v0.8 12 years ago
isaacs 53978bdf42 2013.02.06, Version 0.8.19 (Stable) 12 years ago
isaacs 5aef65a98a npm: Upgrade to v1.2.10 12 years ago
Fedor Indutny c024d2d8c0 streams: both `finish` and `close` should unpipe 12 years ago
Ben Noordhuis b58efe7709 test: add cluster EADDRINUSE test 12 years ago
Ben Noordhuis 01ee551e70 typed arrays: only share ArrayBuffer backing store 12 years ago
Bryan Cantrill 202b5db4ef v8: loosen artificial mmap constraint 12 years ago
Nathan Rajlich a9c4a20331 stream: make Writable#end() accept a callback function 12 years ago
Ben Noordhuis a86ebbe288 blog: remove dangling symlink 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 5fe05464cb doc: don't suggest to reuse net.Socket objects 12 years ago
isaacs 9a488a667c blog: Correct shasums for v0.9.8 release 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
isaacs c7c1ed01ae gitignore: Ignore release tarballs and shasum files 12 years ago
Ben Noordhuis 6aed61f1ca dns, cares: don't filter NOTIMP, REFUSED, SERVFAIL 12 years ago
isaacs a6c18472cd stream: Don't stop reading on zero-length decoded output 12 years ago
isaacs 7e1cf84c9e stream: Don't signal EOF on '' or Buffer(0) 12 years ago
Bert Belder 1a87776be9 deps: upgrade libuv to 034ea31 12 years ago
isaacs 016810913d node: Do not use fn.apply() in process._makeCallback 12 years ago
isaacs f64d1febc8 lint 12 years ago
Ben Noordhuis 3fe6aba558 os: rename tmpDir() to tmpdir() for consistency 12 years ago
isaacs 60f18ede39 readline: treat bare \r as a line ending 12 years ago