1. 17 Jan, 2017 1 commit
  2. 16 Jan, 2017 1 commit
  3. 03 Jan, 2017 1 commit
  4. 02 Nov, 2016 1 commit
  5. 12 Apr, 2016 1 commit
  6. 26 Feb, 2016 1 commit
  7. 18 Dec, 2015 1 commit
  8. 26 Jun, 2015 3 commits
  9. 05 Mar, 2015 2 commits
  10. 01 Jan, 2015 1 commit
  11. 08 Dec, 2014 2 commits
  12. 07 Dec, 2014 1 commit
  13. 26 Sep, 2014 1 commit
  14. 22 Sep, 2014 1 commit
  15. 07 Feb, 2014 1 commit
  16. 30 Jan, 2014 1 commit
  17. 29 Jan, 2014 1 commit
  18. 28 Jan, 2014 1 commit
  19. 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
  20. 24 Jan, 2014 2 commits
  21. 23 Jan, 2014 6 commits
  22. 20 Jan, 2014 1 commit
  23. 13 Jan, 2014 2 commits
  24. 15 Dec, 2013 1 commit
  25. 08 Dec, 2013 1 commit
  26. 04 Dec, 2013 1 commit
  27. 28 Nov, 2013 1 commit
  28. 24 Nov, 2013 1 commit
    • Denis Krjuchkov's avatar
      CommandLine: new command line parser · db238cc2
      Denis Krjuchkov authored
      This implementation behaves mostly identical to old parser.
      Few observable differences:
      - There are no option groups (single group is used for all options)
      - Option --stdout is hidden (it has been obsolete for a long time)
      - MPD executable name (mpd) is hardcoded for simplicity
      db238cc2
  29. 30 Oct, 2013 1 commit