1. 23 Dec, 2017 1 commit
  2. 22 Dec, 2017 2 commits
  3. 21 Dec, 2017 6 commits
  4. 18 Dec, 2017 4 commits
  5. 12 Dec, 2017 7 commits
  6. 11 Dec, 2017 2 commits
  7. 05 Dec, 2017 1 commit
  8. 03 Dec, 2017 4 commits
  9. 02 Dec, 2017 3 commits
  10. 27 Nov, 2017 2 commits
  11. 25 Nov, 2017 1 commit
  12. 16 Nov, 2017 3 commits
  13. 14 Nov, 2017 3 commits
  14. 13 Nov, 2017 1 commit
    • Max Kellermann's avatar
      input/{cdio,ffmpeg,file,smbclient}: unlock the mutex during blocking I/O · 31ab78ae
      Max Kellermann authored
      InputStream::Read() and InputStream::Seek() are called with the mutex
      locked.  That means the implementation must not block, or unlock the
      mutex before calling into blocking code.
      
      Previously, a slow CD drive could stall the whole MPD process,
      including the main thread, due to this problem.
      
      Closes #149
      31ab78ae