Skip to content
  1. Oct 29, 2018
  2. Oct 28, 2018
    • Tommaso Tocci's avatar
      update deps, drop abt-snoozer · b0c8d184
      Tommaso Tocci authored
      margo, argobots and mercury have been updated. The abt-snoozer dep
      required by margo it is not needed anymore.
      
      RocksDB has been also updated to the lastest release
      b0c8d184
    • Tommaso Tocci's avatar
      makes logs configurable at exec time · 1ad8f4e4
      Tommaso Tocci authored
      loggers can be now configured at execution time, by using environment
      variables for both server and client.
      
      Server:
       - ADAFS_LOG_LEVEL
       - ADAFS_DAEMON_LOG_PATH
      
      Client:
       - ADAFS_LOG_LEVEL
       - ADAFS_PRELOAD_LOG_PATH
      1ad8f4e4
  3. May 15, 2018
  4. May 14, 2018
  5. May 11, 2018
  6. May 10, 2018
  7. May 09, 2018
  8. 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
  9. May 02, 2018
  10. 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
  11. Apr 27, 2018