Commit Graph

22 Commits (e4d95f5dc937bf549e7436a3c33ca3db9dcff185)

Author SHA1 Message Date
Falk Werner e4d95f5dc9 implements operation read
6 years ago
Falk Werner 519ec3a178 added implemetation of open
6 years ago
Falk Werner 3627ede1b1 added implementation for lookup (provider)
6 years ago
Falk Werner 119d08c42e reorganized filesystem abstraction: files and directories are almost everywhere handled the same way, so there is no need for separate structs
6 years ago
Falk Werner 5f9096914e added implementation of readdir
6 years ago
Falk Werner bc38b5d9b1 refactored message creation; enhanced implementation of some operations
6 years ago
Falk Werner 1976841334 reorganized project: prepared to extract common functionality
6 years ago
Falk Werner bc0dc2889d separated client opertation stubs
6 years ago
Falk Werner 024ae2cfba refactor: moved connect/disconnect events from provider to client
6 years ago
Falk Werner dd5a8ebd73 use positional arguments to destructure rpc params
6 years ago
Falk Werner 85ae74a57a extracted JavaScript provider API
6 years ago
Falk Werner f22a1dfd5e switched to ECMAScript modules
6 years ago
Falk Werner 2f6dc13f76 removed eslint rule "no-useless-catch", since it is unknown to codacys eslint version
6 years ago
Falk Werner abb951c0c6 removed some eslint warings
6 years ago
Falk Werner 9d2502952f added npm package description and eslint config file
6 years ago
Falk Werner cc6a08ade5 added skeleton of provider example app
6 years ago
Falk Werner 4396dddd2b added example for provider
6 years ago
Falk Werner 561a9f4eb5 renamed library and example
6 years ago
Falk Werner bff52e9838 removed dead code
6 years ago
Falk Werner 14af1fd8d1 fixed some code style issues
6 years ago
Falk Werner 2b7d938315 add base64 as format for read results
6 years ago
Falk Werner cf1b57e86e project structure changed
6 years ago