Commit Graph

111 Commits (dcbe4f075a4658cab475ec50f058c2e2f20b56f7)

Author SHA1 Message Date
Falk Werner 8841ac40f8 add toString function for lws reasons (for debugging and logging purposes)
5 years ago
Falk Werner 17fa84bc38 made static_filesystem private (used for test purposes only)
5 years ago
Falk Werner abd6efe477
fixed client protocol low level API (#49)
5 years ago
Falk Werner 77627b7c8b integrated uuid_mountpoint_factory
5 years ago
Falk Werner 2b91f159cf added unit tests of uuid_mountpoint_factory
5 years ago
Falk Werner 096c244445 added unit tests for uuid_mountpoint
5 years ago
Falk Werner cfadf85f49 added uuid mountpoint and factory
5 years ago
Falk Werner 6a94cea6f9 added ondispose to mountpoint to allow custom cleanup
5 years ago
Falk Werner e727a9a54d added implementation of mountpoint
5 years ago
Falk Werner cae0e0613c be compatible to libfuse 3.1+
5 years ago
Falk Werner 494035e5a6 updated libfuse to 3.8.0
5 years ago
Falk Werner 9cd058a747 switched to own base64 implementation
5 years ago
Falk Werner 7f29a7987e workaround: lws decode base64 size requirements changed
5 years ago
Falk Werner ce6affd4a2 fixes type in define
5 years ago
Falk Werner 83c7feee82 fixes missing inode using stat and ls -i
5 years ago
Falk Werner a0ae32caa6 fixes adding multiple files to same directory
5 years ago
Falk Werner 07e32757f8
chore(webfuse) Increase test coverage (#34)
5 years ago
Falk Werner 09df34debc
removes shutdown method (#27)
5 years ago
Falk Werner 9130f00289
improves slist implementation (#29)
5 years ago
Falk Werner fa78e23533
feat(webfuse): static file provider (#30)
5 years ago
Falk Werner a717248e80
chore(WF_CONTAINER_OF): makes WF_CONTAINER_OF use typeof, if available (#26)
5 years ago
Falk Werner f4180224b2
fixes invalid read if www is not specified (#28)
5 years ago
Falk Werner 3a7c064af7 feat(webfuse): add multiclient support (#23)
6 years ago
Falk Werner 87f34fa768 feat(authentication): provide an authentication mechanism (#19)
6 years ago
Falk Werner 7447fb5dff renamed to webfuse
6 years ago
Falk Werner 1c9d1c8420
feat(API wrapper): separates implementation from public API
6 years ago
Falk Werner 48185776b6
Feature/authentication (#14)
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 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