aboutsummaryrefslogtreecommitdiffstats
path: root/src/song.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* song: use mpd_sizeof_str_flex_array for song.urlEric Wong2008-10-121-2/+2
* song: removed CamelCaseMax Kellermann2008-10-111-6/+6
* song: replaced all song constructorsMax Kellermann2008-10-111-2/+13
* CPP include cleanupMax Kellermann2008-10-111-2/+0
* song: converted typedef Song to struct songMax Kellermann2008-10-111-11/+11
* directory: converted typedef Directory to struct directoryMax Kellermann2008-10-111-3/+3
* song: really make the song struct non-packedMax Kellermann2008-10-111-1/+1
* song: don't make the struct packedMax Kellermann2008-10-111-1/+1
* directory: serialize song deletes from playlist during updateEric Wong2008-10-071-2/+0
* song: Add song_print_url_xEric Wong2008-10-071-0/+3
* song: add print_song_info_x for iterators tha pass void *Eric Wong2008-10-061-0/+3
* song: replace printSong* with song_print_*Eric Wong2008-10-051-2/+2
* song: stop storing song_typeEric Wong2008-10-051-8/+6
* song: use flex arrays to store song->urlEric Wong2008-10-051-3/+4
* song: converted "type" to enumMax Kellermann2008-10-051-4/+7
* Switch to C99 types (retaining compat with old compilers)Eric Wong2008-09-291-1/+1
* song: removed type SongListMax Kellermann2008-09-261-9/+0
* Replace SongList with struct songvecEric Wong2008-09-201-6/+3
* Move away from fprintf() when writing DB/state_fileEric Wong2008-09-181-1/+1
* song: don't export newNullSong()Max Kellermann2008-09-021-2/+0
* tag: renamed MpdTag and MpdTagItem to struct mpd_tag, struct tag_itemMax Kellermann2008-09-021-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
* remove vim &*(@Warren Dukes2004-11-031-1/+0
* icynames are now copied to title of streamsWarren Dukes2004-05-311-0/+2
* fix a nasty bug when deleting a stream from the playlistWarren Dukes2004-05-191-2/+2
* redimentary addition of url's to playlistWarren Dukes2004-05-131-0/+2
* add type element to Song struct, and change utf8file to utf8urlWarren Dukes2004-05-131-3/+10
* add vim shiznit to end of all source filesWarren Dukes2004-04-141-0/+1
* bunch of autotool cleanupsWarren Dukes2004-03-181-0/+2
* move time back into MpdTagWarren Dukes2004-03-111-1/+0
* move time from tag info to song info.Warren Dukes2004-03-101-0/+1
* import from SF CVSWarren Dukes2004-02-231-0/+61