1. 25 Jul, 2010 1 commit
  2. 21 Jul, 2010 2 commits
  3. 01 Jan, 2010 1 commit
  4. 01 Nov, 2009 2 commits
    • Max Kellermann's avatar
      song_save: load one song at a time · 4b17aca7
      Max Kellermann authored
      Changed songvec_load() to song_load().  Added start and end markers
      for each song.  Removed the "key" line, it's redundant.
      4b17aca7
    • Max Kellermann's avatar
      text_file: allocate line buffers dynamically · 9bcfd3a4
      Max Kellermann authored
      Use a single GString buffer object in all functions loading the
      database.  Enlarge it automatically for long lines.  This eliminates
      the maximum line length for tag values.  There is still an upper limit
      of 512 kB to prevent denial of service, but that's reasonable I guess.
      9bcfd3a4
  5. 05 Jul, 2009 2 commits
  6. 13 Mar, 2009 1 commit
    • Avuton Olrich's avatar
      all: Update copyright header. · 0aee49bd
      Avuton Olrich authored
      This updates the copyright header to all be the same, which is
      pretty much an update of where to mail request for a copy of the GPL
      and the years of the MPD project. This also puts all committers under
      'The Music Player Project' umbrella. These entries should go
      individually in the AUTHORS file, for consistancy.
      0aee49bd
  7. 31 Oct, 2008 1 commit
    • Max Kellermann's avatar
      added prefix to header macros · ea515494
      Max Kellermann authored
      "LOG_H" is a macro which is also used by ffmpeg/log.h.  This is
      ffmpeg's fault, because short macros should be reserved for
      applications, but since it's always a good idea to choose prefixed
      macro names, even for applications, we are going to do that in MPD.
      ea515494
  8. 08 Oct, 2008 2 commits
  9. 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
  10. 07 Sep, 2008 2 commits
    • 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
  11. 26 Aug, 2008 6 commits
  12. 02 Jun, 2008 1 commit
  13. 13 Apr, 2008 4 commits
  14. 12 Apr, 2008 4 commits
  15. 05 Apr, 2007 1 commit
  16. 20 Aug, 2006 1 commit
  17. 06 Aug, 2006 1 commit
  18. 01 Aug, 2006 3 commits
  19. 20 Jul, 2006 1 commit
  20. 14 Jul, 2006 1 commit
  21. 13 Jul, 2006 1 commit
  22. 16 Nov, 2005 1 commit