Merge branch 'net2'
authorRyan Dahl <ry@tinyclouds.org>
Sat, 20 Mar 2010 04:51:50 +0000 (21:51 -0700)
committerRyan Dahl <ry@tinyclouds.org>
Sat, 20 Mar 2010 04:52:09 +0000 (21:52 -0700)
Expect instability on the master branch for a while.
Problems:
  - Documentation is not yet updated

  - SSL support is gone! It needs to be redone for net.js.  Use 'tcp_old'
    and 'http_old' if you need it. I want to use OpenSSL now, talk to me if
    you'd like to work on it.

  - fs.write() supports Buffers a little. See src/node_file.cc for details
    fs.read() not yet. The file streams need to be updated to handle Buffer.

  - The Buffer API will probably change.


Trivial merge