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