platform/upstream/nodejs.git
2011-11-15 Trent Mick"Trailer" header should mention "Content-MD5" trailer...
2011-11-13 seebeestest for REPL .save and .load and documentation updates
2011-11-13 Mathias Bynenspunycode: Update to v0.1.1.
2011-11-12 seebees.load, .save and local scope tab completion
2011-11-12 seebeesTab Compete test for node REPL
2011-11-12 Ben Noordhuistimers: remember extra setTimeout() arguments when...
2011-11-11 Ryan DahlNow working on v0.6.2
2011-11-11 Ryan DahlBump version to v0.6.1 v0.6.1
2011-11-11 Ryan DahlAdd 'make dist-upload'
2011-11-11 Ryan DahlBe consistent with v before version in packages
2011-11-11 Igor Zinkovskymsi changes
2011-11-11 Ryan DahlAdd upload command to vcbuild.bat
2011-11-11 Ryan DahlSimplify and move getnodeversion.py
2011-11-11 Shigeki Ohtsudebugger: correctly handle source with multi-byte chara...
2011-11-11 Ryan DahlFixes #2073. Cluster should be silent.
2011-11-11 Ben Noordhuistest: add more punycode tests
2011-11-11 Ben Noordhuispunycode: replace with Mathias Bynens's implementation
2011-11-11 Yoji SHIDARAdocs: dgram client should be closed in the callback
2011-11-11 Ryan Dahldont use blue for numbers in util.inspect
2011-11-11 Ryan DahlImprove OSX installer
2011-11-11 Igor Zinkovskyfix msi builder
2011-11-10 Igor Zinkovskythrow from stdout.end and stderr.end
2011-11-10 Igor ZinkovskyAdd node.rc with a version resource
2011-11-10 Ben Noordhuisbench: optimize io.c benchmark
2011-11-10 Ben Noordhuisuv: upgrade to 224584c
2011-11-10 Ben Noordhuisuv: upgrade to 26806e2
2011-11-10 Ben Noordhuisfs: don't close uninitialized fs.watch handle
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
next