aboutsummaryrefslogtreecommitdiffstats
path: root/src/song.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge branches/ew r7104Eric Wong2007-12-281-1/+1
* The massive copyright updateAvuton Olrich2007-04-051-1/+1
* add support for: list fileWarren Dukes2006-10-271-0/+3
* Fix warnings for -Wmissing-prototypesAvuton Olrich2006-08-201-2/+2
* interface/connection malloc reductions from mpd-keEric Wong2006-07-301-3/+3
* Add mpd-indent.shAvuton Olrich2006-07-201-11/+11
* [CLEANUP] Remove unused codeAvuton Olrich2006-07-151-2/+0
* Change shank's email addressJ. Alexander Treuman2006-07-141-1/+1
* Huge header update, update the copyright and addAvuton Olrich2006-07-131-1/+1
* implement saved memory by not storing full pathWarren Dukes2004-11-111-3/+6
* this is brokenWarren Dukes2004-11-111-11/+12