aboutsummaryrefslogtreecommitdiffstats
path: root/src/song.h (unfollow)
Commit message (Expand)AuthorFilesLines
2008-10-11song: removed CamelCaseMax Kellermann1-6/+6
2008-10-11song: replaced all song constructorsMax Kellermann1-2/+13
2008-10-11CPP include cleanupMax Kellermann1-2/+0
2008-10-11song: converted typedef Song to struct songMax Kellermann1-11/+11
2008-10-11directory: converted typedef Directory to struct directoryMax Kellermann1-3/+3
2008-10-11song: really make the song struct non-packedMax Kellermann1-1/+1
2008-10-11song: don't make the struct packedMax Kellermann1-1/+1
2008-10-07directory: serialize song deletes from playlist during updateEric Wong1-2/+0
2008-10-07song: Add song_print_url_xEric Wong1-0/+3
2008-10-06song: add print_song_info_x for iterators tha pass void *Eric Wong1-0/+3
2008-10-05song: replace printSong* with song_print_*Eric Wong1-2/+2
2008-10-05song: stop storing song_typeEric Wong1-8/+6
2008-10-05song: use flex arrays to store song->urlEric Wong1-3/+4
2008-10-05song: converted "type" to enumMax Kellermann1-4/+7
2008-09-29Switch to C99 types (retaining compat with old compilers)Eric Wong1-1/+1
2008-09-26song: removed type SongListMax Kellermann1-9/+0
2008-09-20Replace SongList with struct songvecEric Wong1-6/+3
2008-09-18Move away from fprintf() when writing DB/state_fileEric Wong1-1/+1
2008-09-02song: don't export newNullSong()Max Kellermann1-2/+0
2008-09-02tag: renamed MpdTag and MpdTagItem to struct mpd_tag, struct 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
2004-11-03remove vim &*(@Warren Dukes1-1/+0
2004-05-31icynames are now copied to title of streamsWarren Dukes1-0/+2
2004-05-19fix a nasty bug when deleting a stream from the playlistWarren Dukes1-2/+2
2004-05-13redimentary addition of url's to playlistWarren Dukes1-0/+2
2004-05-13add type element to Song struct, and change utf8file to utf8urlWarren Dukes1-3/+10
2004-04-14add vim shiznit to end of all source filesWarren Dukes1-0/+1
2004-03-18bunch of autotool cleanupsWarren Dukes1-0/+2
2004-03-11move time back into MpdTagWarren Dukes1-1/+0
2004-03-10move time from tag info to song info.Warren Dukes1-0/+1