index
:
mpd.git
master
v0.21.x
v0.22.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
song_save.c
Age
Commit message (
Expand
)
Author
2012-02-12
tag: add attribute "has_playlist"
Max Kellermann
2012-01-24
directory: replace songvec with doubly linked list
Max Kellermann
2011-01-29
copyright year 2011
Max Kellermann
2010-12-23
string_util: add function strchug_fast()
Max Kellermann
2010-07-25
queue_save: save tags and range of non-database songs
Max Kellermann
2010-07-25
song_save: save start_ms and end_ms
Max Kellermann
2010-07-25
song_save: song_load() returns NULL instead of false
Max Kellermann
2010-07-21
song_save: pass const songvec to songvec_save()
Max Kellermann
2009-12-31
Update copyright notices.
Avuton Olrich
2009-11-12
include config.h in all sources
Max Kellermann
2009-11-04
tag: added function tag_name_parse()
Max Kellermann
2009-11-04
song_save: explicitly parse the colon
Max Kellermann
2009-11-01
song_save: free song object on error
Max Kellermann
2009-11-01
song_save: load one song at a time
Max Kellermann
2009-11-01
database: use strcmp() instead of g_str_has_prefix()
Max Kellermann
2009-11-01
text_file: allocate line buffers dynamically
Max Kellermann
2009-10-13
song: renamed attribute "url" to "uri"
Max Kellermann
2009-07-05
song_save: use GError for error handling
Max Kellermann
2009-07-05
song_save: no CamelCase
Max Kellermann
2009-04-28
song_save: don't call tag_free(NULL)
Max Kellermann
2009-03-15
log: removed DEBUG() and FATAL()
Max Kellermann
2009-03-13
all: Update copyright header.
Avuton Olrich
2009-02-27
tag: no CamelCase
Max Kellermann
2009-01-14
song_save: don't fail on empty tag values
Max Kellermann
2009-01-14
song_save: return value pointer from matchesAnMpdTagItemKey()
Max Kellermann
2009-01-14
song_save: itemType is "enum tag_type", not "int"
Max Kellermann
2009-01-13
song_save: check for colon and space when loading a tag
Max Kellermann
2009-01-03
don't include utils.h when it isn't used
Max Kellermann
2008-12-28
utils: removed myFgets()
Max Kellermann
2008-10-08
directory: eliminate CamelCase
Max Kellermann
2008-10-08
song: removed CamelCase
Max Kellermann
2008-10-08
song: replaced all song constructors
Max Kellermann
2008-10-08
song: converted typedef Song to struct song
Max Kellermann
2008-10-08
directory: converted typedef Directory to struct directory
Max Kellermann
2008-10-07
song: use songvec_for_each() in songvec_print() / songvec_save()
Max Kellermann
2008-10-06
song: stop storing song_type
Eric Wong
2008-10-06
song: use flex arrays to store song->url
Eric Wong
2008-10-06
song: get rid of newNullSong()
Eric Wong
2008-09-23
songvec: remove songvec_prune
Eric Wong
2008-09-23
Don't try to prune unless we're updating
Eric Wong
2008-09-23
Replace SongList with struct songvec
Eric Wong
2008-09-07
tag: added buffered versions of the tag_print.c code
Max Kellermann
2008-09-07
song: moved code to song_print.c, song_save.c
Max Kellermann