61 Commits (872b17e7e96b37bba9d2b5bd7ddf6b46cfc629c3)

Author SHA1 Message Date
Falk Werner 670705bccf increased version number
4 years ago
Falk Werner 1a29b44ad6 chore: prefixed jsonrpc by wf_
4 years ago
Falk Werner 79318c47b8 refactor: extracted timer function of adapter into separate library
4 years ago
Falk Werner 69a1faaa3f chore: cleanup jsonrpc library
4 years ago
Falk Werner e3a3427ca8 refactor: made jsonrpc an independent library
4 years ago
Falk Werner 8ef90fb504
feature: create debian and source packages (#44)
4 years ago
Falk Werner 47eec1c9e1 chore: split monolithic CMakeLists.txt into separate parts
4 years ago
Falk Werner 39129bc4ba feature: adapter and provider libraries can be build separately
4 years ago
Falk Werner 0d0a070267 chore: removed WITHOUT_TEST option
4 years ago
Falk Werner bd82b06c8a feature: removed example
4 years ago
Falk Werner 9cd058a747 switched to own base64 implementation
5 years ago
Falk Werner c598b983cb updated C++ standard to C++14
5 years ago
Falk Werner b500ebeeaf introduced new build type "Coverage"
5 years ago
Falk Werner 973f95f30b enables coverage generation again (but uses guard)
5 years ago
Falk Werner 835cd1cb21 replaces amd64-debian with amd64-alpine image
5 years ago
Falk Werner 07e32757f8
chore(webfuse) Increase test coverage (#34)
5 years ago
Falk Werner 9180ad3bb7
updates version to 0.2.0 (#33)
5 years ago
Falk Werner b98a7e0425
feat(webfuse): provide code coverage (#32)
5 years ago
Falk Werner fa78e23533
feat(webfuse): static file provider (#30)
5 years ago
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