Commit Graph

62 Commits (357ca12e65a30c88a8d133163fa8d372bc8c99ed)

Author SHA1 Message Date
Falk Werner bbdd5a24f5 integrated libwf_timer and libwf_jsonrpc into libwebfuse-core
5 years ago
Falk Werner 670705bccf increased version number
5 years ago
Falk Werner 1a29b44ad6 chore: prefixed jsonrpc by wf_
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 8ef90fb504
feature: create debian and source packages (#44)
5 years ago
Falk Werner 47eec1c9e1 chore: split monolithic CMakeLists.txt into separate parts
5 years ago
Falk Werner 39129bc4ba feature: adapter and provider libraries can be build separately
5 years ago
Falk Werner 0d0a070267 chore: removed WITHOUT_TEST option
5 years ago
Falk Werner bd82b06c8a feature: removed example
5 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)
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
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