Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-10-28 | add PATH.join2 as a fast way to join 2 path elements without the generic ↵ | Alon Zakai | |
overhead of PATH.join | |||
2013-10-23 | Add a staticInit() initializer function to node fs. | Jukka Jylänki | |
2013-10-22 | Fake 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-21 | Fixes 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 nodefs | Anthony Pesch | |
- minor coding convention fixes |