Commit Graph

31 Commits (2c62e16c98a1ab4d7fb7b98242facf75a13aee15)

Author SHA1 Message Date
Falk Werner bbdd5a24f5 integrated libwf_timer and libwf_jsonrpc into libwebfuse-core
5 years ago
Falk Werner 214d6b738d removed NULL-checks after malloc: they are not necessary, they were not consequently used and objects constructed by 3rd party libs are also unchecked
5 years ago
Falk Werner 425e017bc4 renamed function: wf_impl_server_protocol_create2 to ..create: remove of uuid mountpoint was already API breaking
5 years ago
Falk Werner 43c989e7af removed uuid mountpoint and factory
5 years ago
Falk Werner d2f078298e added function to interrupt _service calls
5 years ago
Falk Werner 1a29b44ad6 chore: prefixed jsonrpc by wf_
5 years ago
Falk Werner 8a40919296 fix: do not ignore return value of symlink
5 years ago
Falk Werner 79318c47b8 refactor: extracted timer function of adapter into separate library
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 555058dbb5 made client protocol test single threaded
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 83c7feee82 fixes missing inode using stat and ls -i
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