1. May 17, 2018
    • 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
  2. May 11, 2018
  3. May 08, 2018