Skip to content
  1. May 15, 2018
  2. May 14, 2018
  3. May 11, 2018
  4. May 10, 2018
  5. May 09, 2018
  6. May 08, 2018
    • Tommaso Tocci's avatar
      Multiple logs handling · df0aee7e
      Tommaso Tocci authored
      During daemon setup, multiple spdloggers are configured.
      
      Using spdlog::get("<LOGNAME>") is possible to retrieve those and use
      them in other part of the code.
      df0aee7e
    • Tommaso Tocci's avatar
      Client send relative paths · 8a5d3de0
      Tommaso Tocci authored
      Paths are now made relative to the mountdir at client side.
      
      The new relativize_path fucntion in the PreloadContext is used to check
      if a path is relative to the pseudo-mount directory and to make it
      relative
      8a5d3de0
  7. May 02, 2018
  8. Apr 29, 2018
    • Tommaso Tocci's avatar
      Refactor daemon handler for stat · 4077fcf1
      Tommaso Tocci authored
      The rpc stat handler was the only one calling directly a db function,
      bypassing the intermediate adafs_ops interface.
      
      A new function on the adafs_ops interface has been added to be used by
      the rpc stat handler.
      4077fcf1
  9. Apr 27, 2018
  10. Apr 12, 2018
  11. Apr 09, 2018