- Nov 04, 2019
-
-
Alberto Miranda authored
-
- Oct 10, 2019
-
-
Alberto Miranda authored
-
- Oct 03, 2019
-
-
Ramon Nou 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 09, 2019
-
-
Alberto Miranda authored
-
Alberto Miranda authored
-
Alberto Miranda authored
-
Alberto Miranda authored
-
Alberto Miranda authored
-
Alberto Miranda authored
-
Alberto Miranda authored
-
Alberto Miranda authored
-
Alberto Miranda authored
-
Alberto Miranda authored
-
Alberto Miranda authored
-
- Sep 08, 2019
-
-
Alberto Miranda authored
-
Alberto Miranda authored
-
- Sep 06, 2019
-
-
Alberto Miranda authored
-
Alberto Miranda authored
-
Alberto Miranda authored
-
Alberto Miranda authored
-
Alberto Miranda authored
-
Alberto Miranda authored
-
Alberto Miranda authored
-
Alberto Miranda authored
-
Alberto Miranda authored
-
- Sep 03, 2019
-
-
- Jul 29, 2019
-
-
Tommaso Tocci authored
-
Tommaso Tocci authored
We don't want the log file to be created before command line parsing, otherwise --version or --help cli option could not work beacause we don't have permission to write to log file.
-
- Jul 26, 2019
-
-
Tommaso Tocci authored
lseek was triggering a number overflow by converting long to integer on its return value Added specific lseek test
-
Tommaso Tocci authored
Write errors happenig on deamons are now reported back to clients. "No space left on device" error is now properly propagated to clients.
-
- Jul 15, 2019
-
-
Tommaso Tocci authored
-
- Jul 13, 2019
-
-
Tommaso Tocci authored
-
- Jul 04, 2019
-
-
Tommaso Tocci authored
-
Tommaso Tocci authored
-
Tommaso Tocci authored
-
Tommaso Tocci authored
Port is only meaningful for some of the communication protocols. For instance psm2 is not using it at all. Port can be still specified using the --listen,-l flag: Example: ``` gkfs_daemon --listen "localhost:1234" ```
-