1. 01 Jan, 2010 1 commit
  2. 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
  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. 14 Jul, 2009 1 commit
  6. 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
  7. 25 Feb, 2009 1 commit
  8. 04 Feb, 2009 2 commits
  9. 25 Jan, 2009 3 commits
  10. 08 Jan, 2009 1 commit
  11. 04 Jan, 2009 2 commits
  12. 02 Jan, 2009 2 commits
  13. 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
  14. 16 Dec, 2008 1 commit
  15. 31 Oct, 2008 1 commit
  16. 23 Oct, 2008 1 commit
  17. 14 Oct, 2008 3 commits
  18. 09 Oct, 2008 1 commit
  19. 08 Oct, 2008 6 commits
  20. 07 Sep, 2008 1 commit
  21. 26 Aug, 2008 2 commits
    • Max Kellermann's avatar
      moved code to crossfade.c · 6104e969
      Max Kellermann authored
      decode.c should be a lot smaller; start by moving all code which
      handles cross-fading to crossfade.c.  Also includes camelCase
      conversion.
      6104e969
    • Max Kellermann's avatar
      clean up CPP includes · b6909da7
      Max Kellermann authored
      Include only headers which are really required.  This speeds up
      compilation and helps detect cross-layer accesses.
      b6909da7
  22. 02 Jun, 2008 1 commit
  23. 13 Apr, 2008 4 commits
  24. 12 Apr, 2008 1 commit
    • Max Kellermann's avatar
      clean up CPP includes · c89b358c
      Max Kellermann authored
      Try to only include headers which are really needed.  We should
      particularly check all "headers including other headers".  The
      long-term goal is to have a manageable, small API for plugins
      (decoders, output) without so many mpd internals cluttering the
      namespace.
      
      git-svn-id: https://svn.musicpd.org/mpd/trunk@7319 09075e82-0dd4-0310-85a5-a0d7c8717e4f
      c89b358c