aboutsummaryrefslogtreecommitdiff
path: root/src/song_save.c
Commit message (Expand)AuthorAge
* song_save: use GError for error handlingMax Kellermann2009-07-05
* song_save: no CamelCaseMax Kellermann2009-07-05
* song_save: don't call tag_free(NULL)Max Kellermann2009-04-28
* log: removed DEBUG() and FATAL()Max Kellermann2009-03-15
* all: Update copyright header.Avuton Olrich2009-03-13
* tag: no CamelCaseMax Kellermann2009-02-27
* song_save: don't fail on empty tag valuesMax Kellermann2009-01-14
* song_save: return value pointer from matchesAnMpdTagItemKey()Max Kellermann2009-01-14
* song_save: itemType is "enum tag_type", not "int"Max Kellermann2009-01-14
* song_save: check for colon and space when loading a tagMax Kellermann2009-01-13
* don't include utils.h when it isn't usedMax Kellermann2009-01-03
* utils: removed myFgets()Max Kellermann2008-12-28
* directory: eliminate CamelCaseMax Kellermann2008-10-08
* song: removed CamelCaseMax Kellermann2008-10-08
* song: replaced all song constructorsMax Kellermann2008-10-08
* song: converted typedef Song to struct songMax Kellermann2008-10-08
* directory: converted typedef Directory to struct directoryMax Kellermann2008-10-08
* song: use songvec_for_each() in songvec_print() / songvec_save()Max Kellermann2008-10-07
* song: stop storing song_typeEric Wong2008-10-06
* song: use flex arrays to store song->urlEric Wong2008-10-06
* song: get rid of newNullSong()Eric Wong2008-10-06
* songvec: remove songvec_pruneEric Wong2008-09-23
* Don't try to prune unless we're updatingEric Wong2008-09-23
* Replace SongList with struct songvecEric Wong2008-09-23
* tag: added buffered versions of the tag_print.c codeMax Kellermann2008-09-07
* song: moved code to song_print.c, song_save.cMax Kellermann2008-09-07