Skip to content
Snippets Groups Projects
  1. May 10, 2024
  2. May 09, 2024
  3. May 08, 2024
  4. Apr 30, 2024
  5. Apr 29, 2024
  6. Apr 26, 2024
  7. 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
  8. 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
  9. Apr 16, 2024
  10. Apr 12, 2024
  11. Apr 07, 2024
  12. Apr 04, 2024
  13. Apr 03, 2024
  14. Apr 02, 2024
  15. Mar 28, 2024
  16. Mar 26, 2024
  17. Mar 25, 2024
  18. Mar 22, 2024
    • Sébastien Blin's avatar
      misc: bump dhtnet · 32f39e65
      Sébastien Blin authored
      Change-Id: I4280e26fb1e17ce8a07790d77919a383d0c94df0
      32f39e65
    • François-Simon Fauteux-Chapleau's avatar
      video_input: fix build issue · df71b387
      François-Simon Fauteux-Chapleau authored
      Some of the Linux distributions that we currently support don't have the
      pidfd_getfd system call, so we need to check whether it's available
      before we try to use it.
      
      Change-Id: I5ce5c1774e33336e5c56e0cafabec6c145f6d2eb
      df71b387
    • François-Simon Fauteux-Chapleau's avatar
      ffmpeg: improve pipewiregrab window sharing · 7fb5b268
      François-Simon Fauteux-Chapleau authored
      This commit modifies pipewiregrab so that the size of the frames
      produced when sharing a window is based on the current size of that
      window. Previously, all frames had the same size (namely that of the
      screen), which resulted in a lot of screen space being wasted when
      sharing small windows.
      
      Change-Id: Icf460b28a24e7b884fe7d612fb518d5f1364fe63
      7fb5b268
  19. Mar 21, 2024
Loading