1. 27 Oct, 2006 1 commit
  2. 18 Oct, 2006 2 commits
  3. 17 Oct, 2006 1 commit
  4. 14 Oct, 2006 1 commit
  5. 11 Oct, 2006 1 commit
    • Eric Wong's avatar
      audioOutput_shout: use shout_set_nonblocking · 5a3f501f
      Eric Wong authored
      This patch should continue to allow mpd to play as well as
      possible to icecast servers while avoiding stalls on local
      devices.  This has eliminated ALSA underrun errors
      for me while streaming to a remote host while the network
      connection was bad.
      
      Of course, this makes opening a connection non-blocking, too,
      so myShout_openShoutConn is a bit more complex.
      
      git-svn-id: https://svn.musicpd.org/mpd/trunk@4898 09075e82-0dd4-0310-85a5-a0d7c8717e4f
      5a3f501f
  6. 10 Oct, 2006 5 commits
  7. 06 Oct, 2006 4 commits
  8. 03 Oct, 2006 4 commits
  9. 22 Sep, 2006 2 commits
  10. 21 Sep, 2006 1 commit
  11. 15 Sep, 2006 4 commits
  12. 14 Sep, 2006 1 commit
  13. 13 Sep, 2006 3 commits
  14. 12 Sep, 2006 6 commits
  15. 11 Sep, 2006 2 commits
  16. 09 Sep, 2006 1 commit
  17. 07 Sep, 2006 1 commit
    • Eric Wong's avatar
      utils.c: fix xrealloc · f5c7f3da
      Eric Wong authored
      (based on suggested patch by Jan-Benedict Glaw):
      > While hacking mpd, I noticed that an assert()ion in xrealloc is wrong.
      > A null size is perfectly legal, so we shouldn't assert on that.
      
      Since some C libraries return NULL when size == 0, we'll make
      sure we get a free()-able pointer since some of those C
      libraries also barf on free(NULL).
      
      git-svn-id: https://svn.musicpd.org/mpd/trunk@4740 09075e82-0dd4-0310-85a5-a0d7c8717e4f
      f5c7f3da