summaryrefslogtreecommitdiff
tag namev0.1.18 (3db76853e137f81dad083b16abf57e8df2febda7)
tag date2009-11-17 15:05:51 +0100
tagged byRyan Dahl <ry@tinyclouds.org>
tagged objectcommit 027829d285...
downloadnode-new-0.1.18.tar.gz
2009.11.17, Version 0.1.18
* Feature: process.watchFile() process.unwatchFile() * Feature: "uncaughtException" event on process (Felix Geisendörfer) * Feature: 'drain' event to tcp.Connection * Bugfix: Promise.timeout() blocked the event loop (Felix Geisendörfer) * Bugfix: sendBody() and chunked utf8 strings (Felix Geisendörfer) * Supply the strerror as a second arg to the tcp.Connection close event (Johan Sørensen) * Add EventEmitter.removeListener (frodenius@gmail.com) * Format JSON for inspecting objects (Felix Geisendörfer) * Upgrade libev to latest CVS