1. 18 Jan, 2020 1 commit
  2. 17 Jun, 2019 1 commit
  3. 31 Oct, 2018 1 commit
  4. 03 Jan, 2017 1 commit
  5. 29 Oct, 2016 1 commit
  6. 26 Feb, 2016 1 commit
  7. 01 Jan, 2015 1 commit
  8. 24 Jan, 2014 1 commit
  9. 13 Jan, 2014 1 commit
  10. 30 Oct, 2013 1 commit
  11. 04 Sep, 2013 1 commit
  12. 07 Jan, 2013 2 commits
  13. 04 Jan, 2013 1 commit
  14. 29 Aug, 2012 1 commit
  15. 07 Aug, 2012 3 commits
  16. 02 Aug, 2012 1 commit
  17. 27 Jun, 2012 2 commits
  18. 13 Sep, 2011 2 commits
  19. 11 Sep, 2011 1 commit
  20. 05 Sep, 2011 2 commits
  21. 29 Jan, 2011 1 commit
  22. 10 Jan, 2011 1 commit
  23. 01 Jan, 2010 1 commit
  24. 25 Aug, 2009 1 commit
  25. 15 Mar, 2009 1 commit
  26. 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
  27. 24 Jan, 2009 2 commits
  28. 22 Jan, 2009 1 commit
  29. 18 Jan, 2009 1 commit
  30. 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
  31. 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
  32. 06 Sep, 2008 1 commit