aboutsummaryrefslogtreecommitdiffstats
path: root/src/song.c (unfollow)
Commit message (Expand)AuthorFilesLines
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
2004-05-31little cleanup of plugin stuffWarren Dukes1-2/+6
2004-05-31mp3 and ogg plugin stuffWarren Dukes1-64/+10
2004-05-13add type element to Song struct, and change utf8file to utf8urlWarren Dukes1-62/+79
2004-04-14add vim shiznit to end of all source filesWarren Dukes1-0/+1
2004-04-13ok, rework myfprintf so it uses write() and never use any file streamWarren Dukes1-2/+0
2004-04-13block signals when writing db to ensure db isn't corruptedWarren Dukes1-0/+2
2004-04-11add --only-create-db option from msellsWarren Dukes1-1/+1
2004-04-10work in prep of using msells/sbh's non-blocking update methodWarren Dukes1-4/+55
2004-04-02use EXIT_SUCCESS and EXIT_FAILUREWarren Dukes1-2/+2
2004-03-31lets cleanup some file type detection and not call stat() so muchWarren Dukes1-14/+14
2004-03-21parse length from Aac files and ID3 tagsWarren Dukes1-0/+6
2004-03-18bunch of autotool cleanupsWarren Dukes1-6/+0
2004-03-17have AAC and MP4 typesWarren Dukes1-0/+6
2004-03-17fix a few snafoo's in configure.acWarren Dukes1-0/+10
2004-03-11move time back into MpdTagWarren Dukes1-31/+12
2004-03-10move adding and removeing from tables from directory.c to song.cWarren Dukes1-20/+48
2004-03-10fix it so that mpd will work if mtime is 0 (for those strange folk)Warren Dukes1-9/+9
2004-03-10move time from tag info to song info.Warren Dukes1-18/+36
2004-03-09lets exit on unknown line in songinfo dbWarren Dukes1-0/+1
2004-03-09strip return characters that are in the id3 tagsWarren Dukes1-2/+1