platform/upstream/nodejs.git
2011-11-09 Igor Zinkovskymake stdout stream non-destroyable
2011-11-09 Igor Zinkovskymake stderr stream non-destroyable
2011-11-09 Ben Noordhuisbench: start (NUM_CPUS-1) workers
2011-11-09 Ben NoordhuisRemove stray NODE_MODULE() semi-colons.
2011-11-09 Ryan DahlRemove 'report this bug' message from cluster master
2011-11-09 Ryan DahlFixes #2047. Fill workers array immediately after fork
2011-11-09 Ryan DahlUpgrade libuv to 196e145
2011-11-09 Ryan Dahlprocess.kill doesn't create error obj correctly
2011-11-09 Ryan DahlUpgrade libuv to 2b7774a
2011-11-08 Ryan DahlFixes #2052. Readline get win cols correctly
2011-11-08 Ben Noordhuiscrypto: use the right mutex
2011-11-08 Ryan DahlUpgrade libuv to f1859eb
2011-11-08 Ben Noordhuiscrypto: make module thread-safe
2011-11-08 Ryan DahlUpgrade V8 to 3.6.6.7
2011-11-08 Scott AndersonCluster documentation added.
2011-11-08 Ben Noordhuistest: fs.realpath() should not call its callback twice
2011-11-08 Benjamin Paserofs: fix fs.realpath on windows to return on error
2011-11-08 Ben Noordhuisfs: make mkdir() call callback if mode is omitted
2011-11-08 Ben Noordhuiscluster: fix call to undefined function
2011-11-07 Eric Lovettdocs: minor grammar fix in cluster page
2011-11-07 Ben Noordhuisbuild: fix race in parallel build
2011-11-07 Ryan DahlUpdate multi-core text on index.html
2011-11-07 Ryan DahlRemove v0.4 links from index.html
2011-11-07 Ben Noordhuisbuild: fix man page install path on the BSDs
2011-11-05 koichikbench: update static_http_server benchmark to new API
2011-11-05 Fedor Indutnytest: debugger-repl should wait for 'drain' event
2011-11-05 Eric Lovettdocs: use markdown for link, not html
2011-11-05 Ben Noordhuisdocs: fix copy/paste error, 0.6.0 is a stable release
2011-11-05 Eric Lovettdocs: minor typo fix in child process docs
2011-11-05 Ryan DahlNow working on v0.6.1
2011-11-05 Ryan DahlBump version to v0.6.0 v0.6.0
2011-11-05 koichikdocs: fix typo
2011-11-05 Ben Noordhuisuv: upgrade to c468e2a
2011-11-05 Igor Zinkovskyfix test-module-loading on windows
2011-11-05 Igor Zinkovskyupdate fs_event_wrap.cc to work with new uv_fs_event_in...
2011-11-05 Igor Zinkovskymake updates to work with latest libuv api changes
2011-11-05 Bert BelderUpgrade libuv to 1997e10b50
2011-11-04 Ryan Dahldocs: make std*Stream spawn opts explicitly internal
2011-11-04 Jacob H.C.... docs: fix some minor typos in the fs documentation
2011-11-04 Ben Noordhuisbench: add http_simple cluster edition benchmark
2011-11-04 Ryan Dahlcluster: add example for message passing
2011-11-04 Igor Zinkovskyupgrade libuv to 82cf0b38c0
2011-11-04 Ryan Dahlcluster: Remove eachWorker, workerCount
2011-11-04 Ryan Dahlnew cluster api
2011-11-04 Jacob H.C.... docs: fix typo in the documented fchown signature
2011-11-04 Matt RobenoltClose #1930 Convenience methods for zlib
2011-11-04 Fedor Indutnyfix debugger-repl test
2011-11-04 Fedor Indutnydebugger: do not request `continue` on connection
2011-11-04 Bert BelderImplement process._debugProcess
2011-11-04 Bert BelderMake error reporting from node::DLOpen more consistent
2011-11-04 Bert BelderWindows: ErrnoException shouldn't mix up crt and win32...
2011-11-04 Bert BelderFix line endings and trailing whitespace
2011-11-04 Jordan Sisselurl: add '.' '+' and '-' in url protocol
2011-11-04 Ben Noordhuisfs: don't use octal values, not allowed in strict mode
2011-11-04 Ben Noordhuistest: fix simple/net-pipe-connect-errors
2011-11-03 Ryan DahlUpgrade libuv to 9c7ed0d
2011-11-03 Fedor Indutnyreport debugger's test errors
2011-11-03 Ryan Dahlstdout and stderr are blocking when referring to regula...
2011-11-03 Ryan DahlSocket.write should reset timeout timer.
2011-11-03 Ben Noordhuisnet: implement Server.prototype.address() for pipes
2011-11-03 Maciej Małeckitest error codes related to pipes
2011-11-03 Ryan DahlRemove -Werror from V8 build
2011-11-03 Ryan DahlDowngrade V8 to 3.6.4
2011-11-03 koichikdocs: make fs.mkdir()'s mode argument an option.
2011-11-03 Ben Noordhuisfs: make mkdir() default to 0777 permissions
2011-11-03 Ben Noordhuisuv: upgrade to 0fb3769
2011-11-03 Ben Noordhuisv8: fix freebsd build, implement VirtualMemory class
2011-11-03 Igor Zinkovskyfix process.uptime() on windows
2011-11-03 Igor Zinkovskyprocess.kill to use uv_kill
2011-11-03 Ben Noordhuishttp: emit Error object after .abort()
2011-11-02 Igor Zinkovskyupgrade libuv to e1bee05ecdbffbe9de37830530ad2ae2f1fb41c8
2011-11-02 Ryan DahlRemove separation of libuv tests
2011-11-02 Ben Noordhuisdocs: http: link to relevant net.Socket methods
2011-11-02 Fedor Indutnyignore undefined messages in the debugger repl
2011-11-02 Ben Noordhuistest: add ChildProcess.prototype.killed test case
2011-11-02 Maciej Małeckichild_process: in a new `ChildProcess` set `killed...
2011-11-02 Ryan DahlAdd missing copyright headers
2011-11-02 Ben Noordhuisdocs: http: fix docs for the 'close' event
2011-11-02 Ben NoordhuisRevert "Upgrade V8 to 3.7.1"
2011-11-01 Igor Zinkovskyfix pummel/test-net-throttle on windows
2011-11-01 Maciej Małeckidoc: fix links
2011-11-01 Igor Zinkovskywindows: enable pending accepts knob
2011-11-01 Ben Noordhuisuv: upgrade to 90b0b7d
2011-11-01 Ben Noordhuisos: rename getNetworkInterfaces() to networkInterfaces()
2011-11-01 Maciej Małeckinode: remove `process.compile`
2011-11-01 Ben Noordhuisprocess: fix process.nextTick() error case regression
2011-11-01 koichiktest: fix test/message/undefined_reference_in_new_conte...
2011-10-31 isaacsdoc: Correct blatantly wrong futimes documentation
2011-10-31 Ben Noordhuisprocess: optimize process.nextTick()
2011-10-31 Ben Noordhuisbench: add process.nextTick() benchmark
2011-10-31 koichiktls, https: add passphrase option
2011-10-30 Ben Noordhuisdocs: tty: remove tty.open() documentation
2011-10-30 Ben Noordhuiscore: fix off-by-one error in node::DLOpen()
2011-10-30 Ben Noordhuisdocs: addons: fix example
2011-10-30 koichikfix for --harmony_block_scoping
2011-10-30 koichikdocs: fix option's name of cluster.startMaster()
2011-10-30 Ben Noordhuisuv: upgrade to 70381ce
2011-10-30 Siddharth Mahendrakerevents: separate maxListeners and _events
2011-10-29 Igor Zinkovskyfix pummel/test-child-process-spawn-loop.js on windows
2011-10-28 Bert BelderUpgrade libuv to e4d6509211
next