1. 09 Oct, 2008 2 commits
  2. 08 Oct, 2008 1 commit
  3. 07 Oct, 2008 1 commit
  4. 23 Sep, 2008 1 commit
    • Eric Wong's avatar
      Replace SongList with struct songvec · 0bec1d38
      Eric Wong authored
      Our linked-list implementation is wasteful and the
      SongList isn't modified enough to benefit from being a linked
      list.  So use a more compact array of song pointers which
      saves ~200K on a library with ~9K songs (on x86-32).
      0bec1d38
  5. 07 Sep, 2008 3 commits
    • Max Kellermann's avatar
      pass "struct client" to dbUtils.c, song.c, tag_print.c · dc8b64fd
      Max Kellermann authored
      Don't pass the raw file descriptor around.  This migration patch is
      rather large, because all of the sources have inter dependencies - we
      have to change all of them at the same time.
      dc8b64fd
    • Max Kellermann's avatar
      song: moved code to song_print.c, song_save.c · 75aa8dad
      Max Kellermann authored
      Move everything which dumps song information (via tag_print.c) to a
      separate source file.  song_print.c gets code which writes song data
      to the client; song_save.c is responsible for serializing songs from
      the tag cache.
      75aa8dad
    • Max Kellermann's avatar
      tag: moved code to tag_print.c · 386c3031
      Max Kellermann authored
      Move everything which dumps a tag to a file descriptor to tag_print.c.
      This relaxes dependencies and splits the code into smaller parts.
      386c3031
  6. 26 Aug, 2008 6 commits
  7. 02 Jun, 2008 1 commit
  8. 13 Apr, 2008 4 commits
  9. 12 Apr, 2008 4 commits
  10. 05 Apr, 2007 1 commit
  11. 20 Aug, 2006 1 commit
  12. 06 Aug, 2006 1 commit
  13. 01 Aug, 2006 3 commits
  14. 20 Jul, 2006 1 commit
  15. 14 Jul, 2006 1 commit
  16. 13 Jul, 2006 1 commit
  17. 16 Nov, 2005 1 commit
  18. 02 Nov, 2004 1 commit
  19. 10 May, 2004 1 commit
  20. 07 May, 2004 1 commit
  21. 14 Apr, 2004 1 commit
  22. 11 Apr, 2004 1 commit
  23. 01 Apr, 2004 1 commit
  24. 18 Mar, 2004 1 commit