1. 07 Sep, 2008 3 commits
    • Max Kellermann's avatar
      tag: added buffered versions of the tag_print.c code · 59efed3e
      Max Kellermann authored
      Currently, when the tag cache is being serialized to hard disk, the
      stdio buffer is flushed before every song, because tag_print.c
      performs unbuffered writes on the raw file descriptor.  Unfortunately,
      the fdprintf() API allows buffered I/O only for a client connection by
      looking up the client pointer owning the file descriptor - for stdio,
      this is not possible.  To re-enable proper stdio buffering, we have to
      duplicate the tag_print.c code without fprintf() instead of our custom
      fdprintf() hack.  Add this duplicated code to tag_save.c.
      59efed3e
    • 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
  2. 26 Aug, 2008 6 commits
  3. 02 Jun, 2008 1 commit
  4. 13 Apr, 2008 4 commits
  5. 12 Apr, 2008 4 commits
  6. 05 Apr, 2007 1 commit
  7. 20 Aug, 2006 1 commit
  8. 06 Aug, 2006 1 commit
  9. 01 Aug, 2006 3 commits
  10. 20 Jul, 2006 1 commit
  11. 14 Jul, 2006 1 commit
  12. 13 Jul, 2006 1 commit
  13. 16 Nov, 2005 1 commit
  14. 02 Nov, 2004 1 commit
  15. 10 May, 2004 1 commit
  16. 07 May, 2004 1 commit
  17. 14 Apr, 2004 1 commit
  18. 11 Apr, 2004 1 commit
  19. 01 Apr, 2004 1 commit
  20. 18 Mar, 2004 1 commit
  21. 05 Mar, 2004 1 commit
  22. 25 Feb, 2004 1 commit
  23. 23 Feb, 2004 1 commit