1. Sep 25, 2020
  2. Sep 15, 2020
  3. Sep 11, 2020
  4. Sep 10, 2020
  5. Aug 17, 2020
  6. May 25, 2020
  7. May 21, 2020
  8. May 19, 2020
  9. May 13, 2020
  10. May 12, 2020
  11. Apr 24, 2020
  12. 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
  13. Feb 05, 2020
  14. Feb 04, 2020
  15. Jan 29, 2020
  16. Jan 28, 2020
  17. Dec 09, 2019
  18. Nov 04, 2019
  19. 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
  20. Sep 18, 2019
  21. 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
  22. Sep 09, 2019
  23. Sep 06, 2019
  24. Sep 05, 2019
  25. Jul 26, 2019
  26. Jun 26, 2019