1. May 28, 2020
  2. Apr 24, 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. Feb 05, 2020
  5. Feb 04, 2020
  6. Jan 29, 2020
  7. Jan 28, 2020
  8. Dec 09, 2019
  9. Nov 04, 2019
  10. 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
  11. Sep 18, 2019
  12. Sep 14, 2019
    • Alberto Miranda's avatar
      Add tracking of internal fds · 58055d57
      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.
      58055d57
  13. Sep 09, 2019
  14. Sep 06, 2019
  15. Sep 05, 2019
  16. Jul 26, 2019
  17. Jun 26, 2019
  18. Apr 29, 2019
  19. Apr 24, 2019
  20. Apr 18, 2019
  21. Apr 10, 2019
  22. Mar 05, 2019
  23. Feb 27, 2019
  24. Nov 04, 2018
  25. Nov 03, 2018