Skip to content
  1. Feb 10, 2020
  2. Feb 09, 2020
  3. 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
      053cd9a5
  4. Jan 29, 2020
  5. Dec 09, 2019
  6. Nov 04, 2019
  7. Oct 03, 2019
    • Tommaso Tocci's avatar
      Add CREATE_CHECK_PARENTS compilation flag · 70a5c724
      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.
      70a5c724
    • Tommaso Tocci's avatar
      fix daemon logs · 5bfc7372
      Tommaso Tocci authored
      5bfc7372
  8. Sep 18, 2019
  9. Sep 09, 2019
  10. Sep 05, 2019
  11. Jul 29, 2019
  12. Jul 26, 2019
  13. Jul 15, 2019
  14. Jul 04, 2019
  15. Jun 27, 2019
    • Tommaso Tocci's avatar
      bugfix: get_dirents RPC has no error propagation · 4ba3c5e7
      Tommaso Tocci authored
      Implement proper error propagation and handling on get_dirents RPC.
      Error happening on the deamon are now embedded on the returned response
      and the client throws an exception once he receives the response.
      4ba3c5e7
  16. Jun 26, 2019
  17. May 02, 2019
  18. Apr 24, 2019
  19. Apr 18, 2019
  20. Apr 17, 2019