summaryrefslogtreecommitdiff
path: root/src/song.c
AgeCommit message (Expand)Author
2008-09-26song: removed type SongListMax Kellermann
2008-09-23Replace SongList with struct songvecEric Wong
2008-09-07song: moved code to song_print.c, song_save.cMax Kellermann
2008-09-07tag: moved code to tag_print.cMax Kellermann
2008-09-06tag: fix segfault on updateEric Wong
2008-08-29tag: try not to reallocate tag.items in every add() callMax Kellermann
2008-08-29song: don't export newNullSong()Max Kellermann
2008-08-29tag: renamed functions, no CamelCaseMax Kellermann
2008-08-26assert song->url != NULLMax Kellermann
2008-08-26no camel case in struct decoder_pluginMax Kellermann
2008-08-26renamed inputPlugin.* to decoder_list.*Max Kellermann
2008-08-26renamed InputPlugin to struct decoder_pluginMax Kellermann
2008-03-26fix segmentation fault in song info parserMax Kellermann
2008-03-26eliminated duplicate initializationMax Kellermann
2008-02-05fix -Wconst warningsMax Kellermann
2008-01-03Cleanup #includes of standard system headers and put them in one placeEric Wong
2008-01-01song: updateSongInfo: left out charset conversion when going thread-safeEric Wong
2007-12-28Merge branches/ew r7104Eric Wong
2007-05-26Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a singleJ. Alexander Treuman
2007-04-05The massive copyright updateAvuton Olrich
2007-01-14Don't initialize globals to zero (or NULL)Eric Wong
2006-10-27add support for: list fileWarren Dukes
2006-08-26Replace strdup and {c,re,m}alloc with x* variants to check for OOM errorsEric Wong
2006-07-30remove deprecated myfprintf wrapperEric Wong
2006-07-30interface/connection malloc reductions from mpd-keEric Wong
2006-07-20Add mpd-indent.shAvuton Olrich
2006-07-17sparse: ANSI-fy function declarationsEric Wong
2006-07-15[CLEANUP] Remove unused codeAvuton Olrich
2006-07-14Change shank's email addressJ. Alexander Treuman
2006-07-13Huge header update, update the copyright and addAvuton Olrich
2006-05-08Fix for bug 483Qball Cow
2006-03-16merge with mpd/trunk up to r3925Eric Wong
2005-10-25debug messages no longer cause segfaults :PEric Wong
2005-09-08Patch to make the configure flag for mpd-mad and mpd-libid3tag more logic (fr...Qball Cow
2004-11-15this shit really needs to be cleaned up, but its good enough for testing,Warren Dukes
2004-11-12fix a bug in pringSongUrl, don't print leading '/' for songs in root dirWarren Dukes
2004-11-12don't store only relative paths in the directory structure, its probably notWarren Dukes
2004-11-11ok, optimize memory sage of directorys, by iteratively creating the directories,Warren Dukes
2004-11-11ok, now song->url is only the filename, not the full path to the songWarren Dukes
2004-11-11implement saved memory by not storing full pathWarren Dukes
2004-11-11this is brokenWarren Dukes
2004-11-10merge changes from metadata-rewrite branchWarren Dukes
2004-11-03todo updateWarren Dukes
2004-06-06todo updateWarren Dukes
2004-06-02'\n' are badWarren Dukes
2004-05-31little cleanup of plugin stuffWarren Dukes
2004-05-31mp3 and ogg plugin stuffWarren Dukes
2004-05-13add type element to Song struct, and change utf8file to utf8urlWarren Dukes
2004-04-14add vim shiznit to end of all source filesWarren Dukes
2004-04-13ok, rework myfprintf so it uses write() and never use any file streamWarren Dukes