1. 13 Oct, 2021 1 commit
  2. 01 Jan, 2021 1 commit
  3. 18 Jan, 2020 1 commit
  4. 17 Jun, 2019 1 commit
  5. 31 Oct, 2018 1 commit
  6. 20 Aug, 2018 1 commit
  7. 08 May, 2017 1 commit
  8. 17 Feb, 2017 1 commit
  9. 03 Jan, 2017 1 commit
  10. 05 Mar, 2016 1 commit
  11. 26 Feb, 2016 1 commit
  12. 03 Mar, 2015 1 commit
  13. 01 Jan, 2015 1 commit
  14. 12 Feb, 2014 1 commit
  15. 09 Feb, 2014 1 commit
  16. 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
  17. 13 Jan, 2014 1 commit
  18. 20 Oct, 2013 1 commit
  19. 08 Apr, 2013 1 commit
  20. 16 Jan, 2013 1 commit
  21. 09 Jan, 2013 1 commit
  22. 29 Jan, 2011 2 commits
  23. 01 Jan, 2010 1 commit
  24. 05 Jul, 2009 1 commit
    • Max Kellermann's avatar
      idle: added "update" event · d4914fc9
      Max Kellermann authored
      Some clients have visual feedback for "database update is running".
      Using the "database" idle event is unreliable, because it is only
      emitted when the database was actually modified.  This patch adds the
      "update" event, which is emitted when the update is started, and again
      when the update is finished, disregarding whether it has been
      modified.
      d4914fc9
  25. 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
  26. 25 Jan, 2009 1 commit
  27. 28 Dec, 2008 1 commit
  28. 22 Nov, 2008 1 commit
  29. 14 Oct, 2008 1 commit
    • Max Kellermann's avatar
      command: added command "idle" · a3e3d2c9
      Max Kellermann authored
      "idle" waits until something noteworthy happens on the server,
      e.g. song change, playlist modified, database updated.  This allows
      clients to keep up to date without polling.
      a3e3d2c9
  30. 08 Oct, 2008 3 commits
  31. 26 Sep, 2008 1 commit
    • Max Kellermann's avatar
      notify: protect notify->pending with the mutex · 58554e14
      Max Kellermann authored
      There was a known deadlocking bug in the notify library: when the
      other thread set notify->pending after the according check in
      notify_wait(), the latter thread was deadlocked.  Resolve this by
      synchronizing all accesses to notify->pending with the notify object's
      mutex.  Since notify_signal_sync() was never used, we can remove it.
      As a consequence, we don't need notify_enter() and notify_leave()
      anymore; eliminate them, too.
      58554e14
  32. 24 Sep, 2008 4 commits
  33. 01 Jun, 2008 1 commit
  34. 12 Apr, 2008 1 commit