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 |
2013-01-23 |
Trevor Norris | buffer: remove float write range checks |
commit | commitdiff | tree | snapshot |
2013-01-23 |
Ben Noordhuis | http: close connection on 304 and chunked encoding |
commit | commitdiff | tree | snapshot |
2013-01-22 |
Bert Belder | deps: upgrade libuv to e4d8cba |
commit | commitdiff | tree | snapshot |
2013-01-22 |
Ben Noordhuis | deps: upgrade libuv to 7841f77 |
commit | commitdiff | tree | snapshot |
2013-01-22 |
Ben Noordhuis | doc: document PYTHON env var in README |
commit | commitdiff | tree | snapshot |
2013-01-22 |
Ben Noordhuis | zlib: don't assert on malformed dictionary |
commit | commitdiff | tree | snapshot |
2013-01-22 |
Ben Noordhuis | zlib: don't assert on missing dictionary |
commit | commitdiff | tree | snapshot |
2013-01-22 |
Tim | doc: Fix syntax in cluster example code |
commit | commitdiff | tree | snapshot |
2013-01-21 |
Fedor Indutny | gyp: fix build with dtrace support on FreeBSD |
commit | commitdiff | tree | snapshot |
2013-01-21 |
Fedor Indutny | dtrace: fix generation of v8 constants on freebsd |
commit | commitdiff | tree | snapshot |
2013-01-19 |
Ben Noordhuis | typed arrays: fix DataView endianness regression |
commit | commitdiff | tree | snapshot |
2013-01-19 |
Fedor Indutny | child_process: remove .track option |
commit | commitdiff | tree | snapshot |
2013-01-18 |
isaacs | console: Support formatting options in trace() |
commit | commitdiff | tree | snapshot |
2013-01-18 |
Dave Olszewski | domain: empty stack on all exceptions |
commit | commitdiff | tree | snapshot |
2013-01-18 |
Yi EungJun | doc: Add NODE_DEBUG env to the first example. |
commit | commitdiff | tree | snapshot |
2013-01-18 |
isaacs | Merge remote-tracking branch 'ry/v0.8' into master |
commit | commitdiff | tree | snapshot |
2013-01-18 |
isaacs | blog: Post for v0.8.18 release |
commit | commitdiff | tree | snapshot |
2013-01-18 |
isaacs | Now working on 0.8.19 |
commit | commitdiff | tree | snapshot |
2013-01-18 |
isaacs | Merge branch 'v0.8.18-release' into v0.8 |
commit | commitdiff | tree | snapshot |
2013-01-18 |
isaacs | 2013.01.18, Version 0.8.18 (Stable) v0.8.18 |
commit | commitdiff | tree | snapshot |
2013-01-18 |
isaacs | npm: Upgrade to v1.2.2 |
commit | commitdiff | tree | snapshot |
next |