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