aboutsummaryrefslogtreecommitdiff
path: root/src/library_nodefs.js
AgeCommit message (Collapse)Author
2013-10-28add PATH.join2 as a fast way to join 2 path elements without the generic ↵Alon Zakai
overhead of PATH.join
2013-10-23Add a staticInit() initializer function to node fs.Jukka Jylänki
2013-10-22Fake node.js stat() call on Windows to report a blocksize and blocks number. ↵Jukka Jylänki
Otherwise these would be 'undefined', which later in unit tests would throw an error in SAFE_HEAP_STORE. Fixes o1.test_unistd_truncate.
2013-10-21Fixes to nodefs filesystem so that test_unistd_io passes on Windows. Don't ↵Jukka Jylänki
pass integer permission modes to node.js open function, but use only the documented string open caps.
2013-09-27 - added idbfs and nodefsAnthony Pesch
- minor coding convention fixes