4b303d54a7Issue #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
9c11fe562cavoid reallocation on test buffers
Alan K
2014-04-17 13:05:05 -0400
9a3a2d14e6Merge branch 'develop' of github.com:js-platform/filer into develop
Alan K
2014-04-17 12:51:12 -0400
71c5a24c80simple perf test
Alan K
2014-04-17 12:50:51 -0400
febba4c8baTests that expect errors check error codes. Fixes issue78
#173
Petr Bouianov
2014-04-17 11:53:55 -0400
23706acffdMerge branch 'develop' into issue#122
#170
kwkofler
2014-04-17 11:21:07 -0400
11127dfe94Remove dead code
#161
David Humphrey (:humph) david.humphrey@senecacollege.ca
2014-03-18 16:47:04 -0400
bf22cad14dMove shell.js and environment.js to shell/
David Humphrey (:humph) david.humphrey@senecacollege.ca
2014-03-18 16:41:31 -0400
a28feae506Fix failing tests for src/filesystem/* issues, all tests pass now
David Humphrey (:humph) david.humphrey@senecacollege.ca
2014-03-18 16:34:47 -0400
b73678c5c0Remove duplicate decls across filesystem/*
David Humphrey (:humph) david.humphrey@senecacollege.ca
2014-03-18 14:31:38 -0400
87fd1465f7Dump fs.js
David Humphrey (:humph) david.humphrey@senecacollege.ca
2014-03-18 14:16:39 -0400
2418b4a634Split up fs.js
David Humphrey (:humph) david.humphrey@senecacollege.ca
2014-03-18 14:16:12 -0400
8dcc38de82Start refactoring of fs.js
David Humphrey (:humph) david.humphrey@senecacollege.ca
2014-03-18 12:29:20 -0400
70aaf613edMerge pull request #160 from humphd/issue153
Alan K
2014-03-18 09:12:46 -0700
edfcbddb4as/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
2f7a9d8e35Review fixes: add context.close(), move intercom broadcast into fs
David Humphrey (:humph) david.humphrey@senecacollege.ca
2014-03-08 15:47:33 -0500
4ff7c7d7cbFixed README issues, and fixed misuse of expect() syntax.
kwkofler
2014-03-08 13:53:53 -0500
98b40c5045Review fixes
David Humphrey (:humph) david.humphrey@senecacollege.ca
2014-03-07 20:21:10 -0500
c975c2e3e6Rebase conflict resolution removed two methods accidentally, replaced them
kwkofler
2014-03-07 18:59:30 -0500
880f70d3deMerge remote-tracking branch 'upstream/develop' into issue#112
kwkofler
2014-03-07 18:47:32 -0500
526f2d0934Renamed Stats to stats
kwkofler
2014-03-07 18:39:38 -0500
7c14af9668Fixed Stats prototypes, created full Mocha test suite
kwkofler
2014-03-07 18:10:02 -0500
b3c5524e26README fixes
David Humphrey (:humph) david.humphrey@senecacollege.ca
2014-03-07 15:24:58 -0500
2f17d82126Add fs.watch() docs
David Humphrey (:humph) david.humphrey@senecacollege.ca
2014-03-07 15:22:06 -0500
eff4d9b5fcDeal 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
0fb099d6c8Renamed test suite, started rewriting for mocha.
kwkofler
2014-03-07 13:06:11 -0500
96836f355cMost 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
683c548f73Promote bower to deps vs. devDeps in package.json for EventEmitter2
David Humphrey (:humph) david.humphrey@senecacollege.ca
2014-03-06 22:31:35 -0500
a365144e97First passing tests for fs.watch(), use EventEmitter2 via bower
David Humphrey (:humph) david.humphrey@senecacollege.ca
2014-03-06 22:27:10 -0500
799a7ae4b1Add intercom.js functionality for inter-window event broadcast
David Humphrey (:humph) david.humphrey@senecacollege.ca
2014-03-06 19:56:49 -0500
f079eaa7ddMerge pull request #134 from pbouianov/issue125
Alan K
2014-03-05 22:39:02 -0500
567145052cMerge pull request #138 from humphd/test-timeouts
Alan K
2014-03-05 22:24:27 -0500
27262cdb67Merge pull request #137 from humphd/issue2
Alan K
2014-03-05 22:23:46 -0500
31ef56ff8eIncrease 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
72e527dfabAdd tests for time mount flag suppression (NOMTIME, NOCTIME)
#137
David Humphrey (:humph) david.humphrey@senecacollege.ca
2014-03-05 21:41:45 -0500
5438d8c97bFix mount flags per review and also write docs
David Humphrey (:humph) david.humphrey@senecacollege.ca
2014-03-05 20:03:27 -0500
f580f40016Tests for ctime, mtime, atime updates
David Humphrey (:humph) david.humphrey@senecacollege.ca
2014-03-05 19:53:21 -0500
b95ac40e65Switch to NOATIME for Filer and mirror ctime to atime.
David Humphrey (:humph) david.humphrey@senecacollege.ca
2014-03-05 17:00:54 -0500
8c743bb95aFix remaining test failures
David Humphrey (:humph) david.humphrey@senecacollege.ca
2014-03-05 16:27:12 -0500
61111da85dFinish atime, ctime, mtime updates for fs operations, fix tests
David Humphrey (:humph) david.humphrey@senecacollege.ca
2014-03-05 15:57:11 -0500
1fdd9ac476Initial work refactoring updates to node times
David Humphrey (:humph) david.humphrey@senecacollege.ca
2014-03-04 20:50:35 -0500
d725157837Merge pull request #135 from pbouianov/issue128
David Humphrey
2014-03-05 15:28:53 -0500