Commit Graph

40 Commits (1d413456a291c595dab311893fe103ec8ec1fd79)

Author SHA1 Message Date
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
nosamad 2f8d2a8724 adds valgrind support for amd64 architectures
6 years ago
nosamad e30e73b506 fixes missing flag for arm32v7 and libfuse
6 years ago
nosamad bf6077a942 adds dynamic test discover support
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 5f9096914e added implementation of readdir
6 years ago
Falk Werner bc38b5d9b1 refactored message creation; enhanced implementation of some operations
6 years ago
Falk Werner 1b4a3277b6 renamed export symbols
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 d18150d305 added code to parse urls
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 4396dddd2b added example for provider
6 years ago
Falk Werner 561a9f4eb5 renamed library and example
6 years ago
Falk Werner 39874f733a added provider api
6 years ago
Falk Werner 95a0a4df59 changed build behavior: tests and example are enabled by default and can be disabled using cmake options
6 years ago
Falk Werner bb917ab5c5 fixed issues regarding usleep
6 years ago
Falk Werner d8525f1296 provide installable library
6 years ago
Falk Werner cf1b57e86e project structure changed
6 years ago
Falk Werner 90b9f0f86d fix: force c++11 for unit tests
6 years ago
Falk Werner da534a1cea fix: force c99
6 years ago
Falk Werner d060017805 added shared library
6 years ago
Falk Werner 083ebbefe3 added timeout handling
6 years ago
Falk Werner b698119079 made it single threaded (still buggy)
6 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)
6 years ago
Falk Werner c9ec71ccd5 removed fuse high level API stuff
6 years ago
Falk Werner 32e325e72f added fuse low level operation stubs
6 years ago
Falk Werner d8c783aa82 added libuv as dependency
6 years ago
Falk Werner aa41fb3a6e made headers C++ compatible ; added basic server test
6 years ago
Falk Werner 7f8365811f switched tests to google test
6 years ago
Falk Werner f47868ded7 added close operation
6 years ago
Falk Werner 1e4647356d refactoring: removed filesystem
6 years ago
Falk Werner 858fdb862b initial commit
6 years ago