1. 01 Jan, 2021 1 commit
  2. 18 Jan, 2020 1 commit
  3. 17 Jun, 2019 1 commit
  4. 31 Oct, 2018 1 commit
  5. 03 Jan, 2017 1 commit
  6. 26 Feb, 2016 1 commit
  7. 01 Jan, 2015 1 commit
  8. 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
  9. 23 Jan, 2014 1 commit
  10. 13 Jan, 2014 1 commit
  11. 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
  12. 04 Sep, 2013 1 commit
  13. 07 Aug, 2013 1 commit
  14. 08 Apr, 2013 1 commit
  15. 10 Jan, 2013 1 commit
  16. 02 Aug, 2012 1 commit
  17. 09 Sep, 2011 2 commits
  18. 29 Jan, 2011 1 commit
  19. 23 Dec, 2010 1 commit
  20. 01 Jan, 2010 1 commit
  21. 08 Nov, 2009 1 commit
  22. 06 Nov, 2009 1 commit
  23. 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
  24. 19 Feb, 2009 1 commit
    • Max Kellermann's avatar
      utils: use g_usleep() instead of my_usleep() · e7131b5d
      Max Kellermann authored
      Now that I've found this nice function in the GLib docs, we can
      finally remove our custom sleep function.  Still all those callers of
      g_usleep() have to be migrated one day to use events, instead of
      regular polling.
      e7131b5d
  25. 03 Jan, 2009 3 commits
  26. 30 Dec, 2008 1 commit
  27. 28 Dec, 2008 2 commits
  28. 09 Dec, 2008 1 commit
  29. 02 Dec, 2008 1 commit
  30. 22 Nov, 2008 1 commit
    • Laszlo Ashin's avatar
      utils: introduce assert_static() · 457a6f4b
      Laszlo Ashin authored
      assert_static() will help us to find false asserts in compile time. Of
      course it only works in case of expressions which can be evaluated
      compile time. It cannot be used in global scope.
      457a6f4b
  31. 01 Nov, 2008 1 commit
  32. 31 Oct, 2008 1 commit
    • Max Kellermann's avatar
      added prefix to header macros · ea515494
      Max Kellermann authored
      "LOG_H" is a macro which is also used by ffmpeg/log.h.  This is
      ffmpeg's fault, because short macros should be reserved for
      applications, but since it's always a good idea to choose prefixed
      macro names, even for applications, we are going to do that in MPD.
      ea515494
  33. 29 Oct, 2008 1 commit
  34. 28 Oct, 2008 1 commit
  35. 15 Oct, 2008 1 commit
  36. 08 Oct, 2008 1 commit