summaryrefslogtreecommitdiff
tag namev0.2.4 (ab01286b3a3833297b88254f8fe8343fa429d8d8)
tag date2010-10-24 14:47:12 -0700
tagged byRyan Dahl <ry@tinyclouds.org>
tagged objectcommit 428a670121...
downloadnode-0.2.4.tar.gz
2010.10.24, Version 0.2.4
* Add --eval to command line options (TJ Holowaychuk) * net fixes - TCP clients buffer writes before connection - Don't flush net writeQueue on end() if its still connecting (Joshua Peek) - Do not spin on aceept() with EMFILE * Add --max-stack-size flag. (Tom Hughes) * Fixes to child_process.exec (timeouts and proper termination) Default to SIGTERM instead of SIGKILL. * Add signal handlers so we clean up before exiting. (Tom Hughes) * Fix parsing of linux memory (Vitali Lovich) * http-parser: Allow whitespace in the 'Content-Length' header. (Nathan Rajlich) * Add flag to disable colors in REPL