Skip to content
Snippets Groups Projects
  1. May 17, 2024
    • Sébastien Blin's avatar
      call-swarm: avoid dummy call to create a conference · a404577a
      Sébastien Blin authored
      Now a conference can start without any call (this avoid to attach
      a call without peer to create a conference).
      
      Path is now clearer for a call creation:
      + If we receive a call, we attach it to the conference
      + Else we do not create any call and just attach the host.
      
      Next step is to be able to attach a host in audio only without weird
      tricks and group addParticipant/bindParticipant
      
      GitLab: #953
      Change-Id: I13785a5525e041c37fb62c0c9f355e9371f1e4ad
      a404577a
    • Sébastien Blin's avatar
      call-swarm: fix host attachment for audio-calls · f2d8c57f
      Sébastien Blin authored
      Also, start to fix audio binding (this will be a full patch, but
      at least do not attach host)
      
      GitLab: #959
      Change-Id: I0aeb9121e2880a5afb4b1ca1a30710d1b60a2e7e
      f2d8c57f
    • Adrien Béraud's avatar
      string utils: inline to_int · 5b7acc3a
      Adrien Béraud authored and Sébastien Blin's avatar Sébastien Blin committed
      Change-Id: I82425bd8beb77dae3f399aa0e79818e3029ae80b
      5b7acc3a
  2. May 15, 2024
  3. May 10, 2024
  4. May 09, 2024
  5. May 08, 2024
  6. Apr 30, 2024
  7. Apr 29, 2024
  8. Apr 26, 2024
  9. Apr 20, 2024
    • Adrien Béraud's avatar
      message engine: use message queue · f35c6506
      Adrien Béraud authored
      Avoids re-ordering messages by using a queue
      instead of a map.
      This allows to guarantee message ordering
      as long as the account implementation of sendMessage
      preserves ordering.
      
      Change-Id: I09a5c4964e1276236e5b992e4fc080da158f2d7e
      f35c6506
  10. Apr 17, 2024
    • Adrien Béraud's avatar
      gitserver: cleanup, optimize · 53971da2
      Adrien Béraud authored
      * factorize code that generates a git packet size code, use fmt
      * optimize sending version string
      * optimize sending references
      * re-use buffer when sending pack data
      
      Change-Id: Id3714a7d913bff36c393ec8ab114f1f7a8eba757
      53971da2
  11. Apr 16, 2024
  12. Apr 12, 2024
  13. Apr 07, 2024
  14. Apr 04, 2024
  15. Apr 03, 2024
  16. Apr 02, 2024
  17. Mar 28, 2024
Loading