1. Oct 31, 2018
    • Tommaso Tocci's avatar
      use mercury automatic SM routing · c40be81b
      Tommaso Tocci authored
      Mercury now support shared memory autorouting.
      
      A single margo instance can be initialized and it will handle both
      shared memory communication and remote ones.
      
      If the endpoint of the RPC is local mercury will automatically use
      shared memory.
      
      Since there is only one margo instance all the duplicated code for
      rpc/ipc have been unified and simplified considerably.
      
      ------
      
      The way in which client contact the server has changed.
      
       - Server initializes its own margo instance and generate the endpoint
      communication string using `HG_Addr_self`.
       - This endpoint description string is written on the pid file
       - When the client library loads it will fetch the server endpoint
      description from the pid file and will use that to contact the server.
      c40be81b
    • Tommaso Tocci's avatar
  2. Oct 29, 2018
  3. Oct 28, 2018
  4. Oct 18, 2018
  5. 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
  6. May 16, 2018
  7. May 15, 2018
  8. May 14, 2018
  9. May 11, 2018
  10. May 10, 2018