Large refactor of file code.
authorRyan <ry@tinyclouds.org>
Tue, 26 May 2009 01:30:51 +0000 (03:30 +0200)
committerRyan <ry@tinyclouds.org>
Tue, 26 May 2009 01:30:51 +0000 (03:30 +0200)
commitd1b0ce6d37accf5e0007df8f975d487f173b72fa
tree6d4e7028bc2cd8367d1599d4d5405fe09c2a670b
parentf3af6c6f531e5dbef144e2aa1f0ed2c3db75455a
Large refactor of file code.

All the c++ code is now reduced to simple wrappers. The node.fs.File object
is defined entirely in javascript now. As is the actionQueue methods.

This makes the boundaries much cleaner. There is still some thought that
needs to go into how exactly the API should behave but this simplification
is a first step.
src/file.cc
src/file.h
src/file.js
src/node.h
src/node.js