1. Feb 04, 2020
  2. Feb 03, 2020
  3. Nov 04, 2019
  4. Sep 27, 2019
  5. Jul 26, 2019
  6. Apr 18, 2019
  7. Apr 17, 2019
  8. Mar 06, 2019
  9. Mar 05, 2019
  10. Mar 04, 2019
    • Tommaso Tocci's avatar
      Renaming tests · 4b591e6a
      Tommaso Tocci authored
      the `ifs_test` folder have been renamed simply `test`
      
      All the produced binary are now named `gkfs_*` instead of `ifs_*`
      4b591e6a
  11. Nov 05, 2018
  12. Oct 31, 2018
    • Tommaso Tocci's avatar
      Implement (f)truncate · f60f2d19
      Tommaso Tocci authored
      Implemented all the logic to handle truncate operation.
      
      Test: added truncate test
      f60f2d19
    • 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
  13. Oct 29, 2018
    • Tommaso Tocci's avatar
      Let mercury handle its own dependencies · fde32cae
      Tommaso Tocci authored
      Searching for mercury dependencies is useless. In fact if a library has not been linked and enabled while mercury was built, we won't be able to use it.
      
      Moreover, mercury ships with a make module that provides which links flags needs to be used. Thus there is no need to search for mercury dependencies.
      fde32cae
  14. Oct 28, 2018