1. 02 Aug, 2019 5 commits
  2. 29 Jul, 2019 4 commits
  3. 12 Jul, 2019 2 commits
  4. 03 Jul, 2019 1 commit
  5. 28 Jun, 2019 8 commits
  6. 26 Jun, 2019 7 commits
  7. 18 Jun, 2019 1 commit
  8. 17 Jun, 2019 3 commits
  9. 16 Jun, 2019 1 commit
  10. 11 Jun, 2019 2 commits
  11. 05 Jun, 2019 5 commits
  12. 31 May, 2019 1 commit
    • Max Kellermann's avatar
      Revert "player/Thread: remove unnecessary "pipe" check" · 304d45b5
      Max Kellermann authored
      This reverts commit ff3e2c05.  The
      check was necessary, after all, because this is what checked whether
      the decoder had finished the current or the next song.
      
      > The "queued" flag can only possibly be set if the decoder is still
      > decoding the current song or if the decoder is stopped.
      
      That was wrong because ProcessCommand() sets `queued=true` and also
      starts the decoder (if it was idle).
      
      > This is also what the following assert() checks.
      
      That was also wrong, because the assert() has two conditions.
      
      Closes https://github.com/MusicPlayerDaemon/MPD/issues/566
      304d45b5