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. 29 Oct, 2016 1 commit
  7. 26 Feb, 2016 1 commit
  8. 01 Jan, 2015 1 commit
  9. 24 Jan, 2014 1 commit
  10. 13 Jan, 2014 1 commit
  11. 30 Oct, 2013 1 commit
  12. 04 Sep, 2013 1 commit
  13. 07 Jan, 2013 2 commits
  14. 04 Jan, 2013 1 commit
  15. 29 Aug, 2012 1 commit
  16. 07 Aug, 2012 3 commits
  17. 02 Aug, 2012 1 commit
  18. 27 Jun, 2012 2 commits
  19. 13 Sep, 2011 2 commits
  20. 11 Sep, 2011 1 commit
  21. 05 Sep, 2011 2 commits
  22. 29 Jan, 2011 1 commit
  23. 10 Jan, 2011 1 commit
  24. 01 Jan, 2010 1 commit
  25. 25 Aug, 2009 1 commit
  26. 15 Mar, 2009 1 commit
  27. 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
  28. 24 Jan, 2009 2 commits
  29. 22 Jan, 2009 1 commit
  30. 18 Jan, 2009 1 commit
  31. 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
  32. 07 Sep, 2008 2 commits
    • Max Kellermann's avatar
      pass "struct client" to dbUtils.c, song.c, tag_print.c · dc8b64fd
      Max Kellermann authored
      Don't pass the raw file descriptor around.  This migration patch is
      rather large, because all of the sources have inter dependencies - we
      have to change all of them at the same time.
      dc8b64fd
    • Max Kellermann's avatar
      directory: don't pass fd to traverseAllIn() · f320c9fa
      Max Kellermann authored
      This patch continues the work of the previous patch: don't pass a file
      descriptor at all to traverseAllIn().  Since this fd was only used to
      report "directory not found" errors, we can easily move that check to
      the caller.  This is a great relief, since it removes the dependency
      on a client connection from a lot of enumeration functions.
      f320c9fa