1. 03 Jan, 2013 1 commit
  2. 02 Jan, 2013 2 commits
  3. 12 Feb, 2012 1 commit
  4. 24 Jan, 2012 1 commit
  5. 29 Jan, 2011 1 commit
  6. 23 Dec, 2010 1 commit
  7. 25 Jul, 2010 3 commits
  8. 21 Jul, 2010 1 commit
  9. 01 Jan, 2010 1 commit
  10. 12 Nov, 2009 1 commit
    • Max Kellermann's avatar
      include config.h in all sources · 5b82ffc2
      Max Kellermann authored
      After we've been hit by Large File Support problems several times in
      the past week (which only occur on 32 bit platforms, which I don't
      have), this is yet another attempt to fix the issue.
      5b82ffc2
  11. 04 Nov, 2009 2 commits
  12. 01 Nov, 2009 5 commits
  13. 13 Oct, 2009 1 commit
  14. 05 Jul, 2009 2 commits
  15. 28 Apr, 2009 1 commit
    • Max Kellermann's avatar
      song_save: don't call tag_free(NULL) · 7d9316a5
      Max Kellermann authored
      When a song was in the database twice (which shouldn't happen), and
      the first song had no tag items, MPD calledd tag_free(NULL).  Add a
      check to that source location, and an assertion to tag_free().
      7d9316a5
  16. 15 Mar, 2009 1 commit
  17. 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
  18. 27 Feb, 2009 1 commit
  19. 14 Jan, 2009 3 commits
  20. 13 Jan, 2009 1 commit
  21. 03 Jan, 2009 1 commit
  22. 28 Dec, 2008 1 commit
  23. 08 Oct, 2008 5 commits
  24. 07 Oct, 2008 1 commit
  25. 06 Oct, 2008 1 commit
    • Eric Wong's avatar
      song: stop storing song_type · f1c53fe0
      Eric Wong authored
      We already know if a song is a URL or not based on whether it
      has parentDir defined or not.  Hopefully one day in the future
      we can drop HTTP support from MPD entirely when an HTTP
      filesystem comes along and we can access streams via open(2).
      f1c53fe0