Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-27 | copy the entire datafile in one chunk into the heap, avoiding one malloc per ↵ | Alon Zakai | |
file, but at the cost of not being able to free them | |||
2013-08-23 | do not fail when mmaping a MEMFS.CONTENT_FIXED | Alon Zakai | |
2013-08-23 | own the subarrays created by file preloading, to avoid a copy | Alon Zakai | |
2013-08-23 | keep MEMFS files as typed arrays until we need them to be flexible | Alon Zakai | |
2013-08-13 | - made FS.readdir easier to use | Anthony Pesch | |
- tightened up exported node and stream ops for each type | |||
2013-08-09 | - merged FS and VFS namespaces | Anthony Pesch | |
- split off fs, memfs, sockfs and tty libraries |