David Humphrey (:humph) david.humphrey@senecacollege.ca
2aa46493fa
Add sh.wget() for downloading files into the fs, with tests and docs
2014-05-14 13:24:53 -04:00
Kevin
51c858a2ce
Made requested changes
2014-04-25 16:54:20 -04:00
kwkofler
678000f706
Issue #7 - Docs explicitly mention that buffers must be ArrayBufferView's.
2014-04-18 14:42:36 -04:00
Petr Bouianov
ea88e78df2
Fixed issues as per pull request conversation
2014-03-30 00:13:25 -04:00
David Humphrey (:humph) david.humphrey@senecacollege.ca
e7c6b4f105
Fix issue #153 , add browser compatibility matrix
2014-03-18 11:10:43 -04:00
David Humphrey (:humph) david.humphrey@senecacollege.ca
fe7ec79f83
Refactor errors code, fix to better match node
2014-03-16 11:36:15 -04:00
Petr Bouianov
6faabdb937
Added shell.mkdirp. Fixes issue #126 .
2014-03-13 23:03:29 -05:00
David Humphrey
ef40ff7d68
Expose errors on Filer.Errors, refactor how they get used internally, add docs
2014-03-10 14:28:22 -04:00
Alan K
df62725977
Update README.md
...
Add absolute path to CONTRIBUTING.md so that the project page has the right link when README.md is imported.
2014-03-08 20:41:32 -05:00
Alan K
0cfb29eaec
Merge pull request #140 from humphd/issue132
...
Support fs.watch(), FSWatcher. Fixes #132
2014-03-08 16:04:15 -05:00
kwkofler
3bc9b29957
Removed unnecessary curly braces
2014-03-08 14:14:24 -05:00
kwkofler
bbdc972011
README formatting issues remedied
2014-03-08 14:12:47 -05:00
kwkofler
4ff7c7d7cb
Fixed README issues, and fixed misuse of expect() syntax.
2014-03-08 13:53:53 -05:00
kwkofler
880f70d3de
Merge remote-tracking branch 'upstream/develop' into issue#112
...
Conflicts:
src/fs.js
tests/test-manifest.js
2014-03-07 18:47:32 -05:00
kwkofler
7c14af9668
Fixed Stats prototypes, created full Mocha test suite
2014-03-07 18:10:02 -05:00
David Humphrey (:humph) david.humphrey@senecacollege.ca
b3c5524e26
README fixes
2014-03-07 15:24:58 -05:00
David Humphrey (:humph) david.humphrey@senecacollege.ca
2f17d82126
Add fs.watch() docs
2014-03-07 15:22:06 -05:00
David Humphrey (:humph) david.humphrey@senecacollege.ca
5438d8c97b
Fix mount flags per review and also write docs
2014-03-05 20:03:27 -05:00
Alan K
8b0a2d6bec
Update README.md
2014-02-21 10:25:08 -05:00
pbouianov
0c30d6dd18
Added fs.exists support. Fixes Issue91
2014-02-21 06:56:14 -05:00
David Humphrey (:humph) david.humphrey@senecacollege.ca
a7a1f4b82e
Change sh.exec to take a list vs. object for passed args
2014-02-19 17:36:26 -05:00
David Humphrey (:humph) david.humphrey@senecacollege.ca
eadd4ec03c
Review fixes
2014-02-19 17:29:11 -05:00
David Humphrey (:humph) david.humphrey@senecacollege.ca
8eac72b9d0
More README fixes
2014-02-19 15:33:37 -05:00
David Humphrey (:humph) david.humphrey@senecacollege.ca
80300fc92d
More Readme fixes
2014-02-19 15:33:37 -05:00
David Humphrey (:humph) david.humphrey@senecacollege.ca
4308e2d9ca
Readme fixes
2014-02-19 15:33:37 -05:00
David Humphrey (:humph) david.humphrey@senecacollege.ca
dd87117ff8
Update docs for shell changes
2014-02-19 15:33:37 -05:00
Alan K
989ece2bda
Update README.md
2014-02-17 18:16:32 -05:00
David Humphrey (:humph) david.humphrey@senecacollege.ca
4812861dcf
Refactor tests: switch to Mocha, make providers and filer source configurable. Fixes #59
...
Make provider configurable via URL. Convert fs.close test to use it. Still have timing issue with WebSQL.
Indent fix
Use bower to install mocha
Converting to mocha, Memory provider failing still in fs.close
Got mocha tests working with all providers
Converted more tests
Move more tests over to mocha
Move more tests over
Move more tests over
More tests moved over
More tests converted
More tests moved over
Move more tests over
Move last tests over
Convert more tests
Remove Jasmine and other unnecessary test files, rename tests/spec/regression to tests/bugs
Get tests running with grunt+mocha+phantomjs
Add docs on new tests
2014-02-14 15:44:57 -05:00
pbouianov
6ec635e551
fixed, added appendFile tests and updated README
2014-01-30 14:12:32 -05:00
David Humphrey
6f61249e81
Remove 3DES and Rabbit from encryption adapters, update docs, tests. Fixes #92
2014-01-16 14:46:33 -05:00
David Humphrey (:humph) david.humphrey@senecacollege.ca
745641811e
Updating, expanding docs. Fixes #36 .
2014-01-14 11:34:59 -05:00
Barry Tulchinsky
7ae907cd5b
changed behaviour to allow falsy values (ie. empty string), added more test cases and modified README.md
2013-12-22 20:58:00 -05:00
Alan Kligman
9f031397e8
Merge branch 'utimes' into develop
2013-12-20 00:45:50 -05:00
Barry Tulchinsky
23ace603c9
added/fixed tests and futimes bug
2013-12-15 21:22:36 -05:00
Alan K
778464cf7b
Update README.md
2013-12-11 15:15:35 -05:00
Abir Viqar
13abcd2eeb
implement truncate and ftruncate
2013-12-10 12:12:43 -05:00
David Humphrey (:humph) david.humphrey@senecacollege.ca
21fe8d3b98
Update README with info about Compression adapter
2013-12-04 16:30:10 -05:00
Alan K
2d2e582af7
Update README.md
...
formatting
2013-12-02 16:25:32 -05:00
David Humphrey (:humph) david.humphrey@senecacollege.ca
10f4da7263
Fix bullets in README
2013-12-01 16:45:24 -05:00
David Humphrey (:humph) david.humphrey@senecacollege.ca
d2790a4703
Review fixes, move crypto to src/adapters, update tests, update README, rebuild files in dist/
2013-12-01 16:45:24 -05:00
Alan K
807f93798c
Update README.md
2013-11-29 21:38:18 -05:00
Alan K
317fa75a84
Update README.md
2013-11-29 21:28:35 -05:00
David Humphrey (:humph) david.humphrey@senecacollege.ca
cce22ea599
Fix indent level on API headers in README
2013-11-29 11:37:58 -05:00
Alan K
69278b190b
Update README.md
2013-11-29 11:19:54 -05:00
David Humphrey (:humph) david.humphrey@senecacollege.ca
93c2b8e979
Fix typo in README
2013-11-29 11:11:18 -05:00
David Humphrey (:humph) david.humphrey@senecacollege.ca
79739f23bf
Review fixes
2013-11-29 11:09:53 -05:00
David Humphrey (:humph) david.humphrey@senecacollege.ca
1a3516f49e
Update README for providers and other recent changes.
2013-11-29 10:58:49 -05:00
Abir Viqar
5cbebd135c
add lstat
2013-11-25 14:26:52 -05:00
Abir Viqar
85a804cc0c
add symlink
...
Also enable readlink's symbolic link test.
2013-11-25 14:26:40 -05:00
Abir Viqar
a78f1ee3ff
add readlink
...
Disable the test on a symbolic link until symlink is added.
Also add myself to AUTHORS
2013-11-25 14:26:34 -05:00