1. 09 Sep, 2008 2 commits
    • Eric Wong's avatar
      storedPlaylist: correctly expand path when writing · 35494158
      Eric Wong authored
      Otherwise we'd be writing to whatever directory that mpd is
      running in.
      35494158
    • Eric Wong's avatar
      alsa: use blocking instead of non-blocking write · 5c81b716
      Eric Wong authored
      The way we used non-blocking mode was HORRIBLE.
      
      It was non-blocking to ALSA, but we end up blocking in a busy
      loop that does absolutely NOTHING but retry.  We don't check
      for playback cancellation (like we do in decoders) or anything.
      
      This is seriously broken and I can imagine it affects people on
      fast CPUs more because we do asynchronous output buffering and
      our ALSA device will always have data ready.
      5c81b716
  2. 08 Sep, 2008 12 commits
  3. 07 Sep, 2008 26 commits