platform/upstream/nodejs.git
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
2012-05-29 isaacsRevert "tests: kill process group on failure"
2012-05-29 isaacsupgrade npm to 1.1.23
2012-05-28 Ben Noordhuisdeps: cherry-pick libuv commit 4690204
2012-05-28 Shigeki Ohtsuhttp: fix duplicated variable declaration
2012-05-27 Maciej Małeckistream: don't call `cleanup` twice on `end` and `close`
2012-05-27 Ben Noordhuisdeps: upgrade libuv to 2ec0986
2012-05-27 Andreas Madsenfs: no end emit after createReadStream.pause()
2012-05-26 Jeroen Janssendoc: add npm search to appendix
2012-05-26 Jeroen Janssendoc: updated JavaScript casing where relevant
2012-05-25 Ben Noordhuisdeps: upgrade libuv to 28766dc
2012-05-24 isaacsUpgrade uv to 604802a
2012-05-24 Igor Zinkovskyremove NODE_USE_64BIT_UV_FS_API
2012-05-24 Jeroen Janssendoc: update possible values for process.platform
2012-05-24 Ben Noordhuistest: update addons .gitignore
2012-05-24 Igor Zinkovskywindows: enable creating directory junctions with fs...
2012-05-23 Mathias Bynensdoc: add punycode.js documentation
2012-05-23 Jeroen Janssendoc: process get/setuid and get/setgid are POSIX only
2012-05-23 Ben Noordhuisdeps: upgrade libuv to 5b9c451
2012-05-22 Igor Zinkovskyupdate uv to 2df831723fad25d2d97b824b2e52c65082af2723
2012-05-22 Igor Zinkovskyremove race from test-child-process-fork-exec-argv...
2012-05-22 Ben Noordhuistest: fix bad comment
2012-05-22 Ben Noordhuistest: fix simple/test-process-active-wraps
2012-05-22 Ben Noordhuisdeps: upgrade libuv to a478847
2012-05-22 Nathan Rajlichrepl: preserve the cursor when redisplaying the prompt...
2012-05-22 Nathan Rajlichreadline: explicitly disable and re-enable "raw mode...
2012-05-22 Nathan Rajlichreadline: move the "setRawMode" logic into a private...
2012-05-21 Oleg EfimovMake UNWRAP macro generic.
2012-05-21 Andreas Madsencluster: remove NODE_UNIQUE_ID from env on startup
2012-05-21 Oleg EfimovCheck for tabs in source line in DisplayExceptionLine
2012-05-20 Ben Noordhuistest: add http 'data after timeout' test
2012-05-20 isaacstest: wait for 'close' event for stdout
2012-05-20 isaacstest: root can connect to chmod'd pipes
2012-05-20 isaacstest: Solaris is not as granular with rename fs watch...
2012-05-19 Andreas Madsenfs.watch should not require a listener arguments
2012-05-17 Ben Noordhuisdoc: improve fs.open() docs
2012-05-17 Kevin Bowmandoc: document fs 'rs+' open mode
2012-05-17 isaacsFaster fs.readFile and fs.readFileSync
2012-05-17 isaacsbenchmark for fs.readfile
2012-05-16 isaacsRevert "Fix #3242 Actually deprecate 'binary' buffer...
2012-05-16 isaacsFix #3270 Escape url.parse delims
2012-05-16 isaacsbuild: Set strict_aliasing on SunOS always
2012-05-16 isaacsRevert "test: stack overflow output"
2012-05-16 isaacsv8: s/echo -n/echo/. Not all sh's are bash.
2012-05-16 isaacsPatches floating on V8
2012-05-16 isaacsUpgrade V8 to 3.11.1
2012-05-16 Adam Malcontenti... http: make http.get() accept a URL
2012-05-16 Ben Noordhuisdoc: clarify stream 'close' event
2012-05-16 isaacslint
2012-05-15 Kevin Bowmanfs: add sync open flags 'rs' and 'rs+'
2012-05-15 isaacsMerge branch 'master' into v0.6-merge
2012-05-15 isaacsRe-apply http fixes from v0.6 branch properly
2012-05-15 Sadique Alibuild: improve c compiler detection
2012-05-15 Ben Noordhuishttp: fix client request.end() EPIPE race
2012-05-15 isaacstest: stack overflow output
2012-05-15 isaacslint
next