1. 23 Nov, 2021 1 commit
  2. 08 Nov, 2021 2 commits
    • Max Audron's avatar
      upnp: add option to configure interface for db plugin · 6f81bb4b
      Max Audron authored
      Add an option to the UPnP database plugin to configure which interface
      is used by upnp to discover servers.
      
      upnp by default selects the first interface that is not loopback, which
      in some cases might not be the desired interface. For example if wanting
      to access a DLNA server over a VPN connection.
      
      The "interface" option can now be set to the name of the desired
      interface to achieve this.
      
      The default behaviour remains unchanged.
      6f81bb4b
    • 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. 13 Oct, 2021 1 commit
  4. 26 Aug, 2021 1 commit
  5. 21 Aug, 2021 1 commit
  6. 26 Mar, 2021 1 commit
  7. 01 Jan, 2021 1 commit
  8. 23 Sep, 2020 1 commit
  9. 07 Sep, 2020 1 commit
  10. 06 Jul, 2020 1 commit
  11. 22 Apr, 2020 1 commit
  12. 08 Apr, 2020 2 commits
  13. 03 Apr, 2020 2 commits
  14. 16 Mar, 2020 1 commit
  15. 12 Mar, 2020 2 commits
  16. 20 Feb, 2020 1 commit
  17. 17 Feb, 2020 1 commit
  18. 02 Feb, 2020 1 commit
  19. 01 Feb, 2020 3 commits
  20. 18 Jan, 2020 1 commit
  21. 05 Jul, 2019 1 commit
  22. 17 Jun, 2019 1 commit
  23. 16 Jun, 2019 1 commit
  24. 20 Feb, 2019 1 commit
  25. 19 Nov, 2018 2 commits
    • Max Kellermann's avatar
      db/upnp: use the generic ::CollectUniqueTags() function · 4b707829
      Max Kellermann authored
      This function implements the "group" feature on top of the
      Database::Visit() method.
      4b707829
    • Max Kellermann's avatar
      check.h: remove obsolete header · ce49d99c
      Max Kellermann authored
      Since we switched from autotools to Meson in commit
      94592c14, we don't need to include
      `config.h` early to properly enable large file support.  Meson passes
      the required macros on the compiler command line instead of defining
      them in `config.h`.
      
      This means we can include `config.h` at any time, whenever we want to
      check its macros, and there are no ordering constraints.
      ce49d99c
  26. 31 Oct, 2018 1 commit
  27. 22 Oct, 2018 1 commit
    • Max Kellermann's avatar
      db: fix broken command "list ... group" · db27bb76
      Max Kellermann authored
      Grouping in the "list" command was completely broken from the start,
      unlike "count group".  I have no idea what I have been thinking when I
      wrote commit ae178c77, but it didn't
      make any sense.
      
      This commit is a rewrite of the feature.
      
      For clients to be able to detect this feature, this commit also
      increments the protocol version.
      db27bb76
  28. 02 Sep, 2018 2 commits
  29. 20 Aug, 2018 1 commit
  30. 02 Aug, 2018 2 commits
  31. 25 Jul, 2018 1 commit