summaryrefslogtreecommitdiff
tag namev0.3.3 (d421ac13826c1dd0be73e41025d3e350bb9676eb)
tag date2011-01-02 18:33:56 -0800
tagged byRyan Dahl <ry@tinyclouds.org>
tagged objectcommit 57544ba1c5...
downloadnode-new-0.3.3.tar.gz
2011.01.02, Version 0.3.3 (unstable)
* TLS improvements. * url.parse(url, true) defaults query field to {} (Jeremy Martin) * Upgrade V8 to 3.0.4 * Handle ECONNABORT properly (Theo Schlossnagle) * Fix memory leaks (Tom Hughes) * Add os.cpus(), os.freemem(), os.totalmem(), os.loadavg() and other functions for OSX, Linux, and Cygwin. (Brian White) * Fix REPL syntax error bug (GH-543), improve how REPL commands are evaulated. * Use process.stdin instead of process.openStdin(). * Disable TLS tests when node doesn't have OpenSSL.