42 Commits (3a7c064af70db0ec1e1a707a0f09755374ebc001)

Author SHA1 Message Date
Falk Werner 3a7c064af7 feat(webfuse): add multiclient support (#23)
5 years ago
Falk Werner 87f34fa768 feat(authentication): provide an authentication mechanism (#19)
5 years ago
Falk Werner 7447fb5dff renamed to webfuse
5 years ago
Falk Werner 1c9d1c8420
feat(API wrapper): separates implementation from public API
5 years ago
Falk Werner 48185776b6
Feature/authentication (#14)
5 years ago
nosamad 2f8d2a8724 adds valgrind support for amd64 architectures
5 years ago
nosamad e30e73b506 fixes missing flag for arm32v7 and libfuse
5 years ago
nosamad bf6077a942 adds dynamic test discover support
5 years ago
Falk Werner d205d2f127 refactors provider client api (introduces client_config)
5 years ago
Falk Werner 2781aadf55 makes wsfs_status public (usable in provider example)
5 years ago
Falk Werner 5f9096914e added implementation of readdir
5 years ago
Falk Werner bc38b5d9b1 refactored message creation; enhanced implementation of some operations
5 years ago
Falk Werner 1b4a3277b6 renamed export symbols
5 years ago
Falk Werner af71bcbff3 moved message and message_queue to common library
5 years ago
Falk Werner 1976841334 reorganized project: prepared to extract common functionality
5 years ago
Falk Werner c7c28416db added implementation of getattr stub
5 years ago
Falk Werner 3bc041877a refactor: moved default implementation of operations to their modules
5 years ago
Falk Werner bc0dc2889d separated client opertation stubs
5 years ago
Falk Werner d18150d305 added code to parse urls
5 years ago
Falk Werner b1c72dab3c added more client stub (not functional yet)
5 years ago
Falk Werner cc6a08ade5 added skeleton of provider example app
5 years ago
Falk Werner 4396dddd2b added example for provider
5 years ago
Falk Werner 561a9f4eb5 renamed library and example
5 years ago
Falk Werner 39874f733a added provider api
5 years ago
Falk Werner 95a0a4df59 changed build behavior: tests and example are enabled by default and can be disabled using cmake options
5 years ago
Falk Werner bb917ab5c5 fixed issues regarding usleep
5 years ago
Falk Werner d8525f1296 provide installable library
5 years ago
Falk Werner cf1b57e86e project structure changed
5 years ago
Falk Werner 90b9f0f86d fix: force c++11 for unit tests
5 years ago
Falk Werner da534a1cea fix: force c99
5 years ago
Falk Werner d060017805 added shared library
5 years ago
Falk Werner 083ebbefe3 added timeout handling
5 years ago
Falk Werner b698119079 made it single threaded (still buggy)
5 years ago
Falk Werner b74c459942 use libwebsockets as loop for fuse fd; removed dependency to libuv, since it is not needed anymore; disabled jsonrpc temporary, until refactoring is finished (will not work properly)
5 years ago
Falk Werner c9ec71ccd5 removed fuse high level API stuff
5 years ago
Falk Werner 32e325e72f added fuse low level operation stubs
5 years ago
Falk Werner d8c783aa82 added libuv as dependency
5 years ago
Falk Werner aa41fb3a6e made headers C++ compatible ; added basic server test
5 years ago
Falk Werner 7f8365811f switched tests to google test
5 years ago
Falk Werner f47868ded7 added close operation
5 years ago
Falk Werner 1e4647356d refactoring: removed filesystem
5 years ago
Falk Werner 858fdb862b initial commit
5 years ago