1. May 08, 2018
    • 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
    • Tommaso Tocci's avatar
      9b82b532
    • Tommaso Tocci's avatar
      Introduce preload context · 52269a81
      Tommaso Tocci authored
      The new PreloadContext class is used as singleton to store the general context
      information of the interception library.
      
      The plan is to move global accessed variables into this sigleton.
      
      At the moment just the logger object has been moved into it.
      52269a81