platform/upstream/nodejs.git
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.
2011-10-26 Nathan RajlichExport the type checking functions from `util.js`.
2011-10-26 Ryan DahlDon't compile in node_dtrace.cc when not supported
2011-10-26 Zachary Scottdocs: update email address
2011-10-26 Zachary Scottdocs: update socket.io url
2011-10-26 koichiktls: add address(), remoteAddress/remotePort
2011-10-26 koichiktls: does not emit 'end' from EncryptedStream
2011-10-26 Ben Noordhuisbuild: fix sunos gyp build, include platform file
2011-10-26 Ben Noordhuissunos: don't use exceptions
2011-10-26 Ben Noordhuisgyp: support older bash versions
2011-10-25 Ben Noordhuisuv: upgrade to 0cb2213
2011-10-25 Igor Zinkovskyfix test-http-curl-chunk-problem.js and test-pipe-file...
2011-10-25 Ben Noordhuishttp: fix gcc 3.x build, don't use always_inline
2011-10-25 Ben Noordhuistest: spawn process.argv[0], not 'node'
2011-10-24 Nathan RajlichDirectly export the Stream constructor.
2011-10-24 Ryan DahlRemove resume and pause events
2011-10-24 isaacsClose #1929 zlib Respond to 'resume' events properly
2011-10-24 Maciej Małeckinet: `Server.listen`, `Server.close` and `Socket.connec...
2011-10-22 koichikdocs: improvement fs, http and https
2011-10-22 seebeesLint
2011-10-22 seebeesDocumentation update
2011-10-22 seebeesremove auth from host
2011-10-22 seebeeshttp.request(url.parse(x))
2011-10-22 seebeesurl.resolveObject(url.parse(x), y) == url.parse(url...
2011-10-22 koichikdocs: remove #1914 from Changelog.
next