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