1. 04 Feb, 2009 2 commits
  2. 25 Jan, 2009 1 commit
    • Max Kellermann's avatar
      use g_free() instead of free() · a45922cd
      Max Kellermann authored
      On some platforms, g_free() must be used for memory allocated by
      GLib.  This patch intends to correct a lot of occurrences, but is
      probably not complete.
      a45922cd
  3. 19 Jan, 2009 1 commit
    • Max Kellermann's avatar
      update: delete stickers of deleted songs · 2934585d
      Max Kellermann authored
      When a song is deleted from the database, remove its sticker, too.
      
      What's still missing is some sort of garbage collector after a fresh
      database create (--create-db).
      2934585d
  4. 18 Jan, 2009 1 commit
  5. 08 Jan, 2009 4 commits
  6. 04 Jan, 2009 13 commits
  7. 03 Jan, 2009 2 commits
  8. 02 Jan, 2009 4 commits
  9. 01 Jan, 2009 3 commits
  10. 29 Dec, 2008 3 commits
  11. 28 Dec, 2008 1 commit
  12. 27 Dec, 2008 1 commit
  13. 16 Dec, 2008 1 commit
  14. 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
  15. 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
  16. 27 Nov, 2008 1 commit