Commit Graph

550 Commits

Author SHA1 Message Date
Alan K ba9902fb93 fix for arraybuffer brokenness on fxos1.3; adds a new code path for that version, other platforms should be the same. 2014-10-24 07:52:11 -04:00
David Humphrey a3afbe472b Merge pull request #311 from humphd/xattr-null-node
Add safety around accessing node for an OFD, clean-up xattr code for path vs. ofd
2014-10-17 13:46:45 -04:00
David Humphrey (:humph) david.humphrey@senecacollege.ca f9e21cd576 Add note about https://github.com/filerjs/filer/issues/314 2014-10-17 13:34:29 -04:00
David Humphrey (:humph) david.humphrey@senecacollege.ca 1a4be5e2fd Add test for deleted node accessed via ofd 2014-10-17 13:16:09 -04:00
David Humphrey (:humph) david.humphrey@senecacollege.ca 570b40f9ca Add safety around accessing node for an OFD, clean-up xattr code for path vs. ofd 2014-10-17 12:55:36 -04:00
Alan K 4dd322c560 Merge pull request #300 from humphd/issue185
Fix #184 - remove unneeded standard_check_result_cb
2014-10-06 13:30:05 -04:00
Alan K ce2184b8c1 v0.0.33 2014-09-30 16:16:56 -04:00
Alan K 04d612c97b add filer-test.js to repo 2014-09-30 16:16:15 -04:00
Alan K c113907f62 Merge pull request #305 from alicoding/issue302
Add filer-js test
2014-09-30 16:13:26 -04:00
Ali Al Dallal ab1c793137 Add filer-js test 2014-09-30 16:10:53 -04:00
Alan K 3b43204587 Merge pull request #304 from alicoding/issue302
Make it possible to run the test
2014-09-30 15:06:51 -04:00
Ali Al Dallal a37f262f41 Make it possible to run the test 2014-09-30 14:47:13 -04:00
David Humphrey (:humph) david.humphrey@senecacollege.ca 108558e7e6 Fix #184 - remove unneeded standard_check_result_cb 2014-09-27 11:22:15 -04:00
Alan K 44b32b849d Merge pull request #295 from gideonthomas/issue294
Fix #294 - Failure to unlink directories should return an EPERM error
2014-09-24 12:12:08 -04:00
gideonthomas 8c00b856bc Fix #294 - Failure to unlink directories should return an EPERM error 2014-09-24 11:22:29 -04:00
Alan K af5eea103a Merge pull request #293 from gideonthomas/issue288
Fix #288 - fs.unlink should fail on directory nodes
2014-09-23 12:17:21 -04:00
gideonthomas 19eea4f502 Fix #288 - fs.unlink should fail on directory nodes 2014-09-22 11:16:02 -04:00
Alan K ed60c0b1fb v0.0.29 2014-09-19 12:32:42 -04:00
Alan K 2da47dafbb Merge pull request #287 from gideonthomas/issue251
Fix #251 - `grunt check` does not work
2014-09-18 15:37:48 -04:00
gideonthomas 9f60ce8a71 Fix #251 - `grunt check` does not work 2014-09-18 13:41:35 -04:00
Alan K 284a7cf5cf Update package.json
`js-platform` -> `filerjs`
2014-09-18 13:08:48 -04:00
Alan K b1e428a4e7 Update README.md
`js-platform` -> `filerjs`
2014-09-18 13:07:59 -04:00
Alan K 44af0709c3 Merge pull request #284 from alicoding/bowerFix
Fix bower can't run in some OS
2014-09-12 15:09:09 -04:00
Ali Al Dallal 5a75de1881 Fix bower can't run in some OS 2014-09-12 15:03:29 -04:00
Alan K 5dfebed4c7 v0.0.28 2014-09-09 15:05:10 -04:00
David Humphrey 9a05ef3c17 Merge pull request #280 from Pomax/asyncshim
async slimming
2014-09-09 14:39:52 -04:00
Pomax 15c25e7ff9 PR fix 2014-09-09 10:10:30 -07:00
David Humphrey fb20e6789a Merge pull request #279 from Pomax/winfix
grunt fix for running on windows
2014-09-09 13:02:07 -04:00
Pomax cdd38f2db4 async slimming 2014-09-09 09:53:48 -07:00
Pomax 3344338c2e grunt fix for running on windows 2014-09-09 09:43:20 -07:00
David Humphrey 41bf256751 Merge pull request #278 from alicoding/issues272
Remove wget to make Filer work in node.js

This is good. r=me. Thanks for also cleaning up the README for the zip/unzip removal.
2014-09-09 10:20:18 -04:00
Ali Al Dallal adf039943d Remove wget to make Filer work in node.js 2014-09-09 09:30:03 -04:00
Alan K a9551d8a56 cleanup 2014-09-02 18:34:50 -04:00
Alan K 4126321996 remove zip/unzip from shell 2014-09-02 15:48:54 -04:00
Alan K 08f4b7e528 remove outdated examples 2014-08-25 20:12:18 -04:00
Alan K 3134c0be46 v0.0.27 2014-08-22 12:35:13 -04:00
Alan K e79a6302ce Merge pull request #271 from gideonthomas/issue270
Fix #270 - pathCheck should handle undefined paths
2014-08-22 12:31:32 -04:00
gideonthomas f451ed96cc Fix #270 and #276 - pathCheck should handle undefined paths and fix INAVL typo 2014-08-21 16:14:57 -04:00
Alan K 16dfb79de9 Merge pull request #269 from humphd/issue266
Fix #266 - let FileSystem ctor figure out if an existing filesystem exists
2014-08-20 21:27:04 -04:00
David Humphrey (:humph) david.humphrey@senecacollege.ca ba5f3fdbcd Fix #266 - let FileSystem ctor figure out if an existing filesystem exists 2014-08-20 20:53:01 -04:00
Alan K 27a5e6ee26 v0.0.26 2014-08-20 15:57:09 -04:00
Alan K cf2469f270 Merge pull request #268 from humphd/issue267
Fix #267, readdir on file path should error
2014-08-20 15:56:22 -04:00
David Humphrey (:humph) david.humphrey@senecacollege.ca 057b43ae02 Fix for readdir and non-dir paths 2014-08-20 15:47:14 -04:00
David Humphrey (:humph) david.humphrey@senecacollege.ca 4bba2512b0 Failing test for #267, readdir on file path should error 2014-08-20 15:44:12 -04:00
Alan K e01e422fe9 v0.0.25 2014-08-20 14:48:40 -04:00
Alan K fa9d4967fd Merge pull request #262 from humphd/issue261
Fix #261 - include path in errors
2014-08-19 11:31:51 -04:00
David Humphrey (:humph) david.humphrey@senecacollege.ca fe0d6ce680 Comment out unused errors for space saving on filer.js 2014-08-18 21:31:25 -04:00
David Humphrey (:humph) david.humphrey@senecacollege.ca 29f50ac2fd Add stacks 2014-08-18 21:04:09 -04:00
David Humphrey (:humph) david.humphrey@senecacollege.ca 851d863652 A few fixes 2014-08-18 19:21:35 -04:00
David Humphrey (:humph) david.humphrey@senecacollege.ca ee9ea82cfb Fix #261 - include path in errors 2014-08-18 19:13:50 -04:00