1. Dec 09, 2019
  2. Nov 04, 2019
  3. Sep 14, 2019
    • Alberto Miranda's avatar
      Add tracking of internal fds · 58055d57
      Alberto Miranda authored
      Fixes an issue where client applications such as ssh might attempt to
      close all open fds, therefore also closing the fds used by the internal
      components of the library such as Mercury.
      58055d57
  4. Sep 09, 2019
  5. Sep 06, 2019
  6. Jul 26, 2019
  7. Jun 26, 2019
  8. Apr 29, 2019
  9. Apr 24, 2019
  10. Apr 18, 2019
  11. Apr 10, 2019
  12. Mar 05, 2019
  13. Feb 27, 2019
  14. Nov 04, 2018
  15. Nov 03, 2018
  16. Oct 31, 2018
    • Tommaso Tocci's avatar
      cmake: Clean FindSnappy module · ddb82390
      Tommaso Tocci authored
      ddb82390
    • 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
  17. Oct 29, 2018
  18. Oct 28, 2018
  19. May 15, 2018
  20. May 14, 2018
  21. May 11, 2018
  22. May 09, 2018
  23. Apr 27, 2018
  24. Apr 13, 2018
  25. Mar 20, 2018