Commit Graph

  • d913be22f6 Merge branch 'develop' into issue#42 Kevin 2014-04-25 16:45:05 -0400
  • 077cfbfebc Merge a688f28e27 into badc309297 #178 Kevin Kofler 2014-04-24 20:51:54 +0000
  • 95d0296196 Merge e5779df03a into badc309297 #175 pbouianov 2014-04-24 20:36:32 +0000
  • badc309297 Merge pull request #173 from pbouianov/issue78 Alan K 2014-04-20 11:06:19 -0400
  • c6913e06fc Fixes issue 75 Petr Bouianov 2014-04-18 19:26:41 -0400
  • 9cc50595ca Fixed error during attempt to clone args list kwkofler 2014-04-18 17:43:20 -0400
  • a5a658a151 Issue #42 - Added support for node.js' legacy arg layout for fs.read() kwkofler 2014-04-18 17:19:10 -0400
  • a688f28e27 Issue #97 - Ammended documentation to show that we will not be implementing fs.realpath() #178 kwkofler 2014-04-18 15:31:54 -0400
  • 678000f706 Issue #7 - Docs explicitly mention that buffers must be ArrayBufferView's. kwkofler 2014-04-18 14:42:36 -0400
  • da146b5f6b Issue 87 - Added fs.fsync() as a no-op, and added tests. Modified documentation. kwkofler 2014-04-18 14:27:21 -0400
  • e5779df03a Standardized encryption adapter parameters. Fixes issue96 #175 Petr Bouianov 2014-04-18 13:53:46 -0400
  • bdd4b5c9fe Fixes issue #62 #174 Petr Bouianov 2014-04-17 19:22:20 -0400
  • 4b303d54a7 Issue #158 - Added test to ensure that watchers monitoring hardlinks are notified when the original file is updated #172 kwkofler 2014-04-17 15:02:15 -0400
  • 9c11fe562c avoid reallocation on test buffers Alan K 2014-04-17 13:05:05 -0400
  • 9a3a2d14e6 Merge branch 'develop' of github.com:js-platform/filer into develop Alan K 2014-04-17 12:51:12 -0400
  • 71c5a24c80 simple perf test Alan K 2014-04-17 12:50:51 -0400
  • febba4c8ba Tests that expect errors check error codes. Fixes issue78 #173 Petr Bouianov 2014-04-17 11:53:55 -0400
  • 23706acffd Merge branch 'develop' into issue#122 #170 kwkofler 2014-04-17 11:21:07 -0400
  • 51f9f5ee28 Addressed readme feedback (removed './' from examples) kwkofler 2014-04-17 11:20:04 -0400
  • 2bf6162c00 Changes as per PR. Flags added Petr Bouianov 2014-04-15 20:05:09 -0400
  • 073fe45223 Merge pull request #167 from kwkofler/issue#136 Alan K 2014-04-02 20:00:42 -0400
  • 4ef0f26b79 Merge pull request #162 from pbouianov/mkdirp Alan K 2014-04-02 19:58:54 -0400
  • 4572612319 RSync functional. Tests done Petr Bouianov 2014-03-31 00:20:19 -0400
  • e925ec3556 Changed WebSQL error to be more in line with IndexedDB error. #167 kwkofler 2014-03-30 12:48:04 -0400
  • ea88e78df2 Fixed issues as per pull request conversation #162 Petr Bouianov 2014-03-30 00:13:25 -0400
  • 962deb3f05 Issue #122 - Added sh.rm with tests and documentation kwkofler 2014-03-29 23:14:00 -0400
  • ee3ccd4347 Issue #122 - Added sh.mv with tests and documentation #165 kwkofler 2014-03-29 13:44:11 -0400
  • 22f201c312 Split up fs.js David Humphrey (:humph) david.humphrey@senecacollege.ca 2014-03-18 14:16:12 -0400
  • bd571c772f Start refactoring of fs.js David Humphrey (:humph) david.humphrey@senecacollege.ca 2014-03-18 12:29:20 -0400
  • 8d92d421e9 README started. Tests added Petr Bouianov 2014-03-25 14:41:25 -0400
  • 8b2f2914de RSync as a Shell method. Missing README and tests Petr Bouianov 2014-03-24 00:43:19 -0400
  • 67ada1ba73 Issue #136 - Added more verbose errors for situations where Private Browsing prevents DB access kwkofler 2014-03-29 13:23:51 -0400
  • 0037d5e79f Fixed async logic errors, error instantiation errors, and added symlink handling kwkofler 2014-03-29 08:39:44 -0400
  • 8d55a5ebe9 Merge pull request #161 from humphd/issue143 Alan K 2014-03-28 14:56:59 -0400
  • 21ef88f88d Merge 68041c883b into 70aaf613ed #165 Kevin Kofler 2014-03-28 15:03:11 +0000
  • 68041c883b Rebuilt distribution files kwkofler 2014-03-28 11:01:38 -0400
  • 6932f8dc8f Added comments kwkofler 2014-03-28 10:54:19 -0400
  • 7063aafe2d sh.mv complete with tests and documentation kwkofler 2014-03-27 22:42:34 -0400
  • 8fad57231a Removed mv options, continued test writing, minor debugging kwkofler 2014-03-26 13:42:15 -0400
  • e3e85c445f Builds kwkofler 2014-03-24 18:17:40 -0400
  • 71d6251ab2 Added missing ); to mv, started defining tests kwkofler 2014-03-11 12:07:35 -0400
  • d07dd0991d Finished draft of mv, started writing tests kwkofler 2014-03-11 11:09:45 -0400
  • 10e6c86a48 WIP Unix style mv command for Dave's shell implementation; Mocha tests forthcoming kwkofler 2014-03-10 22:25:09 -0400
  • 11127dfe94 Remove dead code #161 David Humphrey (:humph) david.humphrey@senecacollege.ca 2014-03-18 16:47:04 -0400
  • bf22cad14d Move shell.js and environment.js to shell/ David Humphrey (:humph) david.humphrey@senecacollege.ca 2014-03-18 16:41:31 -0400
  • a28feae506 Fix failing tests for src/filesystem/* issues, all tests pass now David Humphrey (:humph) david.humphrey@senecacollege.ca 2014-03-18 16:34:47 -0400
  • b73678c5c0 Remove duplicate decls across filesystem/* David Humphrey (:humph) david.humphrey@senecacollege.ca 2014-03-18 14:31:38 -0400
  • 87fd1465f7 Dump fs.js David Humphrey (:humph) david.humphrey@senecacollege.ca 2014-03-18 14:16:39 -0400
  • 2418b4a634 Split up fs.js David Humphrey (:humph) david.humphrey@senecacollege.ca 2014-03-18 14:16:12 -0400
  • 8dcc38de82 Start refactoring of fs.js David Humphrey (:humph) david.humphrey@senecacollege.ca 2014-03-18 12:29:20 -0400
  • 70aaf613ed Merge pull request #160 from humphd/issue153 Alan K 2014-03-18 09:12:46 -0700
  • e7c6b4f105 Fix issue #153, add browser compatibility matrix #160 David Humphrey (:humph) david.humphrey@senecacollege.ca 2014-03-18 11:10:43 -0400
  • 5c5c4a6070 Merge pull request #155 from humphd/node-error-support Alan K 2014-03-16 22:55:20 -0700
  • cf29eef1ef Rebase and fix failing tests in mkdirp #155 David Humphrey (:humph) david.humphrey@senecacollege.ca 2014-03-16 11:47:55 -0400
  • be9e0b50a8 Generate errors instead of hard-coding, with tests David Humphrey (:humph) david.humphrey@senecacollege.ca 2014-03-15 20:30:37 -0400
  • fe7ec79f83 Refactor errors code, fix to better match node David Humphrey (:humph) david.humphrey@senecacollege.ca 2014-03-12 16:23:03 -0400
  • 8945514285 Merge pull request #152 from pbouianov/issue126 Alan K 2014-03-14 11:41:39 -0400
  • 6faabdb937 Added shell.mkdirp. Fixes issue #126. #152 Petr Bouianov 2014-03-13 23:03:29 -0500
  • 9052b285c3 Merge pull request #150 from humphd/brackets-needs Alan K 2014-03-12 17:05:35 -0400
  • 4a0ffb5f5a Fix EventEmitter to match that expected by Intercom #150 David Humphrey (:humph) david.humphrey@senecacollege.ca 2014-03-12 16:49:20 -0400
  • b825772fdd Merge pull request #148 from humphd/issue147 Alan K 2014-03-10 15:57:44 -0400
  • ef40ff7d68 Expose errors on Filer.Errors, refactor how they get used internally, add docs #148 David Humphrey 2014-03-10 14:28:22 -0400
  • df62725977 Update README.md Alan K 2014-03-08 20:41:32 -0500
  • 071ed31100 rebuild and bump version Alan Kligman 2014-03-08 16:07:19 -0500
  • 0cfb29eaec Merge pull request #140 from humphd/issue132 Alan K 2014-03-08 16:04:15 -0500
  • f412c65846 Merge pull request #141 from kwkofler/issue#112 Alan K 2014-03-08 15:52:33 -0500
  • edfcbddb4a s/this/fs/ in callback.apply(fs, arguments) for each complete() call #140 David Humphrey (:humph) david.humphrey@senecacollege.ca 2014-03-08 15:51:42 -0500
  • 2f7a9d8e35 Review fixes: add context.close(), move intercom broadcast into fs David Humphrey (:humph) david.humphrey@senecacollege.ca 2014-03-08 15:47:33 -0500
  • 3bc9b29957 Removed unnecessary curly braces #141 kwkofler 2014-03-08 14:14:24 -0500
  • bbdc972011 README formatting issues remedied kwkofler 2014-03-08 14:12:47 -0500
  • 4ff7c7d7cb Fixed README issues, and fixed misuse of expect() syntax. kwkofler 2014-03-08 13:53:53 -0500
  • 98b40c5045 Review fixes David Humphrey (:humph) david.humphrey@senecacollege.ca 2014-03-07 20:21:10 -0500
  • c975c2e3e6 Rebase conflict resolution removed two methods accidentally, replaced them kwkofler 2014-03-07 18:59:30 -0500
  • 880f70d3de Merge remote-tracking branch 'upstream/develop' into issue#112 kwkofler 2014-03-07 18:47:32 -0500
  • 526f2d0934 Renamed Stats to stats kwkofler 2014-03-07 18:39:38 -0500
  • 7c14af9668 Fixed Stats prototypes, created full Mocha test suite kwkofler 2014-03-07 18:10:02 -0500
  • b3c5524e26 README fixes David Humphrey (:humph) david.humphrey@senecacollege.ca 2014-03-07 15:24:58 -0500
  • 2f17d82126 Add fs.watch() docs David Humphrey (:humph) david.humphrey@senecacollege.ca 2014-03-07 15:22:06 -0500
  • eff4d9b5fc Deal with failing tests for rename, and do a better cleanup job in watcher.close() David Humphrey (:humph) david.humphrey@senecacollege.ca 2014-03-07 13:46:54 -0500
  • 0fb099d6c8 Renamed test suite, started rewriting for mocha. kwkofler 2014-03-07 13:06:11 -0500
  • 96836f355c Most things passing for change events now, ported node.js watch tests David Humphrey (:humph) david.humphrey@senecacollege.ca 2014-03-07 11:54:14 -0500
  • 683c548f73 Promote bower to deps vs. devDeps in package.json for EventEmitter2 David Humphrey (:humph) david.humphrey@senecacollege.ca 2014-03-06 22:31:35 -0500
  • a365144e97 First passing tests for fs.watch(), use EventEmitter2 via bower David Humphrey (:humph) david.humphrey@senecacollege.ca 2014-03-06 22:27:10 -0500
  • 799a7ae4b1 Add intercom.js functionality for inter-window event broadcast David Humphrey (:humph) david.humphrey@senecacollege.ca 2014-03-06 19:56:49 -0500
  • f5e312d08a Merge 03aae05a33 into bb9c34e5b3 #108 Simon Wex 2014-03-06 20:37:29 +0000
  • 03aae05a33 Merge branch 'develop' of github.com:js-platform/filer into develop #108 Simon Wex 2014-03-06 12:37:02 -0800
  • bb9c34e5b3 Revert "Merge pull request #113 from kwkofler/issue#112" Alan Kligman 2014-03-06 11:35:53 -0500
  • bfba8c3546 Merge pull request #113 from kwkofler/issue#112 Alan K 2014-03-06 09:52:40 -0500
  • f079eaa7dd Merge pull request #134 from pbouianov/issue125 Alan K 2014-03-05 22:39:02 -0500
  • 567145052c Merge pull request #138 from humphd/test-timeouts Alan K 2014-03-05 22:24:27 -0500
  • 27262cdb67 Merge pull request #137 from humphd/issue2 Alan K 2014-03-05 22:23:46 -0500
  • 31ef56ff8e Increase the test timeout threshold from 2s to 5s (for longer db operations), with a slow test warning of 250ms #138 David Humphrey (:humph) david.humphrey@senecacollege.ca 2014-03-05 22:02:05 -0500
  • 72e527dfab Add tests for time mount flag suppression (NOMTIME, NOCTIME) #137 David Humphrey (:humph) david.humphrey@senecacollege.ca 2014-03-05 21:41:45 -0500
  • 5438d8c97b Fix mount flags per review and also write docs David Humphrey (:humph) david.humphrey@senecacollege.ca 2014-03-05 20:03:27 -0500
  • f580f40016 Tests for ctime, mtime, atime updates David Humphrey (:humph) david.humphrey@senecacollege.ca 2014-03-05 19:53:21 -0500
  • b95ac40e65 Switch to NOATIME for Filer and mirror ctime to atime. David Humphrey (:humph) david.humphrey@senecacollege.ca 2014-03-05 17:00:54 -0500
  • 8c743bb95a Fix remaining test failures David Humphrey (:humph) david.humphrey@senecacollege.ca 2014-03-05 16:27:12 -0500
  • 61111da85d Finish atime, ctime, mtime updates for fs operations, fix tests David Humphrey (:humph) david.humphrey@senecacollege.ca 2014-03-05 15:57:11 -0500
  • 1fdd9ac476 Initial work refactoring updates to node times David Humphrey (:humph) david.humphrey@senecacollege.ca 2014-03-04 20:50:35 -0500
  • d725157837 Merge pull request #135 from pbouianov/issue128 David Humphrey 2014-03-05 15:28:53 -0500