1. 02 Jan, 2013 1 commit
  2. 27 Sep, 2012 3 commits
  3. 12 Jun, 2012 1 commit
    • Denis Krjuchkov's avatar
      Work around incorrect g_file_test() behavior on Win32 · 25d053cb
      Denis Krjuchkov authored
      g_file_test is redefined to be g_file_test_utf8 and thus can't handle
      non-ASCII characters. This fix adds simple wrapper (taken from glib)
      that fixes encoding and calls g_file_test_utf8. All required inclusions
      of glib_compat.h are added as well.
      25d053cb
  4. 09 Feb, 2012 1 commit
  5. 11 Sep, 2011 2 commits
  6. 29 Jan, 2011 1 commit
  7. 10 Jan, 2011 1 commit
  8. 01 Jan, 2010 1 commit
  9. 08 Dec, 2009 1 commit
    • Max Kellermann's avatar
      mapper: apply filesystem_charset to playlists · f4b707b4
      Max Kellermann authored
      This fixes an inconsistency in the stored playlist subsystem: when
      obtaining the list of playlists (listplaylist, listplaylistinfo), the
      file names in the playlist directory are converted to UTF-8 (according
      to filesystem_charset), but when saving or loading playlists, the
      filesystem_charset setting was ignored.
      f4b707b4
  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. 20 Oct, 2009 1 commit
  12. 14 Jul, 2009 1 commit
  13. 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
  14. 25 Feb, 2009 1 commit
  15. 04 Feb, 2009 2 commits
  16. 25 Jan, 2009 3 commits
  17. 08 Jan, 2009 1 commit
  18. 04 Jan, 2009 2 commits
  19. 02 Jan, 2009 2 commits
  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. 16 Dec, 2008 1 commit
  22. 31 Oct, 2008 1 commit
  23. 23 Oct, 2008 1 commit
  24. 14 Oct, 2008 3 commits
  25. 09 Oct, 2008 1 commit
  26. 08 Oct, 2008 5 commits