1. 04 Jan, 2009 4 commits
  2. 02 Jan, 2009 1 commit
  3. 01 Jan, 2009 3 commits
  4. 29 Dec, 2008 2 commits
  5. 28 Dec, 2008 1 commit
  6. 05 Nov, 2008 1 commit
  7. 28 Oct, 2008 1 commit
  8. 20 Oct, 2008 1 commit
  9. 09 Oct, 2008 7 commits
  10. 08 Oct, 2008 12 commits
  11. 07 Oct, 2008 5 commits
  12. 06 Oct, 2008 2 commits
    • Eric Wong's avatar
      song: stop storing song_type · f1c53fe0
      Eric Wong authored
      We already know if a song is a URL or not based on whether it
      has parentDir defined or not.  Hopefully one day in the future
      we can drop HTTP support from MPD entirely when an HTTP
      filesystem comes along and we can access streams via open(2).
      f1c53fe0
    • Eric Wong's avatar
      song: use flex arrays to store song->url · 267b2cd6
      Eric Wong authored
      Reduce the number of allocations we make, so there's less
      pressure on the allocator and less overhead to keep track
      of the allocations in.
      267b2cd6