Skip to content
Snippets Groups Projects
  1. Oct 20, 2022
  2. Oct 19, 2022
  3. Oct 18, 2022
  4. Oct 17, 2022
  5. Oct 15, 2022
  6. Oct 12, 2022
  7. Oct 11, 2022
  8. Oct 08, 2022
    • Olivier Dion's avatar
      upnp: Fix possible race conditions · bf886711
      Olivier Dion authored
      Although not harmful, the race conditions could make Jami hang for many seconds
      when closing the library.
      
      Change-Id: I88186adbcde309671de6502a22e52ab440f61f4b
      bf886711
  9. Oct 07, 2022
  10. Oct 06, 2022
  11. Oct 05, 2022
  12. Oct 04, 2022
  13. Oct 03, 2022
  14. Sep 30, 2022
  15. Sep 29, 2022
  16. Sep 28, 2022
  17. Sep 22, 2022
  18. Sep 18, 2022
  19. Sep 16, 2022
    • Olivier Dion's avatar
      agent: Bundle bindings as a shared library · 02ac61d4
      Olivier Dion authored and Adrien Béraud's avatar Adrien Béraud committed
      Instead of creating an agent executable, bundle the bindinds into a shared
      library.  That way, we're adding an extension that Guile can load at runtime.
      This shared library can be installed along with libjami so that users can use
      the full power of Scheme to control their Jami accounts.
      
      Also create a `guile-wraper' that compiles against the configuration flags.
      This is necessary when building libjami with ASAN because then the executable
      either has to LD_PRELOAD ASAN or compile against it.  This minimal wrapper
      really just boot guile and start a REPL.
      
      Change-Id: I984d211ff03322b102ebe8650950ac8487711e9d
      02ac61d4
Loading