summaryrefslogtreecommitdiff
path: root/src/song.h
AgeCommit message (Expand)Author
2013-01-08song: don't use GLibMax Kellermann
2013-01-08util/list: don't use GLibMax Kellermann
2013-01-03Directory: rename struct directory to DirectoryMax Kellermann
2012-08-15ProxyDatabase: pass "detached" objects to visitorsMax Kellermann
2012-08-15Song: add function song_dup_detached()Max Kellermann
2012-08-15Song: add function song_equals()Max Kellermann
2012-08-15Song: move trivial inline functions upMax Kellermann
2012-08-08song: use C++ compilerMax Kellermann
2012-02-12song: add function song_replace_uri()Max Kellermann
2012-01-24directory: replace songvec with doubly linked listMax Kellermann
2011-01-29copyright year 2011Max Kellermann
2009-12-31Update copyright notices.Avuton Olrich
2009-12-27song: added support for selecting a time rangeMax Kellermann
2009-12-26song: added function song_get_duration()Max Kellermann
2009-11-01song_save: load one song at a timeMax Kellermann
2009-10-13song: renamed attribute "url" to "uri"Max Kellermann
2009-03-13all: Update copyright header.Avuton Olrich
2009-01-04song: allocate the result of song_get_url()Max Kellermann
2008-12-16song: adding support for songs in archivesViliam Mateicka
2008-10-31added prefix to header macrosMax Kellermann
2008-10-15playlist: added support for adding songs not in the music databaseMax Kellermann
2008-10-15song: added song_in_database()Max Kellermann
2008-10-14song: pass const song pointer to song_get_url()Max Kellermann
2008-10-08song: song_file_update() returns boolMax Kellermann
2008-10-08song: removed CamelCaseMax Kellermann
2008-10-08song: replaced all song constructorsMax Kellermann
2008-10-08use the "bool" data type instead of "int"Max Kellermann
2008-10-08don't include os_compat.hMax Kellermann
2008-10-08CPP include cleanupMax Kellermann
2008-10-08song: converted typedef Song to struct songMax Kellermann
2008-10-08directory: converted typedef Directory to struct directoryMax Kellermann
2008-10-07song: really make the song struct non-packedMax Kellermann
2008-10-07directory: serialize song deletes from playlist during updateEric Wong
2008-10-06song: stop storing song_typeEric Wong
2008-10-06song: don't make the struct packedMax Kellermann
2008-10-06song: use flex arrays to store song->urlEric Wong
2008-10-06song: get rid of newNullSong()Eric Wong
2008-09-29assume stdint.h and stddef.h are availableMax Kellermann
2008-09-29song: converted "type" to enumMax Kellermann
2008-09-29switch to C99 types, part IIMax Kellermann
2008-09-26song: removed type SongListMax Kellermann
2008-09-07pass "struct client" to dbUtils.c, song.c, tag_print.cMax Kellermann
2008-09-07song: moved code to song_print.c, song_save.cMax Kellermann
2008-09-06include cleanupMax Kellermann
2008-08-29song: don't export newNullSong()Max Kellermann
2008-08-29tag: renamed MpdTag and MpdTagItem to struct tag, struct mpd_tag_itemMax Kellermann
2008-04-12song: document get_song_url()Eric Wong
2008-02-05fix -Wconst warningsMax Kellermann
2008-01-03Cleanup #includes of standard system headers and put them in one placeEric Wong
2007-12-28Merge branches/ew r7104Eric Wong