508 Commits (master)
 

Author SHA1 Message Date
nosamad 25590695f3 fixes parallel build when building multiple architectures
5 years ago
nosamad e30e73b506 fixes missing flag for arm32v7 and libfuse
5 years ago
nosamad 48fc766d28 reorganizes Makefile
5 years ago
nosamad 3acf2ceecf renames folder and adds support for reproducible builds
5 years ago
nosamad d4487d2e28 adds build targets for auto completion
5 years ago
nosamad 5031ed6726 formating
5 years ago
nosamad 6d7f38baa0 refactors docker build
5 years ago
nosamad 740b247250 moves download of artifacts to bootstrapping makefile
5 years ago
nosamad 38a2240b65 moves build to before_script travis life-cycle
5 years ago
nosamad 365fbb36ac Merge branch 'docker-build' of https://github.com/falk-werner/fuse-wsfs.git into docker-build
5 years ago
nosamad ebb3371b85 changes user id mapping
5 years ago
nosamad af0e355351 changes to use docker multiarch build
5 years ago
nosamad df10ae14f5 removes binary dependency to qemu from project
5 years ago
nosamad bf6077a942 adds dynamic test discover support
5 years ago
nosamad 4fc51d3382 fixes docker output directory
5 years ago
nosamad 6218de5ae9 removes multilib support
5 years ago
nosamad 660df474eb adds initial multi-platform docker build support
5 years ago
nosamad 12e7af6df7 changes user id mapping
5 years ago
nosamad 1d82e0a71f changes to use docker multiarch build
5 years ago
nosamad fc2648c915 removes binary dependency to qemu from project
5 years ago
Falk Werner 40eafc19d7
Document the main use case (#10)
5 years ago
Falk Werner 7934319d73
Merge pull request #9 from falk-werner/feature-provider
5 years ago
Falk Werner c4ef4f126b fixes flawfinder findings (ignores them)
5 years ago
Falk Werner 76713554ee fixes missing files
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 fff6d54046 removes unused includes of stdio.h
5 years ago
Falk Werner 2e858475c2 removed debug code
5 years ago
Falk Werner 4565e40fde removes unused structs
5 years ago
Falk Werner e4d95f5dc9 implements operation read
5 years ago
Falk Werner de454516cb fixes invalid memory acceess
5 years ago
Falk Werner 519ec3a178 added implemetation of open
5 years ago
Falk Werner 3627ede1b1 added implementation for lookup (provider)
5 years ago
Falk Werner 119d08c42e reorganized filesystem abstraction: files and directories are almost everywhere handled the same way, so there is no need for separate structs
5 years ago
Falk Werner 58e65c4a31 fix: memory leak
5 years ago
nosamad 506860b31a adds dynamic test discover support
5 years ago
nosamad 60fe3fc171 fixes docker output directory
5 years ago
nosamad 64ecec9079 removes multilib support
5 years ago
nosamad 2a14c2a6cf adds initial multi-platform docker build support
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 95e4d96d79 client is now able to send messages
5 years ago
Falk Werner 1b4a3277b6 renamed export symbols
5 years ago
Falk Werner cc38995b5f adjusted include guards
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 75c80de1b9 added clang as compiler
5 years ago