aboutsummaryrefslogtreecommitdiffstats
path: root/src/song.h (unfollow)
Commit message (Expand)AuthorFilesLines
2011-01-29copyright year 2011Max Kellermann1-1/+1
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-12-27song: added support for selecting a time rangeMax Kellermann1-0/+12
2009-12-26song: added function song_get_duration()Max Kellermann1-0/+3
2009-11-01song_save: load one song at a timeMax Kellermann1-3/+0
2009-10-13song: renamed attribute "url" to "uri"Max Kellermann1-3/+3
2009-03-13all: Update copyright header.Avuton Olrich1-6/+7
2009-01-04song: allocate the result of song_get_url()Max Kellermann1-6/+7
2008-12-16song: adding support for songs in archivesViliam Mateicka1-0/+3
2008-10-31added prefix to header macrosMax Kellermann1-2/+2
2008-10-15playlist: added support for adding songs not in the music databaseMax Kellermann1-1/+1
2008-10-15song: added song_in_database()Max Kellermann1-1/+7
2008-10-14song: pass const song pointer to song_get_url()Max Kellermann1-1/+1
2008-10-08song: song_file_update() returns boolMax Kellermann1-1/+1
2008-10-08song: removed CamelCaseMax Kellermann1-6/+6
2008-10-08song: replaced all song constructorsMax Kellermann1-2/+12
2008-10-08use the "bool" data type instead of "int"Max Kellermann1-2/+4
2008-10-08don't include os_compat.hMax Kellermann1-2/+2
2008-10-08CPP include cleanupMax Kellermann1-3/+0
2008-10-08song: converted typedef Song to struct songMax Kellermann1-8/+13
2008-10-08directory: converted typedef Directory to struct directoryMax Kellermann1-3/+3
2008-10-07song: really make the song struct non-packedMax Kellermann1-1/+1
2008-10-07directory: serialize song deletes from playlist during updateEric Wong1-2/+0
2008-10-06song: stop storing song_typeEric Wong1-9/+7
2008-10-06song: don't make the struct packedMax Kellermann1-1/+1
2008-10-06song: use flex arrays to store song->urlEric Wong1-2/+6
2008-10-06song: get rid of newNullSong()Eric Wong1-2/+0
2008-09-29assume stdint.h and stddef.h are availableMax Kellermann1-1/+0
2008-09-29song: converted "type" to enumMax Kellermann1-4/+7
2008-09-29switch to C99 types, part IIMax Kellermann1-1/+1
2008-09-26song: removed type SongListMax Kellermann1-10/+0
2008-09-07pass "struct client" to dbUtils.c, song.c, tag_print.cMax Kellermann1-0/+2
2008-09-07song: moved code to song_print.c, song_save.cMax Kellermann1-11/+2
2008-09-06include cleanupMax Kellermann1-3/+2
2008-08-29song: don't export newNullSong()Max Kellermann1-2/+0
2008-08-29tag: renamed MpdTag and MpdTagItem to struct tag, struct mpd_tag_itemMax Kellermann1-1/+1
2008-04-12song: document get_song_url()Eric Wong1-0/+6
2008-02-05fix -Wconst warningsMax Kellermann1-2/+2
2008-01-03Cleanup #includes of standard system headers and put them in one placeEric Wong1-4/+1
2007-12-28Merge branches/ew r7104Eric Wong1-1/+1
2007-04-05The massive copyright updateAvuton Olrich1-1/+1
2006-10-27add support for: list fileWarren Dukes1-0/+3
2006-08-20Fix warnings for -Wmissing-prototypesAvuton Olrich1-2/+2
2006-07-30interface/connection malloc reductions from mpd-keEric Wong1-3/+3
2006-07-20Add mpd-indent.shAvuton Olrich1-11/+11
2006-07-15[CLEANUP] Remove unused codeAvuton Olrich1-2/+0
2006-07-14Change shank's email addressJ. Alexander Treuman1-1/+1
2006-07-13Huge header update, update the copyright and addAvuton Olrich1-1/+1
2004-11-11implement saved memory by not storing full pathWarren Dukes1-3/+6
2004-11-11this is brokenWarren Dukes1-11/+12