summaryrefslogtreecommitdiff
path: root/src/song_save.c
AgeCommit message (Expand)Author
2012-02-12tag: add attribute "has_playlist"Max Kellermann
2012-01-24directory: replace songvec with doubly linked listMax Kellermann
2011-01-29copyright year 2011Max Kellermann
2010-12-23string_util: add function strchug_fast()Max Kellermann
2010-07-25queue_save: save tags and range of non-database songsMax Kellermann
2010-07-25song_save: save start_ms and end_msMax Kellermann
2010-07-25song_save: song_load() returns NULL instead of falseMax Kellermann
2010-07-21song_save: pass const songvec to songvec_save()Max Kellermann
2009-12-31Update copyright notices.Avuton Olrich
2009-11-12include config.h in all sourcesMax Kellermann
2009-11-04tag: added function tag_name_parse()Max Kellermann
2009-11-04song_save: explicitly parse the colonMax Kellermann
2009-11-01song_save: free song object on errorMax Kellermann
2009-11-01song_save: load one song at a timeMax Kellermann
2009-11-01database: use strcmp() instead of g_str_has_prefix()Max Kellermann
2009-11-01text_file: allocate line buffers dynamicallyMax Kellermann
2009-10-13song: renamed attribute "url" to "uri"Max Kellermann
2009-07-05song_save: use GError for error handlingMax Kellermann
2009-07-05song_save: no CamelCaseMax Kellermann
2009-04-28song_save: don't call tag_free(NULL)Max Kellermann
2009-03-15log: removed DEBUG() and FATAL()Max Kellermann
2009-03-13all: Update copyright header.Avuton Olrich
2009-02-27tag: no CamelCaseMax Kellermann
2009-01-14song_save: don't fail on empty tag valuesMax Kellermann
2009-01-14song_save: return value pointer from matchesAnMpdTagItemKey()Max Kellermann
2009-01-14song_save: itemType is "enum tag_type", not "int"Max Kellermann
2009-01-13song_save: check for colon and space when loading a tagMax Kellermann
2009-01-03don't include utils.h when it isn't usedMax Kellermann
2008-12-28utils: removed myFgets()Max Kellermann
2008-10-08directory: eliminate CamelCaseMax Kellermann
2008-10-08song: removed CamelCaseMax Kellermann
2008-10-08song: replaced all song constructorsMax Kellermann
2008-10-08song: converted typedef Song to struct songMax Kellermann
2008-10-08directory: converted typedef Directory to struct directoryMax Kellermann
2008-10-07song: use songvec_for_each() in songvec_print() / songvec_save()Max Kellermann
2008-10-06song: stop storing song_typeEric Wong
2008-10-06song: use flex arrays to store song->urlEric Wong
2008-10-06song: get rid of newNullSong()Eric Wong
2008-09-23songvec: remove songvec_pruneEric Wong
2008-09-23Don't try to prune unless we're updatingEric Wong
2008-09-23Replace SongList with struct songvecEric Wong
2008-09-07tag: added buffered versions of the tag_print.c codeMax Kellermann
2008-09-07song: moved code to song_print.c, song_save.cMax Kellermann