platform/upstream/nodejs.git
2013-05-13 isaacsMerge branch 'v0.11.2-release'
2013-05-13 isaacs2013.05.13, Version 0.11.2 (Unstable) v0.11.2
2013-05-13 isaacsnpm: Upgrade to 1.2.21
2013-05-13 Ben Noordhuiscluster: use round-robin load balancing
2013-05-13 Bert BelderMerge branch 'v0.10'
2013-05-13 Ben Noordhuischild_process: fix handle delivery
2013-05-13 Nick Sullivanutil: make util.log handle non strings like console.log
2013-05-13 Ben Noordhuistest: fix up weakref.cc deprecation warnings
2013-05-13 Ben Noordhuistest: fix up weakref.cc after v8 api change
2013-05-13 Ben Noordhuisstream_wrap: MayContainNonAscii() is deprecated
2013-05-13 Ben Noordhuisv8: reapply floating patches
2013-05-13 Ben Noordhuisdeps: upgrade v8 to 3.19.0
2013-05-11 isaacsnpm: Upgrade to 1.2.20
2013-05-10 isaacstest: Darwin file watcher has paths now
2013-05-10 isaacsuv: Upgrade to 0.11.2
2013-05-09 isaacsdoc: s/search.npmjs.org/npmjs.org/
2013-05-09 isaacshttp: Use writev instead of the hacky hot end
2013-05-09 isaacsstream: Handle multi-corking properly
2013-05-09 isaacsstream: Guarantee ordering of 'finish' event
2013-05-09 Timothy J Fontainetest: fix pummel/test-net-many-clients.js
2013-05-09 Robert Kowalskidoc: document stream.Writable 'error' event
2013-05-09 Ben Kellyos: Include netmask in os.networkInterfaces()
2013-05-08 Miroslav Bajtošsrc: initialize debug-related uv_async_t handles
2013-05-08 Miroslav Bajtošdebugger, cluster: each worker has new debug port
2013-05-08 Daniel Moorestream: make Readable.wrap support empty streams
2013-05-08 Daniel Moorestream: make Readable.wrap support objectMode
2013-05-07 Timothy J Fontainetest: don't use total_seconds() because of py2.6
2013-05-07 Timothy J Fontainetest: don't use total_seconds() because of py2.6
2013-05-07 Brian Whitestream_wrap: fix memory leak on early return
2013-05-07 Trevor Norrisstream_wrap: remove unused arg from WriteBuffer
2013-05-07 Timothy J Fontainetest: report test duration in TAP progress
2013-05-07 Timothy J Fontainetest: report test duration in TAP progress
2013-05-06 Timothy J Fontainetest: reap children when cluster-bind-twice fails
2013-05-06 Timothy J Fontainebuild: only use DESTDIR instead of PREFIX for pkg
2013-05-06 Timothy J Fontainebuild: only use DESTDIR instead of PREFIX for pkg
2013-05-03 Kevin Lockedoc: update options for exec and execFile
2013-05-03 Bert BelderMerge branch 'v0.10'
2013-05-03 Miroslav Bajtošbuild: vcbuild.bat fix for Visual Studio 2012
2013-05-03 Sam Robertstest: EventEmitter#setMaxListeners() returns this
2013-05-02 Sam Robertsevent: make setMaxListeners() return this
2013-05-02 Ben NoordhuisMerge remote-tracking branch 'origin/v0.10'
2013-05-02 Sam Robertsdoc: document return values of EventEmitter methods
2013-05-02 isaacsdoc: link joyent logo in website footer
2013-05-02 Miroslav Bajtošdebugger: breakpoints in scripts not loaded yet
2013-05-01 Ben NoordhuisRevert "deps: downgrade openssl to v1.0.0f"
2013-04-30 isaacsdoc: Fix require.extensions documentation
2013-04-30 Ben Noordhuishttps: implement https.Server#setTimeout()
2013-04-29 Andrew Paprockivm: add support for timeout argument
2013-04-29 Ben Noordhuistools: fix test.py after v8 upgrade
2013-04-29 Ben Noordhuisv8: reapply floating patches
2013-04-29 Ben Noordhuisdeps: upgrade v8 to 3.18.4
2013-04-29 Miroslav Bajtošdebugger: fix bug in breakpoint regex escaping
2013-04-29 Ben NoordhuisRevert "deps: downgrade openssl to v1.0.0f"
2013-04-29 Ben Noordhuishttp: forward-port missing bits from 01e2920
2013-04-29 Ben NoordhuisMerge remote-tracking branch 'origin/v0.10'
2013-04-29 Ben Noordhuisdeps: downgrade openssl to v1.0.0f
2013-04-29 Ben Noordhuisdoc: cluster: s/server.destroy/server.close/
2013-04-29 isaacsdoc: Deprecate require.extensions
2013-04-28 isaacsdoc: stream writev cleanups
2013-04-27 Fedor Indutnybenchmark: add chunked-encoding benchmark
2013-04-27 Fedor Indutnytest: fix timing sensitive tests
2013-04-27 Fedor Indutnyhttp: write buffers when chunked to embrace writev
2013-04-27 Fedor Indutnynet: implement ._writev for .cork/uncork() support
2013-04-27 Fedor Indutnystreams: introduce .cork/.uncork/._writev
2013-04-27 Miroslav Bajtošdebugger: breakpoints in scripts not loaded yet
2013-04-26 Miroslav Bajtošdebugger: `restart` with custom debug port
2013-04-26 Miroslav Bajtošdebugger: print port number when connecting to debuggee
2013-04-26 Miroslav Bajtošdebugger: `restart` with custom debug port
2013-04-25 Ben Noordhuistest: cluster: unhide child errors in bind-twice
2013-04-25 Ben Noordhuistest: cluster: rename bind-twice-v2 to bind-twice
2013-04-25 Ben Noordhuistest: cluster: remove bind-twice-v1 test
2013-04-24 Timothy J Fontainebuild: Makefile should respect configure --prefix
2013-04-23 isaacsChangeLog: Merge in v0.8
2013-04-23 isaacsblog: Post for v0.10.5
2013-04-23 isaacsNow working on 0.10.6
2013-04-23 isaacsMerge branch 'v0.10.5-release' into v0.10
2013-04-23 Olof Johanssoninstall: Support $(PREFIX) install target directory...
2013-04-23 isaacs2013.04.23, Version 0.10.5 (Stable) v0.10.5
2013-04-23 Miroslav Bajtošbuild: added support for Visual Studio 2012
2013-04-23 isaacsuv: Upgrade to 0.10.5
2013-04-22 isaacsos: Fix uname() error handling on sunos
2013-04-22 isaacshttp: Don't try to destroy nonexistent sockets
2013-04-22 isaacshttp: Don't try to destroy nonexistent sockets
2013-04-22 isaacstest: fix dgram-bind-default-address on osx
2013-04-21 isaacscrypto: LazyTransform on properties, not methods
2013-04-21 mscdexsrc: fix potential memory leak on early return
2013-04-21 mscdexsrc: don't initialize variable before assignment
2013-04-20 Ben Noordhuiscluster: clean up lib/cluster.js
2013-04-19 isaacslint
2013-04-19 Ben Noordhuisevents: add EventEmitter.defaultMaxListeners
2013-04-19 Ben Noordhuisv8: reapply floating patches
2013-04-19 isaacsV8: Upgrade to 3.18.1
2013-04-19 Ryan Doengespath: add path.isAbsolute(path)
2013-04-19 isaacsblog: v0.11.1 does not work on windows x64
2013-04-19 isaacsNow working on 0.11.2
2013-04-19 isaacsMerge branch 'v0.11.1-release'
2013-04-19 isaacsblog: Post about 0.11.1
2013-04-19 isaacsblog: Post about 0.10.4
2013-04-19 isaacs2013.04.19, Version 0.11.1 (Unstable) v0.11.1
2013-04-19 isaacstest: fix dgram-bind-default-address on osx
next