1. 01 Jan, 2010 1 commit
  2. 08 Dec, 2009 2 commits
  3. 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
  4. 20 Oct, 2009 1 commit
  5. 13 Oct, 2009 1 commit
  6. 15 Jul, 2009 2 commits
  7. 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
  8. 28 Feb, 2009 1 commit
  9. 30 Jan, 2009 2 commits
  10. 25 Jan, 2009 1 commit
  11. 18 Jan, 2009 3 commits
  12. 17 Jan, 2009 1 commit
  13. 15 Jan, 2009 1 commit
  14. 08 Jan, 2009 3 commits
  15. 07 Jan, 2009 1 commit
  16. 04 Jan, 2009 1 commit
  17. 02 Jan, 2009 2 commits
  18. 01 Jan, 2009 2 commits
  19. 29 Dec, 2008 1 commit
    • Max Kellermann's avatar
      removed os_compat.h · 95b3430f
      Max Kellermann authored
      Only include headers which are really needed.  os_compat.h aimed to
      make MPD easily portable, but was never actually made portable.
      95b3430f
  20. 24 Dec, 2008 1 commit
    • Max Kellermann's avatar
      playlist: fix stored playlist modifications with absolute paths · 1bd3cde0
      Max Kellermann authored
      When save_absolute_paths_in_playlists was enabled in mpd.conf, MPD
      broke all playlists when manipulated using the "playlistdelete"
      command.  The reason was that map_directory_child_fs() was used, which
      doesn't accept slashes in the file name.  Use the new map_uri_fs()
      function instead.
      1bd3cde0
  21. 20 Nov, 2008 1 commit
  22. 31 Oct, 2008 3 commits
  23. 18 Oct, 2008 1 commit
  24. 15 Oct, 2008 2 commits
  25. 14 Oct, 2008 1 commit
    • Max Kellermann's avatar
      mapper: new song-to-filesystem mapper library · 5b71d5f6
      Max Kellermann authored
      The mapper library maps directory and song objects to file system
      paths.  With this central library, the code mixture in path.c should
      be cleaned up, and we will be able to add neat features like aliasing.
      5b71d5f6