aboutsummaryrefslogtreecommitdiffstats
path: root/src/song.c (unfollow)
Commit message (Expand)AuthorFilesLines
2008-10-06song: use flex arrays to store song->urlEric Wong1-7/+15
2008-10-06song: get rid of newNullSong()Eric Wong1-13/+2
2008-10-06song: call freeJustSong if newSong failsEric Wong1-1/+1
2008-09-29decoder: renamed plugin methodsMax Kellermann1-2/+2
2008-09-29song: converted "type" to enumMax Kellermann1-1/+1
2008-09-26song: removed type SongListMax Kellermann1-36/+0
2008-09-23Replace SongList with struct songvecEric Wong1-0/+1
2008-09-07song: moved code to song_print.c, song_save.cMax Kellermann1-172/+1
2008-09-07tag: moved code to tag_print.cMax Kellermann1-0/+1
2008-09-06tag: fix segfault on updateEric Wong1-0/+1
2008-08-29tag: try not to reallocate tag.items in every add() callMax Kellermann1-4/+16
2008-08-29song: don't export newNullSong()Max Kellermann1-1/+1
2008-08-29tag: renamed functions, no CamelCaseMax Kellermann1-10/+10
2008-08-26assert song->url != NULLMax Kellermann1-0/+3
2008-08-26no camel case in struct decoder_pluginMax Kellermann1-2/+2
2008-08-26renamed inputPlugin.* to decoder_list.*Max Kellermann1-1/+1
2008-08-26renamed InputPlugin to struct decoder_pluginMax Kellermann1-2/+3
2008-03-26fix segmentation fault in song info parserMax Kellermann1-4/+5
2008-03-26eliminated duplicate initializationMax Kellermann1-7/+3
2008-02-05fix -Wconst warningsMax Kellermann1-2/+2
2008-01-03Cleanup #includes of standard system headers and put them in one placeEric Wong1-3/+1
2008-01-01song: updateSongInfo: left out charset conversion when going thread-safeEric Wong1-2/+4
2007-12-28Merge branches/ew r7104Eric Wong1-44/+19
2007-05-26Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a singleJ. Alexander Treuman1-8/+4
2007-04-05The massive copyright updateAvuton Olrich1-1/+1
2007-01-14Don't initialize globals to zero (or NULL)Eric Wong1-3/+3
2006-10-27add support for: list fileWarren Dukes1-2/+0
2006-08-26Replace strdup and {c,re,m}alloc with x* variants to check for OOM errorsEric Wong1-5/+6
2006-07-30remove deprecated myfprintf wrapperEric Wong1-4/+5
2006-07-30interface/connection malloc reductions from mpd-keEric Wong1-9/+9
2006-07-20Add mpd-indent.shAvuton Olrich1-121/+140
2006-07-17sparse: ANSI-fy function declarationsEric Wong1-2/+2
2006-07-15[CLEANUP] Remove unused codeAvuton Olrich1-19/+7
2006-07-14Change shank's email addressJ. Alexander Treuman1-1/+1
2006-07-13Huge header update, update the copyright and addAvuton Olrich1-1/+1
2006-05-08Fix for bug 483Qball Cow1-1/+2
2006-03-16merge with mpd/trunk up to r3925Eric Wong1-7/+13
2005-10-25debug messages no longer cause segfaults :PEric Wong1-1/+1
2005-09-08Patch to make the configure flag for mpd-mad and mpd-libid3tag more logic (fr...Qball Cow1-1/+6
2004-11-15this shit really needs to be cleaned up, but its good enough for testing,Warren Dukes1-1/+1
2004-11-12fix a bug in pringSongUrl, don't print leading '/' for songs in root dirWarren Dukes1-1/+1
2004-11-12don't store only relative paths in the directory structure, its probably notWarren Dukes1-1/+1
2004-11-11ok, optimize memory sage of directorys, by iteratively creating the directories,Warren Dukes1-7/+15
2004-11-11ok, now song->url is only the filename, not the full path to the songWarren Dukes1-4/+5
2004-11-11implement saved memory by not storing full pathWarren Dukes1-31/+61
2004-11-11this is brokenWarren Dukes1-7/+21
2004-11-10merge changes from metadata-rewrite branchWarren Dukes1-36/+20
2004-11-03todo updateWarren Dukes1-1/+0
2004-06-06todo updateWarren Dukes1-0/+5
2004-06-02'\n' are badWarren Dukes1-1/+5