aboutsummaryrefslogtreecommitdiff
path: root/src/library_idbfs.js
AgeCommit message (Collapse)Author
2014-02-01fix for FS.utime parametersAnthony Pesch
2014-01-30don't leak streams in readFile and writeFileAnthony Pesch
don't invoke multiple callbacks when idbfs sync errors added canOwn option to writeFile updated idbfs sync to specify canOwn when writing to the local fs reworked idbfs sync to use an index with openKeyCursor to avoid deserializing all values when getting the set members
2013-11-04Give names to most manually assigned functions in the .js files, in form ↵Jukka Jylänki
"var x = function()" -> "function x()" so that error stack traces and profiling stack traces are more informative and do not contain anonymous functions.
2013-10-28add PATH.join2 as a fast way to join 2 path elements without the generic ↵Alon Zakai
overhead of PATH.join
2013-09-27 - added idbfs and nodefsAnthony Pesch
- minor coding convention fixes