Skip to content
Snippets Groups Projects
  1. Aug 06, 2022
    • Sébastien Blin's avatar
      ice_transport: revert last change · 06f2a0ae
      Sébastien Blin authored
      Change-Id: Ie810524fa960832154be0319d1c4e2383e87eb90
      06f2a0ae
    • Sébastien Blin's avatar
      connectionmanager: call callbacks when account is disabled · f68be61a
      Sébastien Blin authored
      If an account is disabled during the initialization of the ICE,
      the callacks must be called to correctly clean conversation_module.
      This was not correctly done as we only check the onShutdown() after
      that the TLSSocketEndpoint is initialized.
      It was a problem when the account was disabled, because in
      connectDeviceStartIce() isDestroying_ was true at this point, so
      we didn't erase the pending callback.
      
      Change-Id: I21cdd30057d9879b6d6fef189fc43bf916d4c310
      f68be61a
  2. Aug 05, 2022
  3. Aug 04, 2022
  4. Aug 03, 2022
  5. Aug 02, 2022
  6. Aug 01, 2022
  7. Jul 30, 2022
    • Sébastien Blin's avatar
      jamiaccount: retry to resolve TURN if necessary · 3150964d
      Sébastien Blin authored and Adrien Béraud's avatar Adrien Béraud committed
      Because an incorrect TURN can cause long delay for connections,
      we cache the resolved address in a file which is refresh at the
      next status changes.
      However if the resolution fails it can take a long time (moreover
      on servers) to retry the resolution if it fails.
      Here, if turn is enabled but not resolved, we do the resolution
      on incoming requests to avoid to wait too long before re-using
      the TURN.
      
      Change-Id: I39a8e83b43c7342a6c296e57316bd85497360011
      3150964d
  8. Jul 29, 2022
  9. Jul 28, 2022
    • Adrien Béraud's avatar
      logger: add debugEnabled, use memory_order_relaxed · fb8a4a70
      Adrien Béraud authored
      Change-Id: I77f0617371f59cba662289f53a08d6037c709cd2
      fb8a4a70
    • Adrien Béraud's avatar
      logger: cleanup SysLog · b641aea7
      Adrien Béraud authored
      * Android log API is thread-safe
      * We should not call openlog on Android
      
      Change-Id: If5eb45debe7666cb8430fedd761c668db2e8fa63
      b641aea7
    • Adrien Béraud's avatar
      logger: cleanup FileLog · 20a32dcd
      Adrien Béraud authored
      * move pending queue to the stack
      
      Change-Id: Ib44578aab4b8e27fd19ff564abab8d67e9b1ad00
      20a32dcd
    • Aline Gondim Santos's avatar
      misc: win bump opencv · 0a7809a5
      Aline Gondim Santos authored
      Change-Id: I48327ab7e015a7edb885d3d2599b6fe0db8a6a63
      0a7809a5
    • Olivier Dion's avatar
      contrib: Add caching of build · f76aba52
      Olivier Dion authored and Sébastien Blin's avatar Sébastien Blin committed
      This is a primitive way of caching builds of contrib.  Basically, a hash entry
      is created from all the *.mak files in contrib.  This include all rules.mak of
      individual packages and config.mak generated by the bootstrap script.
      
      When caching is enabled, the installation is done in the cache and a symbolic
      link is created to it.
      
      Caching can be enabled with `--cache-dir=/tmp/jami-contrib-cache --cache-builds'
      or any other path for cache-dir.  Not providing the `cache-builds` option will
      bypass the cache.
      
      Change-Id: I58aa0295664113792518851ede1c568495a33e59
      f76aba52
    • Aline Gondim Santos's avatar
      misc: bump opencv · f896e000
      Aline Gondim Santos authored
      Change-Id: Ifcc608b33e2edd73070d33476c8e006ff5f8f31d
      f896e000
  10. Jul 27, 2022
Loading