Skip to content
Snippets Groups Projects
  1. Oct 20, 2021
  2. Oct 19, 2021
  3. Oct 14, 2021
    • Mohamed Chibani's avatar
      SIP - prevent race condition when writing contact header · 0ae5d668
      Mohamed Chibani authored
      The contact header field was stored in a member varialbe of Jami/SIP
      accounts. There was a condition in which the contact header could
      be concurrently accessed by multiple threads. This typically happens
      when terminating calls in batch (when calling hangupCalls() for
      instance).
      Managment of SIP contact header in Jami and SIP accounts was
      reworked to prevent such race.
      
      Gitlab: #633
      
      Change-Id: Ib9295070a5295969bf114ec29e66e36b1c5c5e03
      0ae5d668
    • Kateryna Kostiuk's avatar
      call: fix pause · 1cff5df8
      Kateryna Kostiuk authored and Adrien Béraud's avatar Adrien Béraud committed
      GitLab: #644
      Change-Id: Ia2b8e05d6ffbb22336bb284ea9ac5fc292eacb85
      1cff5df8
  4. Oct 13, 2021
  5. Oct 12, 2021
  6. Oct 11, 2021
    • Adrien Béraud's avatar
      string utils: add concat · c9fa6304
      Adrien Béraud authored
      Change-Id: I3b0fd2a34289545dbf06b85c2e825fbf87bb42ad
      c9fa6304
    • Adrien Béraud's avatar
      archiver: cleanup · 32b777f9
      Adrien Béraud authored
      Change-Id: Idbb8720de936661b01fcea97faeab92d0526b6c2
      32b777f9
    • Philippe Gorley's avatar
      accel: ignore codec level · 8f0e570b
      Philippe Gorley authored and Adrien Béraud's avatar Adrien Béraud committed
      Hardware decoding will still be used even if the codec level is unknown
      or higher than the hardware's reported supported level.
      
      From FFmpeg: "It's generally a good idea to pass this flag unless you
      have a specificreason not to, as hardware tends to under-report
      supported levels."
      
      Change-Id: I83614b0eab6166a42973f062e666783c2a8e7627
      8f0e570b
  7. Oct 10, 2021
  8. Oct 07, 2021
  9. Oct 06, 2021
  10. Oct 04, 2021
  11. Oct 01, 2021
    • Sébastien Blin's avatar
      swarm: replay text messages when cloning an old conversation · c5d52986
      Sébastien Blin authored
      After removing and re-adding a contact, the second conversation
      will be deleted and the first conv will be recloned. However,
      some text messages can be present. In this case, we can re-add
      them.
      
      Change-Id: I7cafcf76b5d36769ea939729a2fbf6730853cafb
      c5d52986
    • Sébastien Blin's avatar
      data transfer: fix cancel in swarm · 0a350394
      Sébastien Blin authored
      cancel a file from the user should removes the file from the
      waiting map to avoid to relaunch the download on the next sync.
      
      Change-Id: I0696364d0131c8dde563b97b8b965e99d1f5686a
      Unverified
      0a350394
    • Sébastien Blin's avatar
      jamiaccount: cache compressed vcard given by the client in sendTrustRequest · 6ec4c687
      Sébastien Blin authored and Adrien Béraud's avatar Adrien Béraud committed
      For now, the daemon doesn't handle the profile of the account nor
      the compression. However, it does handle sendTrustRequest, which uses
      the DHT to transmit requests. DHT values must be small, else it will
      not be sent. So, this patch cache the compressed payload generated
      by the client and removes it as soon as the confirmation is received.
      This allow the daemon to retry to send request with the payload sent
      originally.
      
      Change-Id: I3fac542c6a53febdb7f1d0c516ec2d9ff5b317be
      6ec4c687
  12. Sep 30, 2021
Loading