Commit Graph

  • fe9b94d4ec Changed IndexedDB provider to use RW context if RO is requested. Fixes issue #128 #135 pbouianov 2014-03-05 14:45:59 -0500
  • c5ed7d4a55 Updated tests already checking error name #134 pbouianov 2014-03-05 14:28:31 -0500
  • bf9ff3ab3a Updated error object to match Node.js. Solves issue #125. pbouianov 2014-03-05 13:22:23 -0500
  • 3c9c344011 Merge pull request #131 from humphd/issue103 Alan K 2014-03-04 16:33:23 -0500
  • f10b86b644 Change fs.utime test to remove constant times, prefering calculated duration. Fixes #103 #131 David Humphrey (:humph) david.humphrey@senecacollege.ca 2014-03-04 15:30:46 -0500
  • 503a2d2aca Merge pull request #130 from humphd/websql-fixes Alan K 2014-03-04 14:34:22 -0500
  • 32a5cfe584 Review fixes #130 David Humphrey (:humph) david.humphrey@senecacollege.ca 2014-03-04 14:32:33 -0500
  • da5e1b2b57 Fix WebSQL provider to properly deal with typed arrays, 100% of tests passing now on WebKit with WebSQL David Humphrey (:humph) david.humphrey@senecacollege.ca 2014-03-04 13:37:37 -0500
  • 6552683b15 Merge pull request #129 from humphd/issue127 Alan K 2014-03-03 23:14:29 -0500
  • 23a9861e82 Deal with provider.open edge case in new provider-agnostic tests. Fixes issue #127. #129 David Humphrey (:humph) david.humphrey@senecacollege.ca 2014-03-03 19:11:31 -0500
  • 0ce4d192fa Missing semi-colons added #113 kwkofler 2014-02-20 21:00:57 -0500
  • 866d8c1876 Issue #112 - Added mode reporting functions to the Stats object prototype, and appropriate tests kwkofler 2014-02-20 20:56:53 -0500
  • 1dc325556a Resolves issue #112, though isBlockDevice(), isCharacterDevice(), isFIFO(), and isSocket() currently lack constants, hence return false. kwkofler 2014-02-11 17:32:14 -0500
  • 7d6bd98a31 Merge branch 'develop' of github.com:js-platform/filer into develop Alan Kligman 2014-02-21 12:51:59 -0500
  • 7fce631ad7 add error for relative paths Alan Kligman 2014-02-21 12:39:33 -0500
  • 8b0a2d6bec Update README.md Alan K 2014-02-21 10:25:08 -0500
  • 7c68444aa1 Merge pull request #111 from pbouianov/issue91 Alan K 2014-02-21 10:23:51 -0500
  • 0c30d6dd18 Added fs.exists support. Fixes Issue91 #111 pbouianov 2014-02-21 06:53:12 -0500
  • c87f250c1e Update dist/ with newest filer David Humphrey (:humph) david.humphrey@senecacollege.ca 2014-02-20 18:27:53 -0500
  • 8e66e9cd1e Changing path structure so it works externally with require Simon Wex 2014-02-20 14:24:36 -0800
  • 11ec73b817 Merging upstream Simon Wex 2014-02-20 14:20:23 -0800
  • b6b4ac8fec Merge pull request #120 from humphd/issue119 Alan K 2014-02-19 18:22:43 -0500
  • bf0354fe78 Merge pull request #114 from humphd/issue98 Alan K 2014-02-19 18:20:54 -0500
  • 64a52b7d00 Share code from lib/async.js instead of inlining nextTick in Memory provider #114 David Humphrey (:humph) david.humphrey@senecacollege.ca 2014-02-19 17:55:56 -0500
  • 715f56b478 Default provider for tests should be indexeddb. Fixes #119 #120 David Humphrey (:humph) david.humphrey@senecacollege.ca 2014-02-19 17:47:14 -0500
  • a7a1f4b82e Change sh.exec to take a list vs. object for passed args David Humphrey (:humph) david.humphrey@senecacollege.ca 2014-02-19 17:36:26 -0500
  • eadd4ec03c Review fixes David Humphrey (:humph) david.humphrey@senecacollege.ca 2014-02-19 17:29:11 -0500
  • 8eac72b9d0 More README fixes David Humphrey (:humph) david.humphrey@senecacollege.ca 2014-02-19 15:32:01 -0500
  • 80300fc92d More Readme fixes David Humphrey (:humph) david.humphrey@senecacollege.ca 2014-02-19 15:27:58 -0500
  • 4308e2d9ca Readme fixes David Humphrey (:humph) david.humphrey@senecacollege.ca 2014-02-19 15:25:52 -0500
  • dd87117ff8 Update docs for shell changes David Humphrey (:humph) david.humphrey@senecacollege.ca 2014-02-19 15:22:12 -0500
  • 21f5d15f51 Add support for shell.env, PWD, TMP, and tempDir, with tests David Humphrey (:humph) david.humphrey@senecacollege.ca 2014-02-19 12:15:02 -0500
  • 83c55308dc Add shell.rm() with tests David Humphrey (:humph) david.humphrey@senecacollege.ca 2014-02-19 11:25:30 -0500
  • e4767019cc Add shell.ls() with tests David Humphrey (:humph) david.humphrey@senecacollege.ca 2014-02-18 16:48:53 -0500
  • 2829079bd3 Add Shell.cat() with tests David Humphrey (:humph) david.humphrey@senecacollege.ca 2014-02-18 14:51:06 -0500
  • ef09526740 Add cd test for symlink'ed dir David Humphrey (:humph) david.humphrey@senecacollege.ca 2014-02-17 16:55:36 -0500
  • d7cce709f9 Fix shell.cd and add tests David Humphrey (:humph) david.humphrey@senecacollege.ca 2014-02-17 10:47:47 -0500
  • 2d3b15d310 Deal with jshint hating the Function constructor David Humphrey (:humph) david.humphrey@senecacollege.ca 2014-02-15 15:43:38 -0500
  • 263b9cd9b0 Add shell.exec with test David Humphrey (:humph) david.humphrey@senecacollege.ca 2014-02-15 15:28:00 -0500
  • e43b1ba551 Working touch command with tests David Humphrey (:humph) david.humphrey@senecacollege.ca 2014-02-15 10:54:54 -0500
  • f618a44b9e Begin work on FileSystemShell and touch command David Humphrey (:humph) david.humphrey@senecacollege.ca 2014-02-15 10:05:04 -0500
  • ed206d68d8 Bump version. Rebuild artifacts. Alan Kligman 2014-02-19 12:59:03 -0500
  • 3d57be4858 Fixes #116. Alan Kligman 2014-02-19 12:53:05 -0500
  • ebe52fe5c3 Fixes #106. Also fixed bug in write_data where offset wasn't used copy data from source buffer. Alan Kligman 2014-02-19 12:27:57 -0500
  • 18958fc585 Updated indexeddb test messages to match websql Alan Kligman 2014-02-18 21:49:56 -0500
  • 49cec5df60 Fix #105. Regression test for #105 had an error so I fixed that also. Updated refactoring-test example. Alan Kligman 2014-02-18 21:45:36 -0500
  • 366c7b12d0 Change Travis notifications David Humphrey (:humph) david.humphrey@senecacollege.ca 2014-02-18 11:11:05 -0500
  • 513ffb366a Merge pull request #118 from humphd/issue117 Alan K 2014-02-18 11:07:32 -0500
  • a33c2bd358 Fix failing null-byte case in PhantomJS for fs.truncate. Fixes #117 #118 David Humphrey (:humph) david.humphrey@senecacollege.ca 2014-02-18 11:02:08 -0500
  • 6ac7341edd Update .travis.yml Alan K 2014-02-17 18:30:55 -0500
  • 7180cebb18 Update .travis.yml Alan K 2014-02-17 18:29:19 -0500
  • 70127ca390 Update .travis.yml Alan K 2014-02-17 18:22:38 -0500
  • 989ece2bda Update README.md Alan K 2014-02-17 18:16:32 -0500
  • a14ad057e8 Merge pull request #115 from humphd/issue48 Alan K 2014-02-17 18:04:43 -0500
  • a2d9303193 Update CONTRIBUTING.md David Humphrey 2014-02-17 16:34:41 -0500
  • d2f743511e Turn on jshint and mocha/phantomjs tests with TravisCI. Fixes #48. #115 David Humphrey (:humph) david.humphrey@senecacollege.ca 2014-02-17 11:28:04 -0500
  • a0ef904f9a Merge pull request #102 from humphd/issue59 Alan K 2014-02-15 13:25:42 -0500
  • 4812861dcf Refactor tests: switch to Mocha, make providers and filer source configurable. Fixes #59 #102 David Humphrey (:humph) david.humphrey@senecacollege.ca 2014-01-21 16:25:09 -0500
  • 1e5e06f18e Merge pull request #107 from humphd/issue106 David Humphrey 2014-02-11 14:27:56 -0500
  • ce39bca20c Failing test for issue 106 #107 David Humphrey 2014-02-06 20:54:30 -0500
  • 2b3d6244f5 Merge pull request #109 from humphd/issue105 Alan K 2014-02-07 10:30:17 -0500
  • 7e09a4dfe1 Failing test for issue 105 #109 David Humphrey 2014-02-06 22:38:39 -0500
  • af24c59217 Changed paths to work within Brackets. James seemed to think this was the right approach. Simon Wex 2014-02-06 18:13:34 -0800
  • 4137c12420 Merge pull request #101 from pbouianov/issue88 Alan K 2014-02-03 19:50:37 -0800
  • 6ec635e551 fixed, added appendFile tests and updated README #101 pbouianov 2014-01-30 14:12:32 -0500
  • 51c10e0580 added fs.appendFile support pbouianov 2014-01-23 21:56:04 -0500
  • 2e11be3c12 Merge pull request #99 from zmhassan/issue94 Alan K 2014-01-21 10:05:17 -0800
  • bb04cce826 Fixed linting issues found with Grunt #99 zmhassan 2014-01-20 14:12:08 -0500
  • a27fd8e1e5 Merge pull request #93 from btulchinsky/utimes Alan K 2014-01-20 16:55:20 -0800
  • 0355771e92 Merge pull request #95 from humphd/issue92 Alan K 2014-01-16 12:04:53 -0800
  • 6f61249e81 Remove 3DES and Rabbit from encryption adapters, update docs, tests. Fixes #92 #95 David Humphrey 2014-01-16 14:46:33 -0500
  • 84c859a14c test case fix #93 Barry Tulchinsky 2014-01-15 21:35:42 -0500
  • d16cc29e3d rebase with develop Barry Tulchinsky 2014-01-15 21:17:25 -0500
  • 95f3547cfb fix another error in the spec tests for utimes Barry Tulchinsky 2013-12-21 16:49:52 -0500
  • 6c0758c6aa fix busted tests Alan Kligman 2014-01-14 14:50:20 -0500
  • 19181dccbc Merge pull request #89 from humphd/docs Alan K 2014-01-14 08:47:46 -0800
  • bdb5a17e49 Update dist/ files #89 David Humphrey (:humph) david.humphrey@senecacollege.ca 2014-01-14 11:38:44 -0500
  • 641eb870a7 s/IDBFS/Filer/ in all files, docs, tests. Fixes #54 David Humphrey (:humph) david.humphrey@senecacollege.ca 2014-01-14 10:56:36 -0500
  • 745641811e Updating, expanding docs. Fixes #36. David Humphrey (:humph) david.humphrey@senecacollege.ca 2013-12-09 11:29:13 -0500
  • fc03bb72d3 Merge pull request #84 from btulchinsky/xattr Alan K 2014-01-13 21:59:20 -0800
  • d31d33651c removed comments and patched parameter name and potential undefined error #84 Barry Tulchinsky 2014-01-13 20:03:54 -0500
  • b08a8d15dd fixed null value and refactored setxattr Barry Tulchinsky 2014-01-05 12:22:57 -0500
  • c4dd0f560c continue work on tests and clean-up code Barry Tulchinsky 2014-01-02 17:50:26 -0500
  • 732218cc1d fixed unnecessary null checking and replaced it with hasOwnproperty method, also added removexattr and fremovexattr and tests for it Barry Tulchinsky 2013-12-24 15:10:17 -0500
  • 7ae907cd5b changed behaviour to allow falsy values (ie. empty string), added more test cases and modified README.md Barry Tulchinsky 2013-12-22 20:58:00 -0500
  • 13c3cb2b23 fix another error in the spec tests for utimes Barry Tulchinsky 2013-12-21 16:49:52 -0500
  • 55c08e6f08 added more tests and added spec file to test manifest Barry Tulchinsky 2013-12-21 16:30:40 -0500
  • 6740242af0 Merge pull request #83 from btulchinsky/utimes Alan K 2013-12-20 21:39:12 -0800
  • c29ec0c3b7 fix for issue 81 - error when utimes/futimes fails to queue/run #83 Barry Tulchinsky 2013-12-20 21:29:22 -0500
  • 37d998fb55 work on getxattr Barry Tulchinsky 2013-12-20 19:55:43 -0500
  • 021e9c2cbc Merge 861b540c43 into 9f031397e8 #82 btulchinsky 2013-12-20 15:45:56 -0800
  • 861b540c43 merged with remote Barry Tulchinsky 2013-12-20 12:13:21 -0500
  • 7951b6e90b Merge branch 'develop' into utimes Barry Tulchinsky 2013-12-20 12:11:17 -0500
  • bf5c84520d Merge branch 'utimes' into develop Alan Kligman 2013-12-20 00:45:50 -0500
  • 418d0bacf1 corrected calling the callback function if failed to queue operation for utimes Barry Tulchinsky 2013-12-20 12:04:31 -0500
  • 5d022c3ca3 started spec tests and exposed to FileSystem prototype Barry Tulchinsky 2013-12-20 11:50:59 -0500
  • a83ccf6154 implementation of getxattr Barry Tulchinsky 2013-12-20 04:36:25 -0500
  • 5e61be5668 rebased Barry Tulchinsky 2013-12-20 03:34:05 -0500
  • 848eb734b5 start of setxattr and getxattr implementation Barry Tulchinsky 2013-12-19 09:05:33 -0500
  • 9f031397e8 Merge branch 'utimes' into develop #82 Alan Kligman 2013-12-20 00:45:50 -0500