1. 10 Oct, 2006 3 commits
  2. 06 Oct, 2006 4 commits
  3. 03 Oct, 2006 4 commits
  4. 22 Sep, 2006 2 commits
  5. 21 Sep, 2006 1 commit
  6. 15 Sep, 2006 4 commits
  7. 14 Sep, 2006 1 commit
  8. 13 Sep, 2006 3 commits
  9. 12 Sep, 2006 6 commits
  10. 11 Sep, 2006 2 commits
  11. 09 Sep, 2006 1 commit
  12. 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
  13. 06 Sep, 2006 3 commits
  14. 30 Aug, 2006 1 commit
  15. 28 Aug, 2006 4 commits