index
:
emscripten
master
push-upstream
Emscripten: An LLVM-to-JavaScript Compiler
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
library_memfs.js
Age
Commit message (
Expand
)
Author
2014-02-20
strict fix: Can't use octal constants.
Bruce Mitchener
2014-02-20
strict fix: Duplicate key in object literal.
Bruce Mitchener
2013-11-02
Add command line parameter --no-heap-copy that optimizes for small memory foo...
Jukka Jylänki
2013-10-29
put assertions in performance-sensitive code behind ASSERTIONS flag
Alon Zakai
2013-10-28
reuse ops objects in MEMFS.createNode
Alon Zakai
2013-10-28
reuse some FS errors in places where overhead is high and stack importance is...
Alon Zakai
2013-10-11
Fixes bug when renaming a directory into a subdirectory.
Michael Bishop
2013-09-27
- added idbfs and nodefs
Anthony Pesch
2013-09-17
Fixes in pread()
Michael J. Bishop
2013-08-27
copy the entire datafile in one chunk into the heap, avoiding one malloc per ...
Alon Zakai
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
2013-08-09
- merged FS and VFS namespaces
Anthony Pesch