summaryrefslogtreecommitdiff
tag namev0.1.14 (b12c809bb84d1265b6a4d970a5b54ee8a4890513)
tag date2009-10-09 18:15:30 +0200
tagged byRyan Dahl <ry@tinyclouds.org>
tagged objectcommit d79b6e9f7f...
downloadnode-new-0.1.14.tar.gz
2009.10.09, Version 0.1.14
* Feature: Improved addon builds with node-waf * Feature: node.SignalHandler (Brandon Beacher) * Feature: Enable V8 debugging (but still need to make a debugger) * API: Rename library /utils.js to /sys.js * Clean up Node's build system * Don't use parseUri for HTTP server * Remove node.pc * Don't use /bin/sh to create child process except with exec() * API: Add __module to reference current module * API: Remove include() add node.mixin() * Normalize http headers; "Content-Length" becomes "content-length" * Upgrade V8 to 1.3.15