1. 26 Sep, 2008 2 commits
    • Max Kellermann's avatar
      song: removed type SongList · 323e8648
      Max Kellermann authored
      SongList has been superseded by struct songvec.
      323e8648
    • Max Kellermann's avatar
      audio_output: workaround for deadlock · e2a12dee
      Max Kellermann authored
      During debugging, I found a deadlock between flushAudioBuffer() and
      the audio_output_task(): audio_output_task() didn't notice that there
      is a command, and flushAudioBuffer() waited forever in notify_wait().
      I am not sure yet what is the real cause; work around this for now by
      waking up non-finished audio outputs in every iteration.
      e2a12dee
  2. 25 Sep, 2008 1 commit
    • Max Kellermann's avatar
      update: send proper response to the client · 05f66e04
      Max Kellermann authored
      Due to a merge error, I broke the function handleUpdate().  It did not
      do anything for the global update, and it did not send a proper
      response to the client.  This patch fixes both bugs.
      05f66e04
  3. 24 Sep, 2008 15 commits
  4. 23 Sep, 2008 22 commits