platform/upstream/nodejs.git
2012-06-13 Bert Beldervcbuild.bat: add duplicate arg-ok label to work around...
2012-06-13 Nathan Rajlichtest: bundle node-weak in test/gc so that it doesn...
2012-06-13 Igor ZinkovskyWindows: Enable ETW events.
2012-06-13 Bert Beldertest-child-process-spawn-loop: make it pass on Windows.
2012-06-13 isaacsFix #3388 Support listening on file descriptors
2012-06-13 Bert BelderMove resource files to src/res.
2012-06-13 isaacsFix #3407 os.tmpDir()
2012-06-13 Bert Beldertests: make all message tests pass on Windows
2012-06-13 Bert Beldertest-net-timeout: make it pass on Windows
2012-06-12 Bert Belderuv: upgrade to 9f44b0e3
2012-06-12 Bert Beldertest-child-process-kill: make it pass on windows
2012-06-12 Bert BelderFix child_process.kill oddities
2012-06-12 Bert Beldertest-exec: make it work on Windows
2012-06-12 Ben Noordhuisdoc: update crypto cipher/decipher docs
2012-06-12 Ben Noordhuiscrypto: make cipher/decipher accept buffer args
2012-06-12 Bert Belderuv: upgrade to b7e150ee
2012-06-12 Bert BelderRevert "uv: upgrade to b7e150ee"
2012-06-12 Bert Belderuv: upgrade to b7e150ee
2012-06-12 Ben Noordhuisfs: fix infinite loop in fs.readFileSync()
2012-06-12 Ben Noordhuisfs: fix infinite loop in fs.readFile()
2012-06-12 Shigeki Ohtsufs: fix fs.readFileSync to work on real empty file
2012-06-12 Shigeki Ohtsufs: fix typo in fs.readFile of lying size=0 stat
2012-06-12 Bert Beldertest-net-connect-econnrefused: don't take forever to...
2012-06-12 Bert Beldertest-module-loading: convert backslashes to forward...
2012-06-11 Bert Beldertest-http-get-pipeline-problem: don't fail if there...
2012-06-11 Bert Beldertest-net-write-slow: increase the socket timeout period
2012-06-11 isaacsfix fs.readFile with lying size=0 stat results
2012-06-11 isaacsAdd Buffer.concat method
2012-06-11 Bert Beldercluster: don't silently drop messages when the write...
2012-06-11 Bert Belderv8: force inlining of v8::internal::DescriptorArray...
2012-06-11 yangguo@chromium.orgForce inlining CopyChars and String::Get.
2012-06-11 Charlie McConnellchild_process: fix test implementation for options...
2012-06-11 isaacsDo not gitignore npm's node_modules
2012-06-11 isaacsRemove auto-unref
2012-06-11 isaacsNow working on 0.7.11
2012-06-11 isaacsMerge branch 'v0.7.10-release'
2012-06-11 isaacs2012.06.11, Version 0.7.10 (unstable) v0.7.10
2012-06-11 isaacsRemove dep symlinks from tarball
2012-06-11 Bert Belderprocess_wrap: set duplex flags when creating a pipe
2012-06-11 isaacslint
2012-06-11 isaacsUpgrade npm to 1.1.25
2012-06-09 Nuno Jobtest: add test for bad unicode sequences
2012-06-09 isaacsFix fs.realpath tests so that they actually run
2012-06-09 isaacsFix #3394 fs.realpath: Properly cache symlink targets
2012-06-09 isaacsFix fs.realpath to work on Windows
2012-06-09 isaacsExpose posix realpath on windows as well
2012-06-09 Andreas Madsendomain: document and test dispose event
2012-06-09 Andreas Madsendomain: run now return callback result
2012-06-09 Andreas Madsendomain: dry decorate using util._extend
2012-06-09 Ben Noordhuisv8: debug: fix error handling in SendConnectMessage()
2012-06-09 isaacsv8: Floating patches
2012-06-09 isaacsRoll V8 back to 3.9.24.31
2012-06-09 Marc HarterFix #3379 prevent domain.intercept passing 1st arg...
2012-06-09 Charlie McConnellchild_process: expose UV_PROCESS_DETACHED as options...
2012-06-08 Bert BelderRevert "Unbreak the Windows build"
2012-06-08 Robert Mustacchix64 target should always pass -m64
2012-06-08 isaacsv8: Don't use 'echo -n' in configure script
2012-06-08 Bert BelderUnbreak the Windows build
2012-06-08 Ben Noordhuisv8: debug: fix error handling in SendConnectMessage()
2012-06-08 isaacsv8: Floating patches
2012-06-08 isaacsRoll V8 back to 3.10.8.13
2012-06-07 Fedor Indutnychild_process: spawn().ref() and spawn().unref()
2012-06-06 isaacsbuild: Prevent duplication of doc/api folder
2012-06-06 Ben Noordhuisfs: make callbacks run in global context
2012-06-06 Ben Noordhuisfs: make fs.symlink() with no callback async
2012-06-06 Joel Brandtadd NODE_EXTERN to node::Start
2012-06-06 Ben Noordhuisdeps: upgrade libuv to 649ad50
2012-06-05 isaacsWarn about running npm in the repl
2012-06-05 Nathan Rajlichtest: make the node-weak install build agaist this...
2012-06-05 Ben Noordhuisdeps: upgrade libuv to c8c9fe1
2012-06-05 Ben Noordhuisudp_wrap, stream_wrap: lazy init slab allocator
2012-06-05 Ben Noordhuisslab_allocator: fix crash in dtor if V8 is dead
2012-06-05 Shigeki Ohtsuslab_allocator: fix leak of Persistent handles
2012-06-05 isaacsUpgrade npm to 1.1.24
2012-06-05 isaacsbuild: Don't clobber symlinked npm
2012-06-04 Bert Belderwindows/msi: minor installer tweaks
2012-06-04 Jeroen Janssenwindows/msi: add node.js prompt to startmenu
2012-06-04 isaacsv8: Don't use 'echo -n' in configure script
2012-06-04 Ben Noordhuisnet: rename flag FLAG_SHUTDOWNQUED
2012-06-04 Jeroen Janssenwindows/msi: fix adding node to PATH
2012-06-04 Bert BelderImprove child process stdio documentation
2012-06-02 Jeroen Janssenwindows/msi: add start menu links when installing
2012-06-02 Jeroen Janssenwindows/msi: cleanup WiX project files
2012-06-02 Bert BelderUnbreak the Windows build
2012-06-02 isaacstest: v8 stack trace messages changed slightly
2012-06-02 Ben Noordhuisv8: debug: fix error handling in SendConnectMessage()
2012-06-02 isaacsv8: Floating patches
2012-06-02 isaacsUpgrade v8 to 3.11.7
2012-06-02 Fedor Indutnychild_process: new stdio API for .spawn() method
2012-06-02 Simon Sturmerhttp: don't lowercase http req header until later
2012-06-02 Matt Gollobwindows: don't install x64 version into the 'program...
2012-06-02 Bert Belderwindows: add icon to node.exe
2012-06-01 Fedor Indutnychild_process: new stdio API for .spawn() method
2012-06-01 Bert Belderuv: upgrade to 87dbffbd
2012-05-30 Ben Noordhuistest: update pummel/test-exec
2012-05-29 isaacsNow working on 0.7.10
2012-05-29 isaacsMerge branch 'v0.7.9-release'
2012-05-29 Fedor Indutnydeps: upgrade libuv to 7556590
2012-05-29 Ben Noordhuisnet: fix 'close' event emit order
2012-05-29 isaacs2012.05.28, Version 0.7.9 (unstable) v0.7.9
next