- Feb 09, 2020
-
-
Marc Vef authored
Reformatted code w.r.t. unifying code styles as of the official CPPCoreGuidelines by Stroustrup and Sutter
-
- Feb 07, 2020
-
-
Marc Vef authored
Restructuring code w.r.t. configurations and definitions: - #defines have been mostly removed from configurations - a dedicated config file has been added for configurations with constexpr - past configure file is now only a cmake wrapper - wrapping global functions into namespaces Removed all adafs and ifs occurrences. Now called gkfs
-
- Feb 06, 2020
-
-
Alberto Miranda authored
Fixes #74.
-
- Feb 04, 2020
-
-
Alberto Miranda authored
Closes #73
-
- Jan 29, 2020
-
-
Alberto Miranda authored
-
- Jan 28, 2020
-
-
Alberto Miranda authored
-
Alberto Miranda authored
-
Ramon Nou authored
-
- Dec 09, 2019
-
-
Alberto Miranda authored
-
- Nov 22, 2019
-
-
Alberto Miranda authored
-
Alberto Miranda authored
Fixes #65.
-
- Nov 21, 2019
-
-
Alberto Miranda authored
Fixes #64.
-
Alberto Miranda authored
Fixes #63.
-
Alberto Miranda authored
-
- Nov 18, 2019
-
-
Alberto Miranda authored
Fixes #47
-
- Nov 07, 2019
-
-
Alberto Miranda authored
-
Alberto Miranda authored
-
Alberto Miranda authored
-
- Nov 05, 2019
-
-
Alberto Miranda authored
-
Alberto Miranda authored
-
- Nov 04, 2019
-
-
Alberto Miranda authored
-
Alberto Miranda authored
-
Alberto Miranda authored
-
Alberto Miranda authored
-
Alberto Miranda authored
-
Alberto Miranda authored
-
Alberto Miranda authored
-
- Oct 10, 2019
-
-
Alberto Miranda authored
-
- Oct 07, 2019
-
-
Tommaso Tocci authored
-
- Oct 03, 2019
-
-
Tommaso Tocci authored
CREATE_CHECK_PARENTS controls if the existance of the parent node needs to be checked during the creation of a child node. Example: The check prevents the creation of file `/parent/child` if `/parent` doesn't exists or if it is not a directory By default CREATE_CHECK_PARENTS is enable and the check is enforced. It can be disable to speedup creation operations by passing `-DCREATE_CHECK_PARENTS:BOOL=OFF` as cmake parameter.
-
Tommaso Tocci authored
-
Ramon Nou authored
-
Tommaso Tocci authored
-
Tommaso Tocci authored
All paths underl /sys and /proc are forwarded to the kernel directly
-
Tommaso Tocci authored
-
- Sep 18, 2019
-
-
Alberto Miranda authored
-
Alberto Miranda authored
-
- Sep 14, 2019
-
-
Alberto Miranda authored
-
Alberto Miranda authored
Fixes an issue where client applications such as ssh might attempt to close all open fds, therefore also closing the fds used by the internal components of the library such as Mercury.
-
- Sep 11, 2019
-
-
Tommaso Tocci authored
-