1. 17 Feb, 2009 4 commits
  2. 16 Feb, 2009 13 commits
  3. 15 Feb, 2009 15 commits
  4. 14 Feb, 2009 1 commit
  5. 13 Feb, 2009 4 commits
  6. 12 Feb, 2009 3 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
    • Max Kellermann's avatar
      aac: fix stream metadata · a06e2814
      Max Kellermann authored
      Pass the input_stream object to decoder_data().  Without it, the MPD
      core does not see stream tags.
      a06e2814