1. 12 Feb, 2009 2 commits
    • Max Kellermann's avatar
      update: free deleted subdirectories · df9245c2
      Max Kellermann authored
      Use delete_directory() for removing sub directories instead of
      dirvec_clear().  This ensures that all memory occupied by
      subdirectories of deleted directories is freed.
      df9245c2
    • Max Kellermann's avatar
      update: recursively purge deleted directories · 16bab601
      Max Kellermann authored
      When a directory is deleted, MPD deleted only the directory from the
      database; it did not bother to walk the full tree to free all memory
      and to remove deleted songs from the playlist.  Replace a
      dirvec_delete() with delete_directory().
      16bab601
  2. 04 Feb, 2009 2 commits
  3. 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
  4. 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
  5. 18 Jan, 2009 1 commit
  6. 08 Jan, 2009 4 commits
  7. 04 Jan, 2009 13 commits
  8. 03 Jan, 2009 2 commits
  9. 02 Jan, 2009 4 commits
  10. 01 Jan, 2009 3 commits
  11. 29 Dec, 2008 3 commits
  12. 28 Dec, 2008 1 commit
  13. 27 Dec, 2008 1 commit
  14. 16 Dec, 2008 1 commit
  15. 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