1. 25 Jul, 2010 1 commit
  2. 01 Jan, 2010 1 commit
  3. 08 Dec, 2009 2 commits
  4. 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
  5. 24 Apr, 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. 25 Jan, 2009 3 commits
  9. 18 Jan, 2009 1 commit
  10. 08 Jan, 2009 1 commit
  11. 04 Jan, 2009 4 commits
  12. 02 Jan, 2009 1 commit
  13. 01 Jan, 2009 2 commits
  14. 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
  15. 28 Dec, 2008 1 commit
  16. 24 Dec, 2008 1 commit
  17. 16 Dec, 2008 1 commit
  18. 31 Oct, 2008 1 commit
  19. 26 Oct, 2008 1 commit
  20. 23 Oct, 2008 4 commits
  21. 22 Oct, 2008 6 commits
  22. 14 Oct, 2008 3 commits
    • Max Kellermann's avatar
      command: added command "idle" · a3e3d2c9
      Max Kellermann authored
      "idle" waits until something noteworthy happens on the server,
      e.g. song change, playlist modified, database updated.  This allows
      clients to keep up to date without polling.
      a3e3d2c9
    • 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
    • Max Kellermann's avatar
      playlist: moved code to playlist_save.c · a52a9fc1
      Max Kellermann authored
      playlist_print_song() and playlist_print_uri() handle charset
      conversion and (optional) music directory prefixing.
      a52a9fc1
  23. 09 Oct, 2008 1 commit