1. 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
  2. 04 Nov, 2009 1 commit
  3. 13 Oct, 2009 1 commit
  4. 09 Jul, 2009 1 commit
  5. 07 Jul, 2009 1 commit
    • Max Kellermann's avatar
      tag: added tag "AlbumArtistSort" · 7246d672
      Max Kellermann authored
      The tag_id3.c library supports both the documented "TSO2" tag, and the
      inofficial TXXX/ALBUMARTISTSORT.
      
      The Vorbis/FLAC decoder automatically supports the new tag, without
      further change.
      7246d672
  6. 28 Apr, 2009 2 commits
  7. 15 Mar, 2009 1 commit
  8. 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
  9. 28 Feb, 2009 3 commits
  10. 27 Feb, 2009 4 commits
  11. 17 Feb, 2009 1 commit
  12. 25 Jan, 2009 4 commits
  13. 24 Jan, 2009 1 commit
  14. 17 Jan, 2009 1 commit
  15. 14 Jan, 2009 1 commit
  16. 13 Jan, 2009 1 commit
  17. 04 Jan, 2009 2 commits
  18. 03 Jan, 2009 3 commits
  19. 28 Dec, 2008 1 commit
  20. 03 Nov, 2008 1 commit
  21. 01 Nov, 2008 3 commits
  22. 31 Oct, 2008 1 commit
  23. 08 Oct, 2008 1 commit
  24. 06 Oct, 2008 1 commit
  25. 29 Sep, 2008 1 commit
    • Eric Wong's avatar
      Switch to C99 types (retaining compat with old compilers) · 0352766d
      Eric Wong authored
      Seeing the "mpd_" prefix _everywhere_ is mind-numbing as the
      mind needs to retrain itself to skip over the first 4 tokens of
      a type to get to its meaning.  So avoid having extra characters
      on my terminal to make it easier to follow code at 2:30 am in
      the morning.
      
      Please report any new issues you may come across on Free
      toolchains.  I realize how difficult it can be to build/maintain
      cross-compiling toolchains and I have no intention of forcing
      people to upgrade their toolchains to build mpd.
      
      Tested with gcc 2.95.4 and and gcc 4.3.1 on x86-32.
      0352766d
  26. 08 Sep, 2008 1 commit
    • Max Kellermann's avatar
      use strset.h instead of tagTracker.h · f0e64ceb
      Max Kellermann authored
      With a large music database, the linear string collection in
      tagTracker.c becomes very slow.  We implemented that in a
      quick'n'dirty fashion when we removed tree.c, and now we rewrite it
      using the fast hashed string set.
      f0e64ceb