1. 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
  2. 25 Feb, 2009 1 commit
  3. 25 Jan, 2009 3 commits
  4. 18 Jan, 2009 1 commit
  5. 08 Jan, 2009 1 commit
  6. 04 Jan, 2009 4 commits
  7. 02 Jan, 2009 1 commit
  8. 01 Jan, 2009 2 commits
  9. 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
  10. 28 Dec, 2008 1 commit
  11. 24 Dec, 2008 1 commit
  12. 16 Dec, 2008 1 commit
  13. 31 Oct, 2008 1 commit
  14. 26 Oct, 2008 1 commit
  15. 23 Oct, 2008 4 commits
  16. 22 Oct, 2008 6 commits
  17. 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
  18. 09 Oct, 2008 1 commit
  19. 08 Oct, 2008 4 commits
  20. 06 Oct, 2008 1 commit
    • Eric Wong's avatar
      song: stop storing song_type · f1c53fe0
      Eric Wong authored
      We already know if a song is a URL or not based on whether it
      has parentDir defined or not.  Hopefully one day in the future
      we can drop HTTP support from MPD entirely when an HTTP
      filesystem comes along and we can access streams via open(2).
      f1c53fe0
  21. 09 Sep, 2008 1 commit