platform/upstream/nodejs.git
2013-02-18 isaacsMerge remote-tracking branch 'ry/v0.8' into master
2013-02-16 Gil Pedersenstream: Pipe data in chunks matching read data
2013-02-16 isaacsfs: Change default WriteStream config, increase perf
2013-02-16 isaacstest: Bump up debugger timeouts
2013-02-16 Trevor Norrisprocess: allow ticker to cross communicate better
2013-02-16 Trevor Norrisprocess: streamlining tick callback logic
2013-02-16 isaacsRevert "Move MakeCallback to JS"
2013-02-16 Shigeki Ohtsudoc: add setImmediate execute timing description
2013-02-16 Shigeki Ohtsutimer: move setImmediate from timer to uv_check
2013-02-15 isaacsblog: Release v0.8.20
2013-02-15 isaacsNow working on v0.8.21
2013-02-15 isaacsMerge branch 'v0.8.20-release' into v0.8
2013-02-15 isaacs2013.02.15, Version 0.8.20 (Stable) v0.8.20
2013-02-15 isaacsnpm: Upgrade to v1.2.11
2013-02-15 isaacshttp: Do not let Agent hand out destroyed sockets
2013-02-15 isaacshttp: Raise hangup error on destroyed socket write
2013-02-14 Ben Noordhuisdoc: clarify child_process.exec() stdio option
2013-02-14 Ben Noordhuisdoc: add tools/ dir to CONTRIBUTING.md verboten list
2013-02-13 Dan Kohndoc: add prompt to fix repl_test.js example
2013-02-13 Ben Noordhuisstream_wrap, udp_wrap: add read-only fd property
2013-02-13 Ben Noordhuisudp_wrap: use proper imports in source file
2013-02-13 Ben Noordhuisudp_wrap: don't use namespace imports in header
2013-02-13 Ben Noordhuisbuffer: accept negative indices in Buffer#slice()
2013-02-13 isaacsnet: Respect the 'readable' flag on sockets
2013-02-13 isaacsblog: Forgot slug on peer-dependencies article
2013-02-12 isaacsblog: Peer Dependencies article
2013-02-12 Ben Noordhuisbench: make io.c file path configurable
2013-02-12 Fedor Indutnytest: fix tests after ECONNRESET patch
2013-02-12 Victor CostanFix crypto.hmac behavior with empty keys.
2013-02-12 isaacstls: Cycle data when underlying socket drains
2013-02-12 isaacsstream: read(0) should not always trigger _read(n,cb)
2013-02-12 isaacsstream: Empty strings/buffers do not signal EOF any...
2013-02-11 Ben Noordhuiscrypto: improve cipher/decipher error messages
2013-02-11 isaacstest: update http tests for ECONNRESET change
2013-02-11 Ben Noordhuisnet: don't suppress ECONNRESET
2013-02-11 Ben Noordhuisfs: fix immediate WriteStream#end()
2013-02-11 Ben Noordhuistyped arrays: make call-as-function work for ctors
2013-02-11 Ben Noordhuisnode: don't malloc in FromConstructorTemplate
2013-02-11 Ben Noordhuistest: fix common.mustCall
2013-02-10 Ben Noordhuisdoc: update buffer/typed array documentation
2013-02-10 Ben Noordhuistyped arrays: copy Buffer in typed array constructor
2013-02-10 Ben Noordhuistyped arrays: make DataView throw on non-ArrayBuffer
2013-02-10 Ben Noordhuisbuffer: fix Buffer::HasInstance() check
2013-02-10 Ben NoordhuisRevert "typed arrays: only share ArrayBuffer backing...
2013-02-10 Ben NoordhuisRevert "typed arrays: copy non-ArrayBuffer in DataView...
2013-02-09 Nathan Rajlichdoc: document the writable.end() callback function
2013-02-09 isaacsV8: Reapply floating patches
2013-02-09 isaacsV8: Upgrade to 3.15.11.15
2013-02-08 Ben Noordhuistest: disable simple/test-dgram-send-error
2013-02-07 Scott Blomquistwindows/msi: more installer enhancements
2013-02-07 Jim Schubertwindows/msi: add feature selection to installer
2013-02-07 isaacsblog: v0.9.9 is unstable, not stable
2013-02-07 isaacsblog: v0.9.9
2013-02-07 isaacsNow working on v0.9.10
2013-02-07 isaacsMerge branch 'v0.9.9-release'
2013-02-07 isaacs2013.02.07, Version 0.9.9 (Unstable) v0.9.9
2013-02-07 isaacsstream: Writable should ignore encoding for buffers
2013-02-07 Nikhil MaratheUpdate http docs with http.IncomingMessage.
2013-02-07 Bert Belderhttp: protect against response splitting attacks
2013-02-07 isaacsMerge remote-tracking branch 'ry/v0.8' into master
2013-02-06 Ben Noordhuistyped arrays: copy non-ArrayBuffer in DataView ctor
2013-02-06 Fedor Indutnytls: port CryptoStream to streams2
2013-02-06 isaacsblog: v0.8.19 release
2013-02-06 isaacsNow working on 0.8.20
2013-02-06 isaacsMerge branch 'v0.8.19-release' into v0.8
2013-02-06 isaacs2013.02.06, Version 0.8.19 (Stable) v0.8.19
2013-02-06 isaacsnpm: Upgrade to v1.2.10
2013-02-06 Fedor Indutnystreams: both `finish` and `close` should unpipe
2013-02-06 Ben Noordhuistest: add cluster EADDRINUSE test
2013-02-06 Ben Noordhuistyped arrays: only share ArrayBuffer backing store
2013-02-06 Bryan Cantrillv8: loosen artificial mmap constraint
2013-02-05 Nathan Rajlichstream: make Writable#end() accept a callback function
2013-02-05 Ben Noordhuisblog: remove dangling symlink
2013-02-05 Ben Noordhuiszlib: pass object size hint to V8
2013-02-05 Ben Noordhuiszlib: reduce memory consumption, release early
2013-02-05 Ben Noordhuisdoc: don't suggest to reuse net.Socket objects
2013-02-02 isaacsblog: Correct shasums for v0.9.8 release
2013-02-02 Ben Noordhuisbuffer: optimize Buffer.prototype.write(s, 'hex')
2013-02-01 isaacsdebugger: Make the debugger timeout configurable
2013-02-01 Ben Noordhuisbuffer: optimize Buffer.prototype.toString('hex')
2013-02-01 isaacsgitignore: Ignore release tarballs and shasum files
2013-02-01 Ben Noordhuisdns, cares: don't filter NOTIMP, REFUSED, SERVFAIL
2013-01-31 isaacsstream: Don't stop reading on zero-length decoded output
2013-01-31 isaacsstream: Don't signal EOF on '' or Buffer(0)
2013-01-30 Bert Belderdeps: upgrade libuv to 034ea31
2013-01-30 isaacsnode: Do not use fn.apply() in process._makeCallback
2013-01-30 isaacslint
2013-01-30 Ben Noordhuisos: rename tmpDir() to tmpdir() for consistency
2013-01-30 isaacsreadline: treat bare \r as a line ending
2013-01-29 Ben Noordhuisreadline: make \r\n emit one 'line' event
2013-01-29 isaacsRevert "net: Avoid tickDepth warnings on small writes"
2013-01-29 isaacsnet: Avoid tickDepth warnings on small writes
2013-01-28 Bert Belderdgram: avoid EventEmitter leak warning
2013-01-28 Bert Beldercluster: support datagram sockets
2013-01-28 Fedor Indutnychild_process: move binding init in constructor
2013-01-28 isaacsnet: Initialize _connection, _handle in Socket ctor
2013-01-28 isaacshttp: Don't dump twice
2013-01-28 isaacsstream: Correct Transform class backpressure
2013-01-28 Fedor Indutnynet: initialize TCPWrap when receiving socket
2013-01-28 Ben Noordhuistest: move simple/test-http-dns-fail to test/internet
next