2013-02-12 |
isaacs | tls: Cycle data when underlying socket drains |
commit | commitdiff | tree | snapshot |
2013-02-12 |
isaacs | stream: read(0) should not always trigger _read(n,cb) |
commit | commitdiff | tree | snapshot |
2013-02-12 |
isaacs | stream: Empty strings/buffers do not signal EOF any... |
commit | commitdiff | tree | snapshot |
2013-02-11 |
Ben Noordhuis | crypto: improve cipher/decipher error messages |
commit | commitdiff | tree | snapshot |
2013-02-11 |
isaacs | test: update http tests for ECONNRESET change |
commit | commitdiff | tree | snapshot |
2013-02-11 |
Ben Noordhuis | net: don't suppress ECONNRESET |
commit | commitdiff | tree | snapshot |
2013-02-11 |
Ben Noordhuis | fs: fix immediate WriteStream#end() |
commit | commitdiff | tree | snapshot |
2013-02-11 |
Ben Noordhuis | typed arrays: make call-as-function work for ctors |
commit | commitdiff | tree | snapshot |
2013-02-11 |
Ben Noordhuis | node: don't malloc in FromConstructorTemplate |
commit | commitdiff | tree | snapshot |
2013-02-11 |
Ben Noordhuis | test: fix common.mustCall |
commit | commitdiff | tree | snapshot |
2013-02-10 |
Ben Noordhuis | doc: update buffer/typed array documentation |
commit | commitdiff | tree | snapshot |
2013-02-10 |
Ben Noordhuis | typed arrays: copy Buffer in typed array constructor |
commit | commitdiff | tree | snapshot |
2013-02-10 |
Ben Noordhuis | typed arrays: make DataView throw on non-ArrayBuffer |
commit | commitdiff | tree | snapshot |
2013-02-10 |
Ben Noordhuis | buffer: fix Buffer::HasInstance() check |
commit | commitdiff | tree | snapshot |
2013-02-10 |
Ben Noordhuis | Revert "typed arrays: only share ArrayBuffer backing... |
commit | commitdiff | tree | snapshot |
2013-02-10 |
Ben Noordhuis | Revert "typed arrays: copy non-ArrayBuffer in DataView... |
commit | commitdiff | tree | snapshot |
2013-02-09 |
Nathan Rajlich | doc: document the writable.end() callback function |
commit | commitdiff | tree | snapshot |
2013-02-09 |
isaacs | V8: Reapply floating patches |
commit | commitdiff | tree | snapshot |
2013-02-09 |
isaacs | V8: Upgrade to 3.15.11.15 |
commit | commitdiff | tree | snapshot |
2013-02-07 |
Scott Blomquist | windows/msi: more installer enhancements |
commit | commitdiff | tree | snapshot |
2013-02-07 |
Jim Schubert | windows/msi: add feature selection to installer |
commit | commitdiff | tree | snapshot |
2013-02-07 |
isaacs | Now working on v0.9.10 |
commit | commitdiff | tree | snapshot |
2013-02-07 |
isaacs | Merge branch 'v0.9.9-release' |
commit | commitdiff | tree | snapshot |
2013-02-07 |
isaacs | 2013.02.07, Version 0.9.9 (Unstable) v0.9.9 |
commit | commitdiff | tree | snapshot |
2013-02-07 |
isaacs | stream: Writable should ignore encoding for buffers |
commit | commitdiff | tree | snapshot |
2013-02-07 |
Nikhil Marathe | Update http docs with http.IncomingMessage. |
commit | commitdiff | tree | snapshot |
2013-02-07 |
isaacs | Merge remote-tracking branch 'ry/v0.8' into master |
commit | commitdiff | tree | snapshot |
2013-02-06 |
Ben Noordhuis | typed arrays: copy non-ArrayBuffer in DataView ctor |
commit | commitdiff | tree | snapshot |
2013-02-06 |
Fedor Indutny | tls: port CryptoStream to streams2 |
commit | commitdiff | tree | snapshot |
2013-02-06 |
isaacs | blog: v0.8.19 release |
commit | commitdiff | tree | snapshot |
2013-02-06 |
isaacs | Now working on 0.8.20 |
commit | commitdiff | tree | snapshot |
2013-02-06 |
isaacs | Merge branch 'v0.8.19-release' into v0.8 |
commit | commitdiff | tree | snapshot |
2013-02-06 |
isaacs | 2013.02.06, Version 0.8.19 (Stable) v0.8.19 |
commit | commitdiff | tree | snapshot |
2013-02-06 |
isaacs | npm: Upgrade to v1.2.10 |
commit | commitdiff | tree | snapshot |
2013-02-06 |
Fedor Indutny | streams: both `finish` and `close` should unpipe |
commit | commitdiff | tree | snapshot |
2013-02-06 |
Ben Noordhuis | test: add cluster EADDRINUSE test |
commit | commitdiff | tree | snapshot |
2013-02-06 |
Ben Noordhuis | typed arrays: only share ArrayBuffer backing store |
commit | commitdiff | tree | snapshot |
2013-02-06 |
Bryan Cantrill | v8: loosen artificial mmap constraint |
commit | commitdiff | tree | snapshot |
2013-02-05 |
Nathan Rajlich | stream: make Writable#end() accept a callback function |
commit | commitdiff | tree | snapshot |
2013-02-05 |
Ben Noordhuis | blog: remove dangling symlink |
commit | commitdiff | tree | snapshot |
2013-02-05 |
Ben Noordhuis | zlib: pass object size hint to V8 |
commit | commitdiff | tree | snapshot |
2013-02-05 |
Ben Noordhuis | zlib: reduce memory consumption, release early |
commit | commitdiff | tree | snapshot |
2013-02-05 |
Ben Noordhuis | doc: don't suggest to reuse net.Socket objects |
commit | commitdiff | tree | snapshot |
2013-02-02 |
isaacs | blog: Correct shasums for v0.9.8 release |
commit | commitdiff | tree | snapshot |
2013-02-02 |
Ben Noordhuis | buffer: optimize Buffer.prototype.write(s, 'hex') |
commit | commitdiff | tree | snapshot |
2013-02-01 |
isaacs | debugger: Make the debugger timeout configurable |
commit | commitdiff | tree | snapshot |
2013-02-01 |
Ben Noordhuis | buffer: optimize Buffer.prototype.toString('hex') |
commit | commitdiff | tree | snapshot |
2013-02-01 |
isaacs | gitignore: Ignore release tarballs and shasum files |
commit | commitdiff | tree | snapshot |
2013-02-01 |
Ben Noordhuis | dns, cares: don't filter NOTIMP, REFUSED, SERVFAIL |
commit | commitdiff | tree | snapshot |
2013-01-31 |
isaacs | stream: Don't stop reading on zero-length decoded output |
commit | commitdiff | tree | snapshot |
2013-01-31 |
isaacs | stream: Don't signal EOF on '' or Buffer(0) |
commit | commitdiff | tree | snapshot |
2013-01-30 |
Bert Belder | deps: upgrade libuv to 034ea31 |
commit | commitdiff | tree | snapshot |
2013-01-30 |
isaacs | node: Do not use fn.apply() in process._makeCallback |
commit | commitdiff | tree | snapshot |
2013-01-30 |
isaacs | lint |
commit | commitdiff | tree | snapshot |
2013-01-30 |
Ben Noordhuis | os: rename tmpDir() to tmpdir() for consistency |
commit | commitdiff | tree | snapshot |
2013-01-30 |
isaacs | readline: treat bare \r as a line ending |
commit | commitdiff | tree | snapshot |
2013-01-29 |
Ben Noordhuis | readline: make \r\n emit one 'line' event |
commit | commitdiff | tree | snapshot |
2013-01-29 |
isaacs | Revert "net: Avoid tickDepth warnings on small writes" |
commit | commitdiff | tree | snapshot |
2013-01-29 |
isaacs | net: Avoid tickDepth warnings on small writes |
commit | commitdiff | tree | snapshot |
2013-01-28 |
Bert Belder | dgram: avoid EventEmitter leak warning |
commit | commitdiff | tree | snapshot |
2013-01-28 |
Bert Belder | cluster: support datagram sockets |
commit | commitdiff | tree | snapshot |
2013-01-28 |
Fedor Indutny | child_process: move binding init in constructor |
commit | commitdiff | tree | snapshot |
2013-01-28 |
isaacs | net: Initialize _connection, _handle in Socket ctor |
commit | commitdiff | tree | snapshot |
2013-01-28 |
isaacs | http: Don't dump twice |
commit | commitdiff | tree | snapshot |
2013-01-28 |
isaacs | stream: Correct Transform class backpressure |
commit | commitdiff | tree | snapshot |
2013-01-28 |
Fedor Indutny | net: initialize TCPWrap when receiving socket |
commit | commitdiff | tree | snapshot |
2013-01-28 |
Ben Noordhuis | test: move simple/test-http-dns-fail to test/internet |
commit | commitdiff | tree | snapshot |
2013-01-27 |
Ben Noordhuis | test: fix pummel test out-of-memory errors |
commit | commitdiff | tree | snapshot |
2013-01-27 |
Ben Noordhuis | buffer: fix Buffer::Copy regression from 00b4b7b |
commit | commitdiff | tree | snapshot |
2013-01-27 |
Fedor Indutny | stream_wrap: reference handle before uv_write2 |
commit | commitdiff | tree | snapshot |
2013-01-27 |
Ben Noordhuis | Revert "stream_wrap: reference handle before uv_write2" |
commit | commitdiff | tree | snapshot |
2013-01-26 |
Rick Yakubowski | doc: fix typo in cluster module documentation |
commit | commitdiff | tree | snapshot |
2013-01-26 |
Fedor Indutny | stream_wrap: reference handle before uv_write2 |
commit | commitdiff | tree | snapshot |
2013-01-25 |
isaacs | doc: fix line wrapping in addons.markdown |
commit | commitdiff | tree | snapshot |
2013-01-25 |
Rod Vagg | doc: NODE_MODULE() to pass full `module` to addons |
commit | commitdiff | tree | snapshot |
2013-01-25 |
isaacs | addon: Pass module object to NODE_MODULE init function |
commit | commitdiff | tree | snapshot |
2013-01-25 |
Ben Noordhuis | buffer: remove minor Buffer::Copy deoptimizations |
commit | commitdiff | tree | snapshot |
2013-01-25 |
Trevor Norris | buffer: slow buffer copy compatibility fix |
commit | commitdiff | tree | snapshot |
2013-01-25 |
Trevor Norris | buffer: error and misc cleanup |
commit | commitdiff | tree | snapshot |
2013-01-25 |
Trevor Norris | buffer: clean up copy() asserts and tests |
commit | commitdiff | tree | snapshot |
2013-01-25 |
Trevor Norris | buffer: slow buffer copy compatibility fix |
commit | commitdiff | tree | snapshot |
2013-01-25 |
isaacs | benchmark: Port http.sh from master |
commit | commitdiff | tree | snapshot |
2013-01-25 |
Sugendran Ganess | doc: Connecting debugger to existing node process |
commit | commitdiff | tree | snapshot |
2013-01-25 |
Andy Burke | Add bytesWritten to tls.CryptoStream |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Jacob Gable | doc: fix typo in crypto Hash.digest() note |
commit | commitdiff | tree | snapshot |
2013-01-24 |
isaacs | blog: Post for v0.9.8 |
commit | commitdiff | tree | snapshot |
2013-01-24 |
isaacs | Now working on v0.9.9 |
commit | commitdiff | tree | snapshot |
2013-01-24 |
isaacs | Merge branch 'v0.9.8-release' |
commit | commitdiff | tree | snapshot |
2013-01-24 |
isaacs | test: Add transform objectMode test |
commit | commitdiff | tree | snapshot |
2013-01-24 |
isaacs | 2013.01.24, Version 0.9.8 (Unstable) v0.9.8 |
commit | commitdiff | tree | snapshot |
2013-01-24 |
isaacs | npm: Upgrade to v1.2.3 |
commit | commitdiff | tree | snapshot |
2013-01-24 |
isaacs | V8: Reapply floating patches |
commit | commitdiff | tree | snapshot |
2013-01-24 |
isaacs | V8: Upgrade to 3.15.11.10 |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Fedor Indutny | tls: make slab buffer's size configurable |
commit | commitdiff | tree | snapshot |
2013-01-24 |
isaacs | test: Add test for negative stream drain counter |
commit | commitdiff | tree | snapshot |
2013-01-24 |
isaacs | streams2: Handle sync read callbacks nicely |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Raynos | streams: Support objects other than Buffers |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Ben Noordhuis | gitignore: ignore v8.log files |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Ben Noordhuis | http: close connection on 204 and chunked encoding |
commit | commitdiff | tree | snapshot |
2013-01-23 |
Scott Blomquist | build: Add some gyp artifacts to .gitignore |
commit | commitdiff | tree | snapshot |
next |