1. 05 Mar, 2016 1 commit
  2. 28 Feb, 2016 1 commit
  3. 26 Feb, 2016 1 commit
  4. 13 Aug, 2015 1 commit
  5. 12 Aug, 2015 1 commit
  6. 11 Aug, 2015 1 commit
  7. 02 Mar, 2015 1 commit
  8. 28 Feb, 2015 1 commit
  9. 01 Jan, 2015 1 commit
  10. 08 Dec, 2014 1 commit
  11. 09 Oct, 2014 1 commit
  12. 16 Jun, 2014 1 commit
  13. 14 Mar, 2014 1 commit
  14. 01 Mar, 2014 1 commit
  15. 27 Feb, 2014 1 commit
    • Max Kellermann's avatar
      db/simple: mount points · e9a85aa4
      Max Kellermann authored
      A SimpleDatabase instance can now "mount" other Database instances at
      certain locations.  This is used to use a new SimpleDatabase instance
      for each storage mount (issued with the "mount" protocol command).
      Each such instance has its own database file, stored in the directory
      that is specified with the "cache_directory" option.
      e9a85aa4
  16. 12 Feb, 2014 3 commits
  17. 09 Feb, 2014 1 commit
  18. 04 Feb, 2014 1 commit
  19. 26 Jan, 2014 1 commit
  20. 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
  21. 23 Jan, 2014 1 commit
  22. 13 Jan, 2014 1 commit
  23. 28 Oct, 2013 1 commit
  24. 19 Oct, 2013 1 commit
  25. 03 Jan, 2013 2 commits
  26. 14 Feb, 2012 1 commit
  27. 12 Feb, 2012 2 commits
  28. 11 Feb, 2012 2 commits
  29. 29 Jan, 2011 1 commit
  30. 18 Nov, 2010 1 commit
  31. 01 Jan, 2010 1 commit
  32. 24 Sep, 2009 1 commit
  33. 13 Mar, 2009 1 commit
    • Avuton Olrich's avatar
      all: Update copyright header. · 0aee49bd
      Avuton Olrich authored
      This updates the copyright header to all be the same, which is
      pretty much an update of where to mail request for a copy of the GPL
      and the years of the MPD project. This also puts all committers under
      'The Music Player Project' umbrella. These entries should go
      individually in the AUTHORS file, for consistancy.
      0aee49bd
  34. 24 Feb, 2009 1 commit
  35. 30 Dec, 2008 1 commit
    • Max Kellermann's avatar
      main: use the GLib main loop · 71e7ce5d
      Max Kellermann authored
      This is a rather huge patch, which unfortunately cannot be splitted.
      
      Instead of using our custom ioops.h library, convert everything to use
      the GLib main loop.
      71e7ce5d