summaryrefslogtreecommitdiff
tag namev0.3.8 (9c9f5b375554679745656922b967f4e8c36caa90)
tag date2011-02-04 19:36:21 -0800
tagged byRyan Dahl <ry@tinyclouds.org>
tagged objectcommit 9493b7563b...
downloadnodejs-0.3.8.tar.gz
nodejs-0.3.8.tar.bz2
nodejs-0.3.8.zip
2011.02.04, Version 0.3.8 (unstable)
* Add req.abort() for client side requests. * Add exception.code for easy testing: Example: if (err.code == 'EADDRINUSE'); * Add process.stderr. * require.main is the main module. (Isaac Schlueter) * dgram: setMulticastTTL, setMulticastLoopback and addMembership. (Joe Walnes) * Fix throttling in TLS connections * Add socket.bufferSize * MinGW improvements (Bert Belder) * Upgrade V8 to 3.1.1