Commit Graph

34 Commits (38a2240b654801078585c10bc57680ba4b725232)

Author SHA1 Message Date
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 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 58e65c4a31 fix: memory leak
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 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 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 2c8c6d588a removed leading underscore of include guards
6 years ago
Falk Werner d37783706c fixed some broken header guards
6 years ago
Falk Werner 24455ecdc0 ignore memcpy warning of flawfinder (false positive)
6 years ago
Falk Werner b1c72dab3c added more client stub (not functional yet)
6 years ago
Falk Werner cc6a08ade5 added skeleton of provider example app
6 years ago
Falk Werner a58d15db6a refactored read opertation
6 years ago
Falk Werner 39874f733a added provider api
6 years ago
Falk Werner b90488678a replaced memcpy by strncpy to get rid of warning
6 years ago
Falk Werner 2b7d938315 add base64 as format for read results
6 years ago
Falk Werner 6782e73d3e disable lws logging
6 years ago
Falk Werner cf1b57e86e project structure changed
6 years ago