1. 12 Apr, 2016 1 commit
  2. 26 Feb, 2016 1 commit
  3. 18 Dec, 2015 1 commit
  4. 26 Jun, 2015 3 commits
  5. 05 Mar, 2015 2 commits
  6. 01 Jan, 2015 1 commit
  7. 08 Dec, 2014 2 commits
  8. 07 Dec, 2014 1 commit
  9. 26 Sep, 2014 1 commit
  10. 22 Sep, 2014 1 commit
  11. 07 Feb, 2014 1 commit
  12. 30 Jan, 2014 1 commit
  13. 29 Jan, 2014 1 commit
  14. 28 Jan, 2014 1 commit
  15. 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
  16. 24 Jan, 2014 2 commits
  17. 23 Jan, 2014 6 commits
  18. 20 Jan, 2014 1 commit
  19. 13 Jan, 2014 2 commits
  20. 15 Dec, 2013 1 commit
  21. 08 Dec, 2013 1 commit
  22. 04 Dec, 2013 1 commit
  23. 28 Nov, 2013 1 commit
  24. 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
  25. 30 Oct, 2013 2 commits
  26. 21 Oct, 2013 1 commit
  27. 19 Oct, 2013 1 commit
  28. 17 Oct, 2013 1 commit
    • Max Kellermann's avatar
      fs/Path: rename to AllocatedPath · abfbd553
      Max Kellermann authored
      The new class Path only holds a string pointer without being
      responsible for allocation/deallocation.  The FileSystem.hxx library
      accepts Path arguments instead of AllocatedPath, to avoid forcing
      callers to allocate another string object.
      abfbd553