1. 29 Dec, 2008 3 commits
  2. 28 Dec, 2008 1 commit
  3. 27 Dec, 2008 1 commit
  4. 16 Dec, 2008 1 commit
  5. 08 Dec, 2008 1 commit
    • Avuton Olrich's avatar
      update: default to follow all symlinks · a25b8acd
      Avuton Olrich authored
      MPD 0.13 and older followed all symbolic links.  Although this can be
      a security problem (as it has always been), 0.14 should offer the same
      default behaviour as 0.13.
      a25b8acd
  6. 28 Nov, 2008 1 commit
    • Raphaël Rigo's avatar
      update: added options which control symlink behaviour · 5b089f85
      Raphaël Rigo authored
      The configuration options "follow_outside_symlinks" and
      "follow_inside_symlinks" let the user control whether MPD should
      follow symbolic links in the music directory.
      
      [mk: converted variables to "bool"; moved configuration to
      update_global_init()]
      5b089f85
  7. 27 Nov, 2008 1 commit
  8. 24 Nov, 2008 1 commit
  9. 22 Nov, 2008 1 commit
  10. 20 Nov, 2008 1 commit
  11. 31 Oct, 2008 1 commit
  12. 20 Oct, 2008 1 commit
  13. 15 Oct, 2008 1 commit
  14. 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
      update: don't follow relative symlinks · 197caee1
      Max Kellermann authored
      Don't follow relative symlinks which point into the music directory.
      This allows you to organize music with symbolic links, without MPD
      managing separate copies of each song.
      197caee1
    • 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
  15. 13 Oct, 2008 5 commits
  16. 09 Oct, 2008 17 commits