1. May 08, 2018
  2. Apr 29, 2018
  3. Apr 08, 2018
  4. Apr 06, 2018
    • Tommaso Tocci's avatar
      corretly set errno on check_access · d573a07a
      Tommaso Tocci authored
      Problem:
      In the case the path for which the check access is performed doesn't
      exists the server will set `out.err` with the correct error number (ENOENT).
      On client side the value of out.err is used as return value but the
      errno variable is not set.
      d573a07a
  5. Mar 19, 2018
  6. Mar 07, 2018
    • Marc Vef's avatar
      Restructuring directory hierarchy of the project + re-adding header files to CMake sources. · 138e04ca
      Marc Vef authored
      - Previously the directory hierarchy was not clear regarding to which
        file belong to which part of the project (client or daemon).
        Further, we will have other clients in the future (such as Fuse).
      - CMake files now differentiate between include dirs for all targets
        and target specific ones.
      - Removed duplicate -pg flag.
      - Not listing header files when adding executables or libraries
        is considered bad practice. Note that include_directories() is adding
        include paths to the code while adding all files used for executables
        and libraries provide the context which files belong to each binary.
        When only include_directories() is set, CMake assumes that all files
        belong to a binary (which is not necessarily true). As a result,
        some IDEs may break as the do not support this assumption.
      
        In general we should almost always favor explicitness over implicitness.
      138e04ca
  7. Mar 02, 2018
  8. Jan 19, 2018
  9. Jan 15, 2018
    • Marc Vef's avatar
      Add basic MD_Test functionality · 49a77aac
      Marc Vef authored
      - Add: adafs_access, open with check if object exists
      - Add: root metadentry to database of each node
      - Modified: Open, unlink, mkdir, rmdir and combined their functionality to "create node" and "remove node"
      49a77aac
  10. Jan 12, 2018
  11. Dec 11, 2017
  12. Dec 04, 2017
  13. Nov 29, 2017
  14. Nov 15, 2017
  15. Nov 14, 2017
  16. Nov 13, 2017
  17. Nov 08, 2017
  18. Nov 07, 2017
  19. Oct 16, 2017
  20. Oct 13, 2017
  21. Oct 09, 2017
  22. Oct 06, 2017
  23. Sep 22, 2017