1. 31 Oct, 2018 1 commit
  2. 14 Oct, 2018 1 commit
    • Max Kellermann's avatar
      build with Meson instead of autotools · 94592c14
      Max Kellermann authored
      So long, autotools!  This is my last MPD related project to migrate
      away from it.  It has its strengths, but also very obvious weaknesses
      and weirdnesses.  Today, many of its quirks are not needed anymore,
      and are cumbersome and slow.  Now welcome our new Meson overlords!
      94592c14
  3. 19 Aug, 2018 1 commit
  4. 17 Jul, 2018 2 commits
  5. 16 Jul, 2018 1 commit
  6. 02 Jun, 2018 2 commits
  7. 04 Mar, 2018 1 commit
  8. 20 Jan, 2018 1 commit
  9. 17 Jan, 2018 4 commits
  10. 16 Jan, 2018 2 commits
  11. 12 Dec, 2017 1 commit
  12. 17 Jan, 2017 1 commit
  13. 16 Jan, 2017 1 commit
  14. 03 Jan, 2017 1 commit
  15. 02 Nov, 2016 1 commit
  16. 12 Apr, 2016 1 commit
  17. 26 Feb, 2016 1 commit
  18. 18 Dec, 2015 1 commit
  19. 26 Jun, 2015 3 commits
  20. 05 Mar, 2015 2 commits
  21. 01 Jan, 2015 1 commit
  22. 08 Dec, 2014 2 commits
  23. 07 Dec, 2014 1 commit
  24. 26 Sep, 2014 1 commit
  25. 22 Sep, 2014 1 commit
  26. 07 Feb, 2014 1 commit
  27. 30 Jan, 2014 1 commit
  28. 29 Jan, 2014 1 commit
  29. 28 Jan, 2014 1 commit
  30. 25 Jan, 2014 1 commit
    • Max Kellermann's avatar
      neighbor: new subsystem to detect file servers on the local network · 5c4a42ca
      Max Kellermann authored
      This commit adds the NeighborPlugin API which can be used to detect
      nearby file servers that can be used by input plugins.  This list of
      servers is exported using the new "listneighbors" command.  The idle
      even "neighbor" notifies interested clients when a new neighbor is
      found or an existing one is lost.
      
      There's a lot missing currently: protocol&user documentation, and a
      way to "mount" remote servers into the music database.  Obviously,
      some code from the UPnP database plugin can be moved to a neighbor
      plugin.
      5c4a42ca