1. 16 Jun, 2019 2 commits
  2. 15 Jun, 2019 7 commits
  3. 11 Jun, 2019 6 commits
  4. 08 Jun, 2019 3 commits
  5. 06 Jun, 2019 18 commits
  6. 05 Jun, 2019 4 commits
    • Max Kellermann's avatar
      Merge tag 'v0.21.10' · adffbba2
      Max Kellermann authored
      release v0.21.10
      adffbba2
    • Max Kellermann's avatar
      release v0.21.10 · e2390092
      Max Kellermann authored
      e2390092
    • Max Kellermann's avatar
      decoder/OpusReader: return StringView · 3fae2150
      Max Kellermann authored
      Since we now don't duplicate all items, we can easily remove the 64kB
      limit from OpusReader::ReadString() and instead silently ignore and
      skip all strings which are longer than 4 kB.
      
      This fixes a tag duplication bug with Opus file containing a very long
      `METADATA_BLOCK_PICTURE` tag, which occurred because the Opus plugin
      returned false after parsing all tags, and then the MPD core fell back
      to FFmpeg which scanned the tags again.
      3fae2150
    • cathugger's avatar
      output/httpd: reject some well-known request paths · f9ca2f52
      cathugger authored
      Return `404 not found` for some common well-known paths, as clients requesting them usually do that automatically and don't expect endless audio stram.
      
      Closes #572
      f9ca2f52