Commit Graph

561 Commits

Author SHA1 Message Date
Alan K f331092772 Create CNAME 2017-05-25 17:21:19 -04:00
Alan K cda0babfd7 Tests for Filer v0.0.44 2015-07-21 14:40:45 -04:00
Alan K 9baf9438ce Create gh-pages branch via GitHub 2014-12-17 17:22:38 -05:00
Alan K 6ba5c99396 update perf/ and tests/ 2014-12-17 02:54:29 -05:00
Alan K 7f8fb90c29 Tests for Filer v0.0.41 2014-12-17 02:53:04 -05:00
Alan K c2e9b38159 Tests for Filer v0.0.37 2014-12-17 02:35:22 -05:00
Alan K 15c5eac309 Tests for Filer v0.0.36 2014-12-02 13:45:29 -05:00
Alan K 62be361fdc v0.0.35 2014-10-24 07:57:19 -04:00
Alan K 9b51e10742 Merge branch 'develop' of github.com:filerjs/filer into develop 2014-10-24 07:56:59 -04:00
Alan K 94411e3b8d v0.0.34 2014-10-24 07:56:16 -04:00
Alan K f0829b69ca Merge pull request #318 from filerjs/fxos-1.3-fix
fix for arraybuffer brokenness on fxos1.3; adds a new code path for that...
2014-10-24 07:55:45 -04:00
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