1. 19 Aug, 2009 1 commit
    • Igor Kuzmin's avatar
      update: don't re-read unchanged container files · 9d42f4e0
      Igor Kuzmin authored
      MPD checks if every flac (possibly other types as well) file contains
      cuesheet on every update, which produces unneeded I/O. My music
      collection is on NFS share, so it's quite noticeable. IMHO, it
      shouldn't re-read unchanged files, so I wrote simple patch to fix it.
      9d42f4e0
  2. 18 Aug, 2009 1 commit
  3. 15 Aug, 2009 2 commits
  4. 14 Aug, 2009 6 commits
  5. 22 Jul, 2009 5 commits
  6. 19 Jul, 2009 2 commits
  7. 18 Jul, 2009 1 commit
    • Max Kellermann's avatar
      ape: check the tag size (fixes integer underflow) · a988b9b0
      Max Kellermann authored
      The expression "tagLen - size > 0" may result in an integer underflow
      and a buffer overflow, when "size" is larger than "tagLen".  "size" is
      read from the input file, and must not be trusted.  This patch changes
      the expression to "tagLen > size", which is a lot safer.
      a988b9b0
  8. 17 Jul, 2009 1 commit
  9. 15 Jul, 2009 3 commits
  10. 14 Jul, 2009 3 commits
  11. 06 Jul, 2009 6 commits
  12. 05 Jul, 2009 1 commit
  13. 30 Jun, 2009 3 commits
  14. 29 Jun, 2009 2 commits
  15. 26 Jun, 2009 1 commit
  16. 25 Jun, 2009 2 commits