• v0.2.4 428a670121

    Ghost released this 2010-10-25 08:47:12 +11:00 | 45090 commits to main since this release

    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

    Downloads