Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
tag namev0.1.5 (b0fd3e281cb5f7cd8d3a26bd2b89e1b59998e5ed)
tag date2009-08-21 20:03:42 +0400
tagged byRyan <ry@tinyclouds.org>
tagged objectcommit a73998d6f4...
2009.08.21, Version 0.1.5
* Bugfix: Buggy connections could crash node.js. Now check connection before sending data every time (Kevin van Zonneveld) * Bugfix: stdin fd (0) being ignored by node.File. (Abe Fettig) * API: Remove connnection.fullClose() * API: Return the EventEmitter from addListener for chaining. * API: tcp.Connection "disconnect" event renamed to "close" * Upgrade evcom Upgrade v8 to 1.3.6