Age | Commit message (Expand) | Author |
2014-06-17 | don't open files with empty path | Sathyanarayanan Gunasekaran |
2014-06-11 | change value of position after seeking | Sathyanarayanan Gunasekaran |
2014-06-05 | Use typed arrays instead of normal JS arrays to back files in the MEMFS files... | Jukka Jylänki |
2014-04-30 | Rename FS tracking delegate did* to on* as suggested in https://github.com/kr... | Jukka Jylänki |
2014-04-29 | Wrapped the delegate calls in exception handlers so the exceptions | Michael J. Bishop |
2014-04-29 | Added support for moving paths. | Michael J. Bishop |
2014-04-29 | Added support for file tracking being used to track when | Michael J. Bishop |
2014-04-29 | Added file closing to the list of tracked events. | Michael J. Bishop |
2014-04-29 | Added FileSystem tracking Support. | Michael Bishop |
2014-04-15 | stop using __proto__ as an optimization, it actually makes things slower | Alon Zakai |
2014-03-03 | Strict: Don't define functions within conditional. | Bruce Mitchener |
2014-02-20 | strict fix: Can't use octal constants. | Bruce Mitchener |
2014-02-02 | Differentiate between file pointers and file descriptors. | Ryan Kelly |
2014-02-02 | Use standard fds of 0,1,2 rather than 1,2,3 | Ryan Kelly |
2014-01-31 | Merge pull request #2079 from inolen/fs_unmount | Alon Zakai |
2014-01-30 | added basic unmount support | Anthony Pesch |
2014-01-30 | don't leak streams in readFile and writeFile | Anthony Pesch |
2014-01-09 | utilize stack member from base Error class | Anthony Pesch |
2013-12-16 | fix typo | Lu Wang |
2013-11-05 | use __proto__ when available for new streams, otherwise do a full copy; fixes... | Alon Zakai |
2013-11-04 | Give names to most manually assigned functions in the .js files, in form "var... | Jukka Jylänki |
2013-10-28 | optimize createStream | Alon Zakai |
2013-10-28 | fix handling of generating path with a mountpoint ending with '/' | Alon Zakai |
2013-10-28 | do not normalize in getPath, since our paths elements are already ok | Alon Zakai |
2013-10-28 | avoid constant path normalization in getPath | Alon Zakai |
2013-10-28 | add PATH.join2 as a fast way to join 2 path elements without the generic over... | Alon Zakai |
2013-10-28 | optimize FS.createNode | Alon Zakai |
2013-10-28 | reuse node in last chmod call from createDataFile | Alon Zakai |
2013-10-28 | reuse node in open call from createDataFile | Alon Zakai |
2013-10-28 | reuse node in chmod call from createDataFile | Alon Zakai |
2013-10-28 | reuse some FS errors in places where overhead is high and stack importance is... | Alon Zakai |
2013-10-14 | ensure ErrnoError exists during static initialization | Alon Zakai |
2013-10-13 | warn on missing library deps, remove an obsolete VFS dep, and add a necessary... | Alon Zakai |
2013-10-12 | un-closurify ErrnoError | Alon Zakai |
2013-10-12 | use stackTrace in various places | Alon Zakai |
2013-10-02 | Add -s CASE_INSENSITIVE_FS=1 linker option to allow VFS to lookup files in ca... | Jukka Jylänki |
2013-09-27 | - added idbfs and nodefs | Anthony Pesch |
2013-09-27 | - made chdir use FS.chdir | Anthony Pesch |
2013-09-17 | Fixes in pread() | Michael J. Bishop |
2013-09-12 | Module.logReadFiles option | Alon Zakai |
2013-09-04 | rearranged FS function order | Anthony Pesch |
2013-09-03 | - added readFile and writeFile helpers | Anthony Pesch |
2013-08-30 | Merge pull request #1557 from inolen/sockfs | Alon Zakai |
2013-08-29 | allow null second param in createPreloadedFile|createDataFile so that file pa... | Alon Zakai |
2013-08-29 | - created SOCKFS | Anthony Pesch |
2013-08-28 | Fix permissions set by FS.createDevice | Ranger Harke |
2013-08-27 | FS.loadFilesFromDB|saveFilesToDB | Alon Zakai |
2013-08-23 | own the subarrays created by file preloading, to avoid a copy | Alon Zakai |
2013-08-16 | create FS.name_table at runtime, to reduce code size | Alon Zakai |
2013-08-15 | Merge pull request #1511 from inolen/errnoerror | Alon Zakai |