Skip to content
Snippets Groups Projects
  1. Jul 22, 2024
  2. Jul 15, 2024
  3. Feb 19, 2024
  4. Feb 22, 2022
  5. Mar 30, 2021
  6. Feb 07, 2021
  7. Nov 25, 2020
  8. Feb 25, 2020
  9. Feb 10, 2020
  10. Feb 09, 2020
  11. Feb 07, 2020
    • Marc Vef's avatar
      Code Maintenance: Configurations, definitions, adafs to gkfs · 053cd9a5
      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
      Verified
      053cd9a5
  12. Nov 04, 2019
  13. Apr 24, 2019
  14. Mar 05, 2019
  15. Apr 02, 2018
    • Marc Vef's avatar
      Daemon now creates a pid file with pid and mountdir info for clients · fe7e5ee3
      Marc Vef authored
      Previously, clients would look for the daemon by name which was not robust.
      If the daemon was started with valgrind for example, clients would not find
      the daemon.
      
      Similar to other applications a daemon now creates a pid file with
      information about its pid and its started mountdir.
      
      Proper errorhandling on server and client side was added.
      
      Multiple daemons per node are explicitly not allowed for now!
      fe7e5ee3
Loading