1. 17 Dec, 2008 1 commit
  2. 16 Dec, 2008 1 commit
  3. 12 Nov, 2008 1 commit
  4. 11 Nov, 2008 1 commit
  5. 31 Oct, 2008 1 commit
  6. 28 Oct, 2008 1 commit
  7. 23 Oct, 2008 3 commits
  8. 22 Oct, 2008 3 commits
  9. 15 Oct, 2008 5 commits
  10. 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
  11. 13 Oct, 2008 1 commit
  12. 11 Oct, 2008 2 commits
  13. 09 Oct, 2008 1 commit
  14. 08 Oct, 2008 7 commits
  15. 07 Oct, 2008 1 commit
  16. 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
  17. 29 Sep, 2008 2 commits
  18. 23 Sep, 2008 1 commit
    • Eric Wong's avatar
      start using prefixcmp() · 27fad52c
      Eric Wong authored
      LOC reduction and less noise makes things easier for
      tired old folks to follow.
      27fad52c
  19. 07 Sep, 2008 4 commits