Commit Graph

340 Commits (e57516b9404cde0072bceda1e211b36751e16c86)
 

Author SHA1 Message Date
nosamad 1d82e0a71f changes to use docker multiarch build
6 years ago
nosamad fc2648c915 removes binary dependency to qemu from project
6 years ago
Falk Werner 40eafc19d7
Document the main use case (#10)
6 years ago
Falk Werner 7934319d73
Merge pull request #9 from falk-werner/feature-provider
6 years ago
Falk Werner c4ef4f126b fixes flawfinder findings (ignores them)
6 years ago
Falk Werner 76713554ee fixes missing files
6 years ago
Falk Werner d205d2f127 refactors provider client api (introduces client_config)
6 years ago
Falk Werner 2781aadf55 makes wsfs_status public (usable in provider example)
6 years ago
Falk Werner fff6d54046 removes unused includes of stdio.h
6 years ago
Falk Werner 2e858475c2 removed debug code
6 years ago
Falk Werner 4565e40fde removes unused structs
6 years ago
Falk Werner e4d95f5dc9 implements operation read
6 years ago
Falk Werner de454516cb fixes invalid memory acceess
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 58e65c4a31 fix: memory leak
6 years ago
nosamad 506860b31a adds dynamic test discover support
6 years ago
nosamad 60fe3fc171 fixes docker output directory
6 years ago
nosamad 64ecec9079 removes multilib support
6 years ago
nosamad 2a14c2a6cf adds initial multi-platform docker build support
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 95e4d96d79 client is now able to send messages
6 years ago
Falk Werner 1b4a3277b6 renamed export symbols
6 years ago
Falk Werner cc38995b5f adjusted include guards
6 years ago
Falk Werner af71bcbff3 moved message and message_queue to common library
6 years ago
Falk Werner 1976841334 reorganized project: prepared to extract common functionality
6 years ago
Falk Werner c7c28416db added implementation of getattr stub
6 years ago
Falk Werner 3bc041877a refactor: moved default implementation of operations to their modules
6 years ago
Falk Werner bc0dc2889d separated client opertation stubs
6 years ago
Falk Werner 75c80de1b9 added clang as compiler
6 years ago
Falk Werner 03b8ee473a client now connects (but still does not communicate)
6 years ago
Falk Werner 9f468f600e added use_tls (determine from URL, whether TLS is used)
6 years ago
Falk Werner d18150d305 added code to parse urls
6 years ago
Falk Werner 36560f71e7 use $\(\) instead of ``
6 years ago
Falk Werner 2c8c6d588a removed leading underscore of include guards
6 years ago
Falk Werner d37783706c fixed some broken header guards
6 years ago
Falk Werner 54b81d82e4 added helper to run clang-tidy
6 years ago
Falk Werner 24455ecdc0 ignore memcpy warning of flawfinder (false positive)
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 b1c72dab3c added more client stub (not functional yet)
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 a58d15db6a refactored read opertation
6 years ago