Skip to content
Snippets Groups Projects
  1. Sep 27, 2023
  2. Sep 26, 2023
  3. Sep 25, 2023
  4. Sep 23, 2023
  5. Sep 22, 2023
  6. Sep 21, 2023
  7. Sep 20, 2023
  8. Sep 19, 2023
  9. Sep 18, 2023
  10. Sep 15, 2023
  11. Sep 14, 2023
  12. Sep 13, 2023
  13. Sep 12, 2023
    • Sébastien Blin's avatar
      conversation_module: fix remove on replay · 459e58a6
      Sébastien Blin authored
      When a trust request is confirmed with an old conversationId, new
      messages will be transferred and the conversation will be replaced
      to avoid duplicates.
      However, because erasePending() wasn't used after a lock, the
      removal was failing with "operation not permitted" causing a duplicate
      to stay.
      A test is added to avoid any further regression.
      
      Change-Id: Ic0fd960005a064ddd7b410f014f67d9125e50446
      459e58a6
  14. Sep 07, 2023
    • Maxim Cournoyer's avatar
      configure.ac: Require sdbus-c++ when building with D-Bus support. · 85549fce
      Maxim Cournoyer authored and Sébastien Blin's avatar Sébastien Blin committed
      This is a follow-up commit to
      3dd5f4eb ("dbus: use sdbus-c++ for
      dbus communications").  The build should abort if the sdbus-c++ module
      is missing (it's "required" on the CMake side, so why shouldn't it be
      on the Autotools one?).
      
      * configure.ac: Fail when sdbus-c++ is not found.  Quote the
      sdbus-c++-xml2cpp command.
      
      Change-Id: I8268abec10ba5be0eb8b520988affc9c0345a4fb
      85549fce
  15. Sep 05, 2023
  16. Sep 01, 2023
  17. Aug 31, 2023
Loading