1. Mar 30, 2021
  2. Feb 07, 2021
  3. Nov 25, 2020
  4. Sep 11, 2020
  5. Sep 10, 2020
  6. May 19, 2020
  7. May 12, 2020
  8. Feb 25, 2020
  9. Feb 24, 2020
  10. Feb 20, 2020
  11. Feb 19, 2020
  12. Feb 18, 2020
  13. Feb 10, 2020
  14. Feb 09, 2020
  15. 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
  16. Jan 28, 2020
  17. Nov 07, 2019
  18. Nov 05, 2019
  19. Nov 04, 2019
  20. 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
  21. Sep 09, 2019
  22. Sep 06, 2019
  23. Jul 04, 2019
  24. Apr 24, 2019
  25. Mar 05, 2019
  26. Feb 21, 2019
    • Tommaso Tocci's avatar
      Disable interception during library shutdown · 225552aa
      Tommaso Tocci authored
      If we intercept function during shutdown we could try to access the
      internal file map that has been already freed.
      
      This woun't affect performance at runtime since we are always checking
      only one boolean flags on every interception as before.
      
      On the other hand should sppedup the shutdown of the library, because we
      disable the interception of glibc library call before performing the
      shutdown routines.
      225552aa
  27. Nov 05, 2018
    • Tommaso Tocci's avatar
      bugfix: do not always follow last link in path · 20108549
      Tommaso Tocci authored
      when resolving path we don't want always
      to resolve also the last components if it is a link. Cause in some cases
      we want exactly the path of that link and not the one it points to.
      
      lstat and readlink are some example of functions that don't want to
      resolve the last link.
      20108549
  28. Nov 04, 2018