aboutsummaryrefslogtreecommitdiff
path: root/src/song_save.c
Commit message (Expand)AuthorAge
* tag: add attribute "has_playlist"Max Kellermann2012-02-12
* directory: replace songvec with doubly linked listMax Kellermann2012-01-24
* copyright year 2011Max Kellermann2011-01-29
* string_util: add function strchug_fast()Max Kellermann2010-12-23
* queue_save: save tags and range of non-database songsMax Kellermann2010-07-25
* song_save: save start_ms and end_msMax Kellermann2010-07-25
* song_save: song_load() returns NULL instead of falseMax Kellermann2010-07-25
* song_save: pass const songvec to songvec_save()Max Kellermann2010-07-21
* Update copyright notices.Avuton Olrich2009-12-31
* include config.h in all sourcesMax Kellermann2009-11-12
* tag: added function tag_name_parse()Max Kellermann2009-11-04
* song_save: explicitly parse the colonMax Kellermann2009-11-04
* song_save: free song object on errorMax Kellermann2009-11-01
* song_save: load one song at a timeMax Kellermann2009-11-01
* database: use strcmp() instead of g_str_has_prefix()Max Kellermann2009-11-01
* text_file: allocate line buffers dynamicallyMax Kellermann2009-11-01
* song: renamed attribute "url" to "uri"Max Kellermann2009-10-13
* 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