1. 12 Nov, 2021 1 commit
    • Rosen Penev's avatar
      treewide: replace lock_guard with scoped_lock · 4e0e4c00
      Rosen Penev authored
      SonarLint reports the latter to be better:
      
      std::scoped_lock basically provides the same feature as std::lock_guard,
      but is more generic: It can lock several mutexes at the same time, with a
      deadlock prevention mechanism (see {rule:cpp:S5524}). The equivalent code
      to perform simultaneous locking with std::lock_guard is significantly more
      complex. Therefore, it is simpler to use std::scoped_lock all the time,
      even when locking only one mutex (there will be no performance impact).
      Signed-off-by: 's avatarRosen Penev <rosenp@gmail.com>
      4e0e4c00
  2. 08 Nov, 2021 1 commit
    • Max Audron's avatar
      upnp: expose interface configuration on UpnpInit2() · 4ed60a57
      Max Audron authored
      Adds the Interface Name as an argument to the *Init functions to make it
      possible to select which interface is used by upnp to detect servers.
      
      Currently "nullptr" is passed in to let the upnp library select an
      interface, as before.
      4ed60a57
  3. 19 Oct, 2021 2 commits
  4. 15 Oct, 2021 3 commits
  5. 13 Oct, 2021 2 commits
  6. 08 Sep, 2021 1 commit
  7. 31 May, 2021 2 commits
  8. 04 Mar, 2021 1 commit
  9. 17 Jan, 2021 1 commit
  10. 01 Jan, 2021 1 commit
  11. 14 Dec, 2020 1 commit
  12. 30 Nov, 2020 2 commits
  13. 06 Nov, 2020 1 commit
  14. 28 Oct, 2020 1 commit
  15. 20 Jul, 2020 3 commits
  16. 06 Jul, 2020 2 commits
  17. 26 Mar, 2020 1 commit
  18. 16 Mar, 2020 1 commit
  19. 12 Mar, 2020 1 commit
  20. 20 Feb, 2020 1 commit
  21. 05 Feb, 2020 1 commit
  22. 02 Feb, 2020 1 commit
  23. 01 Feb, 2020 2 commits
  24. 18 Jan, 2020 1 commit
  25. 04 Nov, 2019 1 commit
  26. 05 Jul, 2019 1 commit
  27. 17 Jun, 2019 1 commit
  28. 26 Apr, 2019 1 commit
  29. 25 Apr, 2019 2 commits