bf9ff3ab3aUpdated error object to match Node.js. Solves issue #125.
pbouianov
2014-03-05 13:22:23 -0500
3c9c344011Merge pull request #131 from humphd/issue103
Alan K
2014-03-04 16:33:23 -0500
f10b86b644Change 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
503a2d2acaMerge pull request #130 from humphd/websql-fixes
Alan K
2014-03-04 14:34:22 -0500
32a5cfe584Review fixes
#130
David Humphrey (:humph) david.humphrey@senecacollege.ca
2014-03-04 14:32:33 -0500
da5e1b2b57Fix 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
6552683b15Merge pull request #129 from humphd/issue127
Alan K
2014-03-03 23:14:29 -0500
23a9861e82Deal 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
c87f250c1eUpdate dist/ with newest filer
David Humphrey (:humph) david.humphrey@senecacollege.ca
2014-02-20 18:27:53 -0500
8e66e9cd1eChanging path structure so it works externally with require
Simon Wex
2014-02-20 14:24:36 -0800
11ec73b817Merging upstream
Simon Wex
2014-02-20 14:20:23 -0800
b6b4ac8fecMerge pull request #120 from humphd/issue119
Alan K
2014-02-19 18:22:43 -0500
bf0354fe78Merge pull request #114 from humphd/issue98
Alan K
2014-02-19 18:20:54 -0500
64a52b7d00Share 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
715f56b478Default provider for tests should be indexeddb. Fixes#119
#120
David Humphrey (:humph) david.humphrey@senecacollege.ca
2014-02-19 17:47:14 -0500
a7a1f4b82eChange 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
eadd4ec03cReview fixes
David Humphrey (:humph) david.humphrey@senecacollege.ca
2014-02-19 17:29:11 -0500
8eac72b9d0More README fixes
David Humphrey (:humph) david.humphrey@senecacollege.ca
2014-02-19 15:32:01 -0500
80300fc92dMore Readme fixes
David Humphrey (:humph) david.humphrey@senecacollege.ca
2014-02-19 15:27:58 -0500
4308e2d9caReadme fixes
David Humphrey (:humph) david.humphrey@senecacollege.ca
2014-02-19 15:25:52 -0500
dd87117ff8Update docs for shell changes
David Humphrey (:humph) david.humphrey@senecacollege.ca
2014-02-19 15:22:12 -0500
21f5d15f51Add support for shell.env, PWD, TMP, and tempDir, with tests
David Humphrey (:humph) david.humphrey@senecacollege.ca
2014-02-19 12:15:02 -0500
83c55308dcAdd shell.rm() with tests
David Humphrey (:humph) david.humphrey@senecacollege.ca
2014-02-19 11:25:30 -0500
e4767019ccAdd shell.ls() with tests
David Humphrey (:humph) david.humphrey@senecacollege.ca
2014-02-18 16:48:53 -0500
2829079bd3Add Shell.cat() with tests
David Humphrey (:humph) david.humphrey@senecacollege.ca
2014-02-18 14:51:06 -0500
ef09526740Add cd test for symlink'ed dir
David Humphrey (:humph) david.humphrey@senecacollege.ca
2014-02-17 16:55:36 -0500
d7cce709f9Fix shell.cd and add tests
David Humphrey (:humph) david.humphrey@senecacollege.ca
2014-02-17 10:47:47 -0500
2d3b15d310Deal with jshint hating the Function constructor
David Humphrey (:humph) david.humphrey@senecacollege.ca
2014-02-15 15:43:38 -0500
263b9cd9b0Add shell.exec with test
David Humphrey (:humph) david.humphrey@senecacollege.ca
2014-02-15 15:28:00 -0500
e43b1ba551Working touch command with tests
David Humphrey (:humph) david.humphrey@senecacollege.ca
2014-02-15 10:54:54 -0500
f618a44b9eBegin work on FileSystemShell and touch command
David Humphrey (:humph) david.humphrey@senecacollege.ca
2014-02-15 10:05:04 -0500
ed206d68d8Bump version. Rebuild artifacts.
Alan Kligman
2014-02-19 12:59:03 -0500
3d57be4858Fixes#116.
Alan Kligman
2014-02-19 12:53:05 -0500
ebe52fe5c3Fixes#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
18958fc585Updated indexeddb test messages to match websql
Alan Kligman
2014-02-18 21:49:56 -0500
49cec5df60Fix#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
366c7b12d0Change Travis notifications
David Humphrey (:humph) david.humphrey@senecacollege.ca
2014-02-18 11:11:05 -0500
513ffb366aMerge pull request #118 from humphd/issue117
Alan K
2014-02-18 11:07:32 -0500
a33c2bd358Fix 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
6ac7341eddUpdate .travis.yml
Alan K
2014-02-17 18:30:55 -0500
7180cebb18Update .travis.yml
Alan K
2014-02-17 18:29:19 -0500
70127ca390Update .travis.yml
Alan K
2014-02-17 18:22:38 -0500
989ece2bdaUpdate README.md
Alan K
2014-02-17 18:16:32 -0500
a14ad057e8Merge pull request #115 from humphd/issue48
Alan K
2014-02-17 18:04:43 -0500
a2d9303193Update CONTRIBUTING.md
David Humphrey
2014-02-17 16:34:41 -0500
d2f743511eTurn 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
a0ef904f9aMerge pull request #102 from humphd/issue59
Alan K
2014-02-15 13:25:42 -0500
4812861dcfRefactor 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
1e5e06f18eMerge pull request #107 from humphd/issue106
David Humphrey
2014-02-11 14:27:56 -0500
ce39bca20cFailing test for issue 106
#107
David Humphrey
2014-02-06 20:54:30 -0500
2b3d6244f5Merge pull request #109 from humphd/issue105
Alan K
2014-02-07 10:30:17 -0500
7e09a4dfe1Failing test for issue 105
#109
David Humphrey
2014-02-06 22:38:39 -0500
af24c59217Changed paths to work within Brackets. James seemed to think this was the right approach.
Simon Wex
2014-02-06 18:13:34 -0800
4137c12420Merge pull request #101 from pbouianov/issue88
Alan K
2014-02-03 19:50:37 -0800
fc03bb72d3Merge pull request #84 from btulchinsky/xattr
Alan K
2014-01-13 21:59:20 -0800
d31d33651cremoved comments and patched parameter name and potential undefined error
#84
Barry Tulchinsky
2014-01-13 20:03:54 -0500
b08a8d15ddfixed null value and refactored setxattr
Barry Tulchinsky
2014-01-05 12:22:57 -0500
c4dd0f560ccontinue work on tests and clean-up code
Barry Tulchinsky
2014-01-02 17:50:26 -0500
732218cc1dfixed 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
7ae907cd5bchanged 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
13c3cb2b23fix another error in the spec tests for utimes
Barry Tulchinsky
2013-12-21 16:49:52 -0500
55c08e6f08added more tests and added spec file to test manifest
Barry Tulchinsky
2013-12-21 16:30:40 -0500
6740242af0Merge pull request #83 from btulchinsky/utimes
Alan K
2013-12-20 21:39:12 -0800
c29ec0c3b7fix for issue 81 - error when utimes/futimes fails to queue/run
#83
Barry Tulchinsky
2013-12-20 21:29:22 -0500
37d998fb55work on getxattr
Barry Tulchinsky
2013-12-20 19:55:43 -0500