Commit Graph

  • b3da2f7681 Fix file name David Humphrey (:humph) david.humphrey@senecacollege.ca 2014-08-17 15:21:16 -0400
  • c916c0a407 Update tests/index.js to run regression David Humphrey (:humph) david.humphrey@senecacollege.ca 2014-08-17 15:12:44 -0400
  • 76118694bf Failing test David Humphrey (:humph) david.humphrey@senecacollege.ca 2014-08-17 15:12:08 -0400
  • 270d705f12 v0.0.22 v0.0.22 Alan K 2014-08-17 01:56:03 -0400
  • 98d89cc12c Merge pull request #253 from humphd/issue227 Alan K 2014-08-17 01:32:08 -0400
  • d44b37c13d Add test for zero-length buffers with getBuffer/putBuffer #253 David Humphrey (:humph) david.humphrey@senecacollege.ca 2014-08-16 17:07:38 -0400
  • e8c88be4ba Fixs for WebSQL, remove ensureBuffer(), fix truncate/ftruncate to read Buffer David Humphrey (:humph) david.humphrey@senecacollege.ca 2014-08-16 17:02:18 -0400
  • d55bf23f1b Initial work on #227 - improve storage efficiency of provider API David Humphrey (:humph) david.humphrey@senecacollege.ca 2014-08-16 16:22:41 -0400
  • 2d653d474e Merge pull request #252 from secretrobotron/issue249 Alan K 2014-08-14 23:04:38 -0400
  • 65ddff6ae7 Update README.md #252 Bobby Richter 2014-08-14 15:43:22 -0700
  • 77e0ee7117 [issue249] fixed Buffer prototype & tests secretrobotron 2014-08-09 13:05:15 -0400
  • eb79a956ea [issue249] forgot the glue secretrobotron 2014-08-08 15:31:23 -0400
  • af1943b5c9 [Issue249] Support for ArrayBuffer in Filer.Buffer secretrobotron 2014-08-08 15:18:09 -0400
  • 4b01276c28 v0.0.21 v0.0.21 Alan K 2014-07-28 20:02:40 -0400
  • 63132bddcb Merge pull request #248 from humphd/issue247 Alan K 2014-07-28 20:01:59 -0400
  • 2114f65f09 Deal with all other uses of this.cwd etc and convert to pwd() on current shell instance. #248 David Humphrey (:humph) david.humphrey@senecacollege.ca 2014-07-28 18:46:50 -0400
  • 5b785037f0 Fix #247 - sh.cwd() not updating cwd on success, with test. David Humphrey (:humph) david.humphrey@senecacollege.ca 2014-07-28 18:14:59 -0400
  • b3f79075ec Merge 3d0acf1084 into e9eae3549b #243 David Humphrey 2014-07-24 19:54:30 +0000
  • e9eae3549b Merge pull request #244 from humphd/better-errors Alan K 2014-07-24 12:48:52 -0400
  • 9d704e80c9 Fix crash in src/errors.js, see https://github.com/mozilla/makedrive/issues/145 #244 David Humphrey (:humph) david.humphrey@senecacollege.ca 2014-07-24 12:24:47 -0400
  • 3d0acf1084 Fix typo in sh.wget, which is using fs.cwd instead of the shell instance cwd #243 David Humphrey (:humph) david.humphrey@senecacollege.ca 2014-07-23 19:25:13 -0400
  • 79e9008175 v0.0.20 v0.0.20 Alan K 2014-07-21 15:28:26 -0400
  • ef4de22586 Merge pull request #242 from humphd/ls-depth-bug Alan K 2014-07-21 15:19:26 -0400
  • e063edc6fc Expanded test for wide dirs, fix, switch to async.eachSeries everywhere #242 David Humphrey (:humph) david.humphrey@senecacollege.ca 2014-07-21 15:08:39 -0400
  • 064e986d26 sh.ls() fails when stack sized is reached for deep recursive listings: RangeError: Maximum call stack size exceeded David Humphrey (:humph) david.humphrey@senecacollege.ca 2014-07-21 13:17:16 -0400
  • 10f1f43d93 Merge pull request #233 from humphd/ensure-root-dir Alan K 2014-07-21 10:02:11 -0400
  • 3ab2701ad9 v0.0.19 v0.0.19 Alan K 2014-07-16 17:15:42 -0400
  • 15a3174956 Merge branch 'develop' of github.com:js-platform/filer into develop Alan K 2014-07-16 17:14:39 -0400
  • 9d93191672 v0.0.18 v0.0.18 Alan K 2014-07-16 17:14:11 -0400
  • b83fea22b5 Merge pull request #240 from humphd/issue239 Alan K 2014-07-16 17:13:17 -0400
  • 2eae45f402 s/type/mode/ #240 David Humphrey (:humph) david.humphrey@senecacollege.ca 2014-07-16 16:54:02 -0400
  • 4623b568fb Add node.type test for read_directory_data - causes new test failures David Humphrey (:humph) david.humphrey@senecacollege.ca 2014-07-16 15:40:40 -0400
  • 2992f7417b Failing test for issue #239 David Humphrey (:humph) david.humphrey@senecacollege.ca 2014-07-16 15:23:11 -0400
  • 2c005d0390 v0.0.17 v0.0.17 Alan K 2014-07-15 19:22:25 +0200
  • 1392bf35aa Merge pull request #238 from humphd/use-global Alan K 2014-07-15 19:20:56 +0200
  • 4d10ba29a9 Use global vs. window for browserify resolution of global object, fixes shared watch events in Intercom #238 David Humphrey (:humph) david.humphrey@senecacollege.ca 2014-07-15 11:36:53 -0400
  • 5b521675c4 v0.0.16 v0.0.16 Alan K 2014-07-15 15:26:58 +0200
  • 95a6200dbb Merge pull request #237 from humphd/issue235-followup Alan K 2014-07-15 15:24:50 +0200
  • 08f037ce53 Follow-up fix for issue #235, deal with '/' when adding trailing slash #237 David Humphrey (:humph) david.humphrey@senecacollege.ca 2014-07-14 16:46:52 -0400
  • fc3380c6bb v0.0.15 v0.0.15 Alan K 2014-07-14 22:01:52 +0200
  • 9288943b36 Merge pull request #236 from humphd/issue235 Alan K 2014-07-14 22:00:06 +0200
  • 87e291da64 Fix issue #235 - Allow recursive watches on root directory #236 David Humphrey (:humph) david.humphrey@senecacollege.ca 2014-07-14 15:51:40 -0400
  • e23cf3a056 Merge pull request #220 from humphd/guid Alan K 2014-07-14 20:49:56 +0200
  • 4811a8575a v0.0.14 v0.0.14 Alan K 2014-07-14 20:33:22 +0200
  • 3733704a15 Fix bower old version #234 Ali Al Dallal 2014-07-14 14:16:34 -0400
  • 6716a1ff1a s/make_root_directory/ensure_root_directory/ and stop failing on existing node. Fixes #232. #233 David Humphrey (:humph) david.humphrey@senecacollege.ca 2014-07-07 17:02:42 -0400
  • f9b3b69588 Merge pull request #226 from humphd/requirejs-test David Humphrey 2014-07-02 15:25:21 -0400
  • fdfd643d43 Add link to issue #226 David Humphrey (:humph) david.humphrey@senecacollege.ca 2014-06-11 11:39:45 -0400
  • a38a32d5fb Make browser-request happy and provide a global shim for XHR in issue225 test David Humphrey (:humph) david.humphrey@senecacollege.ca 2014-06-11 11:34:10 -0400
  • 5c9ba07706 Test for Filer as AMD module use in require.js with Buffer, regression issue 225 David Humphrey (:humph) david.humphrey@senecacollege.ca 2014-06-11 10:54:43 -0400
  • d7afb03d6f Merge 5167046c74 into acd806c7b8 #217 Kieran Sedgwick 2014-06-28 17:15:14 +0000
  • acd806c7b8 Update README.md David Humphrey 2014-06-25 14:30:39 -0400
  • 1863156114 Update README.md David Humphrey 2014-06-25 14:28:53 -0400
  • 1abc0d4f86 v0.0.13 v0.0.13 Alan K 2014-06-25 13:54:32 -0400
  • 26742e635b Merge pull request #231 from humphd/issue230 Alan K 2014-06-25 13:53:49 -0400
  • 76526caa35 Add a clarifying comment about not coercing buffers passed to read operations. #231 David Humphrey (:humph) david.humphrey@senecacollege.ca 2014-06-25 13:51:07 -0400
  • 25f2a24cdf Fix Issue #230: Error: Uncaught TypeError: undefined is not a function on <Buffer>.copy() David Humphrey (:humph) david.humphrey@senecacollege.ca 2014-06-25 13:13:55 -0400
  • c3681d4db6 v0.0.12 v0.0.12 Alan K 2014-06-23 14:31:58 -0400
  • d38d1d0b6d Merge pull request #229 from humphd/global-fix Alan K 2014-06-23 14:35:21 -0400
  • 98cd3e6da7 Fix #228: Uncaught [Filer Error] Your browser doesn't support IndexedDB or WebSQL. #229 David Humphrey (:humph) david.humphrey@senecacollege.ca 2014-06-23 13:09:02 -0400
  • 31b062152e v0.0.11 v0.0.11 Alan K 2014-06-10 14:53:04 -0400
  • 2ea7673252 Merge pull request #225 from alicoding/filerBrowserify Alan K 2014-06-10 14:57:02 -0400
  • ab7a59a875 Remove builtin option from browserify #225 Ali Al Dallal 2014-06-10 11:46:11 -0700
  • cba19693ac v0.0.11 Ali Al Dallal 2014-06-10 11:39:55 -0700
  • 550b5c6ea9 v0.0.10 v0.0.10 Alan K 2014-06-09 10:40:50 -0400
  • 5cc39b1964 Merge pull request #222 from humphd/buffer Alan K 2014-06-09 10:43:03 -0400
  • 939d015e6d All tests passing, replaced zlib.js with jszip, upstream fixes to browser-request + jszip for Buffers #222 David Humphrey (:humph) david.humphrey@senecacollege.ca 2014-06-06 21:29:09 -0400
  • c8dcd2d14a Switch to build-time check vs run-time for request module in browserify David Humphrey (:humph) david.humphrey@senecacollege.ca 2014-06-06 11:41:26 -0400
  • fa65a34905 Get Buffer use fixed, expose Buffer via Filer.Buffer, most tests passing. David Humphrey (:humph) david.humphrey@senecacollege.ca 2014-06-06 11:14:52 -0400
  • 1914f7a52b WIP - moving to Buffer internally from Uint8Array, not passing all tests yet. David Humphrey (:humph) david.humphrey@senecacollege.ca 2014-06-04 15:52:08 -0400
  • 5ab211d14d Make Filer node guid pluggable, default to de-duping ids on generation. #220 David Humphrey (:humph) david.humphrey@senecacollege.ca 2014-06-02 16:44:20 -0400
  • b51957ea77 Merge pull request #219 from gideonthomas/addAuthors David Humphrey 2014-05-31 17:00:47 -0400
  • 0144958da7 Add author Gideon Thomas to AUTHORS #219 gideonthomas 2014-05-31 13:26:23 -0400
  • 5167046c74 Closes #211 - Update grunt test command #217 Kieran Sedgwick 2014-05-30 13:27:11 -0400
  • f6fa8cad18 Merge 1487254f13 into 0d60f45be9 #215 Kieran Sedgwick 2014-05-29 20:51:36 +0000
  • 1487254f13 Review fixes #215 Kieran Sedgwick 2014-05-29 16:49:41 -0400
  • 0d60f45be9 Merge pull request #216 from sedge/issue-204 Alan K 2014-05-29 15:56:47 -0400
  • bb23e902d2 Closes #204 - Move network.js #216 Kieran Sedgwick 2014-05-29 13:00:20 -0400
  • 4abdfb0bd0 Updated README with current installation methods Kieran Sedgwick 2014-05-29 12:36:00 -0400
  • d0418fa0d3 Merge pull request #213 from sedge/issue-193 Alan K 2014-05-29 11:29:47 -0400
  • 0b8e52e265 Deleted lib/debug.js #213 Kieran Sedgwick 2014-05-29 11:18:42 -0400
  • cc74e26b09 v0.0.9 v0.0.9 Alan K 2014-05-28 16:00:10 -0400
  • 2dfc0db153 Merge pull request #210 from sedge/standalone Kieran Sedgwick 2014-05-28 15:38:30 -0400
  • 73b6379449 Added standalone option to Filer's browserify build step #210 Kieran Sedgwick 2014-05-28 14:48:00 -0400
  • e7e44bb921 Update AUTHORS Alan K 2014-05-27 19:59:20 -0400
  • 38927c2d3b Merge pull request #206 from sedge/authorBump Alan K 2014-05-27 19:58:27 -0400
  • daeaa135b4 Merge 1316c8eb1c into ce4fe0fa41 #207 yoavgurevich 2014-05-27 20:58:54 +0000
  • 1316c8eb1c added author Yoav Gurevich to contributors list #207 yoavgurevich 2014-05-27 16:57:24 -0400
  • 432194c2f7 Added myself to the Authors list #206 Kieran Sedgwick 2014-05-27 16:24:33 -0400
  • ce4fe0fa41 v0.0.8 v0.0.8 Alan K 2014-05-27 14:58:10 -0400
  • 9811403d3c fix port blocking Alan K 2014-05-27 14:57:46 -0400
  • 405e8b3ea3 fix release & test-node targets Alan K 2014-05-27 14:51:55 -0400
  • 808735918e Allow publishing from dirty working copy. Alan K 2014-05-27 14:47:52 -0400
  • 397aa46aa8 v0.0.7 v0.0.7 Alan K 2014-05-27 14:45:58 -0400
  • 5d194aa4ee Adding build output. Alan K 2014-05-27 14:44:30 -0400
  • c9a968b009 Merge pull request #198 from humphd/browserify Alan K 2014-05-27 14:35:56 -0400
  • 8fac316052 Merge pull request #3 from sedge/browserify #198 David Humphrey 2014-05-27 14:30:36 -0400
  • 6353732403 Removed require-config.js Kieran Sedgwick 2014-05-27 14:29:11 -0400
  • 95691f4e89 removed browser attribute from package.json Kieran Sedgwick 2014-05-27 14:26:16 -0400
  • 10c3271faa Merge pull request #2 from sedge/browserify David Humphrey 2014-05-27 10:49:49 -0400