platform/upstream/nodejs.git
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
2012-05-15 Ben Noordhuisnode: make _getActiveHandles() return user objects
2012-05-15 Ben Noordhuistest: verify that connect reqs are cleaned up
2012-05-15 Ben Noordhuisprocess: add _getActiveHandles(), _getActiveRequests()
2012-05-15 Ben Noordhuisreq_wrap: share process_symbol, domain_symbol
2012-05-15 isaacsMerge remote-tracking branch 'ry/v0.6' into v0.6-merge
2012-05-15 isaacsGuard against emitting 'end' twice on http responses
2012-05-15 isaacsBreak up huge function in ClientRequest.onSocket
2012-05-15 isaacsNow working on 0.6.19
2012-05-15 isaacsMerge branch 'v0.6.18-release' into v0.6
2012-05-15 Ben Noordhuischild_process: hook up handle wrap to owning object
2012-05-15 Ben Noordhuischild_process: rename field _internal to _handle
2012-05-15 Ben Noordhuisnet: hook up handle wrap to owning object
2012-05-15 Ben Noordhuisfs: hook up handle wrap to owning object
2012-05-15 Ben Noordhuisdgram: hook up handle wrap to owning object
2012-05-15 isaacs2012.05.15 Version 0.6.18 (stable) v0.6.18
2012-05-15 isaacsEscape leading # signs in 'make email.md'
2012-05-15 isaacsGuard against emitting 'end' twice on http responses
2012-05-14 isaacsUpgrade libuv to bc4126b
2012-05-14 Ben Noordhuistest: add https + .pfx client/server test
2012-05-14 ssudacrypto: add PKCS12/PFX support
2012-05-14 Andreas Madsenchild_process: allow sending a net Socket and Server...
2012-05-14 Andreas Madsendoc: move child.send details from child_process.fork...
2012-05-14 rsolomonet: make isIP() return 0 on empty input
2012-05-14 Ben Noordhuisnode: delete NODE_CHANNEL_FD from env
2012-05-13 Bert BelderWindows: add test for path.normalize with UNC paths
next