68 Commits (b2d6ed87543bac7a21c57c0e06d134d6777906c2)

Author SHA1 Message Date
Falk Werner b2d6ed8754 reorganized library code
5 years ago
Falk Werner 69a1faaa3f chore: cleanup jsonrpc library
5 years ago
Falk Werner e3a3427ca8 refactor: made jsonrpc an independent library
5 years ago
Falk Werner c6ca2e14bd changed credentials API
5 years ago
Falk Werner 767bafcd01 added first idea of API
5 years ago
Falk Werner 85b283c1e3 removed dead code
5 years ago
Falk Werner 555058dbb5 made client protocol test single threaded
5 years ago
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