platform/upstream/nodejs.git
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
2011-10-28 Bert BelderExport some functions from node.h
2011-10-28 Bert BelderSupport native extension loading on Windows
2011-10-28 Bert BelderMake node::DLOpen use uv_dlopen
2011-10-28 Bert BelderUpgrade libuv to 90e15f1110
2011-10-28 Bert BelderAdd common.gypi to gyp output
2011-10-28 Bert BelderWrap long lines, strip trailing whitespace
2011-10-28 Bert BelderRemove outdated comment
2011-10-28 Bert BelderFix v8 build on Windows
2011-10-28 Igor Zinkovskyfix simple/test-child-process-double-pipe on windows
2011-10-28 Igor ZinkovskyRevert "remove node_io_watcher"
2011-10-28 Ben Noordhuislinux: unbreak build if HAVE_MONOTONIC_CLOCK=0
2011-10-28 Ben Noordhuisdocs: addons: fix NODE_SET_METHOD example
2011-10-28 Zachary Scottdocs: tty: stdin must be initialized before calling...
2011-10-28 Ben Noordhuisdocs: fix home page link to API docs
2011-10-28 Ben Noordhuiszlib: compile without -ansi
2011-10-27 Igor Zinkovskyremove node_io_watcher
2011-10-27 koichikdocs: add zlib.createXxx() functions
2011-10-27 Ben Noordhuisv8: implement VirtualMemory class on SunOS
2011-10-27 Ryan DahlUpgrade V8 to 3.7.1
2011-10-26 Tj Holowaychukcluster: Add some docs, improve cluster.isWorker()
2011-10-26 Ryan Dahlnode cluster is now a module instead of CLI interface
2011-10-26 Nathan RajlichAdd test cases for #1944.
2011-10-26 Nathan RajlichMore bulletproof `util.inspect()` function.
2011-10-26 Nathan RajlichAdd test case for #1941.
2011-10-26 Nathan RajlichDon't use `instanceof` in lib/util.js "is" checks.
2011-10-26 Ryan DahlReturn IPv4 addresses before IPv6 addresses from getadd...
2011-10-26 Nathan RajlichAdd docs for the type checking functions in `util.js`.
2011-10-26 Nathan RajlichAdd test case for the util.js type checking functions.
next