platform/upstream/nodejs.git
2013-03-03 Aaron Cannondoc: Add crypto.pseudoRandomBytes, fix typo
2013-03-03 Dave Olszewskimake repl compatible with domains
2013-03-03 Ben NoordhuisRevert "stream: Writable.end(chunk) after end is an...
2013-03-03 isaacsdoc: Typo in ChangeLog
2013-03-03 isaacsstream: Writable.end(chunk) after end is an error
2013-03-02 isaacsevents: Handle emit('error') before ctor
2013-03-02 isaacsevents: Handle emit before constructor call
2013-03-02 Ben NoordhuisMerge remote-tracking branch 'origin/v0.8'
2013-03-02 Ben Noordhuistest: make simple/test-dgram-pingpong respect PORT
2013-03-02 isaacsnet: s/closed/ended/ in write-after-fin message
2013-03-02 isaacsnet: Provide better error when writing after FIN
2013-03-02 Raymond Fengwindows/msi: fix msi build issue with WiX 3.7/3.8
2013-03-02 Timothy J Fontainetest: optionally set common.PORT via env variable
2013-03-02 Ben Noordhuistest: unlink temp file at test start
2013-03-02 Trevor Norrisevents: add type checks to once
2013-03-02 Trevor Norrisevents: emit cleanup
2013-03-02 Trevor Norrisevents: additional type check for addListener
2013-03-02 Trevor Norrisevents: _events to object and undefined not null
2013-03-02 Trevor Norrisevents: removeListener add checks and cleanup
2013-03-02 Trevor Norrisevents: type check listeners
2013-03-02 Trevor Norrisevents: simplify removeAllListeners logic
2013-03-02 Trevor Norrisevents: type check setMaxListeners, cleanup throws
2013-03-02 Trevor Norrisevents: ensure usingDomain is always boolean
2013-03-02 Trevor Norrisevents: add check for listeners length
2013-03-02 Ben Noordhuiscrypto: don't assert when calling Cipher#final() twice
2013-03-02 Ben Noordhuisdeps: upgrade libuv to 7e59f9b
2013-03-02 Lars-Magnus... doc change for Readable._read()
2013-03-01 isaacsdoc: Clarify advisory-ness of stream._read() argument
2013-03-01 Gil Pedersendoc: Update to reflect new _read() interface
2013-03-01 Evan Oxfelddoc: Fix readable.unshift() example
2013-03-01 Scott Blomquistbuild/windows: don't use wrong version number
2013-03-01 isaacsblog: Post about v0.9.11
2013-03-01 isaacsdoc: Correct version in changelog
2013-03-01 isaacsNow working on 0.9.12
2013-03-01 isaacsMerge branch 'v0.9.11-release'
2013-03-01 isaacs2013.03.01, Version 0.9.10 (Unstable) v0.9.11
2013-03-01 isaacsblog: Do not pass undefined to path.join
2013-03-01 isaacsfs: Support mode/flag options to read/append/writeFile
2013-03-01 isaacstest: Put fs write test files in tmp
2013-03-01 Ben Noordhuishttp: use socket.once, not socket.on
2013-03-01 Timothy J Fontainebuild: windows should append date if nightly
2013-03-01 isaacsdoc: Provide 2 examples of SimpleProtocol parser
2013-03-01 isaacsstream: There is no _read cb, there is only push
2013-03-01 isaacsstream: Add stream.unshift(chunk)
2013-03-01 isaacsstream: Break up the onread function
2013-03-01 Ben Noordhuisnet: omit superfluous 'connect' event
2013-03-01 Ben Noordhuisdeps: upgrade libuv to 2a8d2a5
2013-02-28 Ben Noordhuistest: disable simple/test-process-getgroups on os x
2013-02-28 Eugene Girshovdoc: remove note about close event
2013-02-28 Ben NoordhuisMerge remote-tracking branch 'origin/v0.8'
2013-02-28 Timothy J Fontainetest: fix tap output on windows
2013-02-28 Ben Noordhuislib, src: remove errno global
2013-02-28 Scott Blomquisttest: add cleanup to long path test
2013-02-28 Ben NoordhuisMerge remote-tracking branch 'origin/v0.8'
2013-02-28 Ben Noordhuisbuild, windows: disable SEH
2013-02-28 Ben Noordhuisdoc: update instructions on home page
2013-02-28 Trevor Norrisprocess: separate nextTick domain logic
2013-02-28 isaacscore: Remove the nextTick for running the main file
2013-02-27 isaacscore: Mark exit() calls with status codes
2013-02-27 Ben Noordhuiscrypto: clear error stack
2013-02-27 Scott Blomquistopenssl: regenerate asm files for openssl 1.0.1e
2013-02-27 isaacsstream: Writables are not pipe()able
2013-02-27 isaacstest: Use common.PORT in simple/test-http-timeout
2013-02-27 isaacstest: Move test-net-connect-timeout to test/internet
2013-02-27 isaacstest: Use common.PORT to determine debugger port
2013-02-27 isaacstest: Fix debugger repl tests
2013-02-27 isaacstest: catch break in simple/test-debugger-client
2013-02-27 isaacscore: Use a uv_signal for debug listener
2013-02-26 Ben Noordhuisdeps: upgrade libuv to a0c1d84
2013-02-26 Ben Noordhuistest: merge environment, don't overwrite
2013-02-26 yangguo@chromium.orgv8: Hardfloat does not imply VFPv3, only VFPv2.
2013-02-26 Ben Noordhuisv8: work around String::WriteAscii segfault
2013-02-26 Timothy J Fontainetest: optionally set common.PORT via env variable
2013-02-26 Andrei Sedoimips: fix openssl build
2013-02-26 Timothy J Fontainebuild: automatically add tag for nightly builds
2013-02-26 Ben Noordhuishttp: fix case in 505 response status line
2013-02-26 Fedor Indutnyv8: fix postmortem and dtrace helper build
2013-02-26 Fedor IndutnyRevert "sunos: unbreak build after v8 downgrade"
2013-02-26 isaacsbench: Make http easier to profile
2013-02-26 Ben Noordhuissunos: unbreak build after v8 downgrade
2013-02-25 Ben Noordhuissrc, test: downgrade to v8 3.14 api
2013-02-25 Ben Noordhuisv8: reapply floating patches
2013-02-25 Ben Noordhuisdeps: downgrade v8 to 3.14.5
2013-02-25 isaacsblog: Update with EINPROGRESS changelog item
2013-02-25 isaacsChangeLog: Missed item about EINPROGRESS
2013-02-25 isaacsblog: Post for v0.8.21
2013-02-25 isaacsNow working on 0.8.22
2013-02-25 isaacsMerge branch 'v0.8.21-release' into v0.8
2013-02-25 isaacs2013.02.25, Version 0.8.21 (Stable) v0.8.21
2013-02-25 isaacsuv: Upgrade to 86ae8b3c
2013-02-25 isaacshttp: Do not free the wrong parser on socket close
2013-02-25 isaacsstream: Do not switch to objectMode implicitly
2013-02-25 isaacsstream: Start out in sync=true state
2013-02-25 Ben Noordhuiscrypto: fix base64 padding regression
2013-02-24 Ben Noordhuistest: re-enable simple/test-setproctitle on darwin
2013-02-24 Ben Noordhuisdeps: upgrade libuv to e89aced
2013-02-23 isaacslint
2013-02-22 isaacsstreams: Pre-emptively buffer readables up to the highW...
2013-02-22 isaacshttp: Handle hangup writes more gently
2013-02-22 Ben Noordhuisdoc: add note about child process line buffering
next