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 17, 2018
    • Tommaso Tocci's avatar
      Remove the auxiliary loaded check · cfda3081
      Tommaso Tocci authored
      Since we introduced the `initialized` flag in the preload context, it is
      not needed anymore to check for ld_is_aux_loaded flag.
      In fact ld_is_aux_loaded is true if and only if the `initialized` flag
      is true.
      cfda3081
    • Tommaso Tocci's avatar
      Bypass early interceptions · 99805139
      Tommaso Tocci authored
      The library intercepts IO functions from others library constructors
      before our constructor have been executed.
      
      All the interceptions triggered before that our constructor have been
      executed are now forwarded to the glibc.
      
      By moving the logger initialization outside of the passthrough
      initialization we will be able to implements fopen interceptions.
      99805139
    • Tommaso Tocci's avatar
      Move fs_config into preload context · 332081b6
      Tommaso Tocci authored
      332081b6
  4. May 16, 2018
  5. May 15, 2018
  6. May 14, 2018
  7. May 11, 2018
  8. May 10, 2018
  9. May 09, 2018