| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace strdup and {c,re,m}alloc with x* variants to check for OOM errors | Eric Wong | 2006-08-26 | 1 | -5/+6 |
* | remove deprecated myfprintf wrapper | Eric Wong | 2006-07-30 | 1 | -4/+5 |
* | interface/connection malloc reductions from mpd-ke | Eric Wong | 2006-07-30 | 1 | -9/+9 |
* | Add mpd-indent.sh | Avuton Olrich | 2006-07-20 | 1 | -121/+140 |
* | sparse: ANSI-fy function declarations | Eric Wong | 2006-07-17 | 1 | -2/+2 |
* | [CLEANUP] Remove unused code | Avuton Olrich | 2006-07-15 | 1 | -19/+7 |
* | Change shank's email address | J. Alexander Treuman | 2006-07-14 | 1 | -1/+1 |
* | Huge header update, update the copyright and add | Avuton Olrich | 2006-07-13 | 1 | -1/+1 |
* | Fix for bug 483 | Qball Cow | 2006-05-08 | 1 | -1/+2 |
* | merge with mpd/trunk up to r3925 | Eric Wong | 2006-03-16 | 1 | -7/+13 |
* | debug messages no longer cause segfaults :P | Eric Wong | 2005-10-25 | 1 | -1/+1 |
* | Patch to make the configure flag for mpd-mad and mpd-libid3tag more logic (fr... | Qball Cow | 2005-09-08 | 1 | -1/+6 |
* | this shit really needs to be cleaned up, but its good enough for testing, | Warren Dukes | 2004-11-15 | 1 | -1/+1 |
* | fix a bug in pringSongUrl, don't print leading '/' for songs in root dir | Warren Dukes | 2004-11-12 | 1 | -1/+1 |
* | don't store only relative paths in the directory structure, its probably not | Warren Dukes | 2004-11-12 | 1 | -1/+1 |
* | ok, optimize memory sage of directorys, by iteratively creating the directories, | Warren Dukes | 2004-11-11 | 1 | -7/+15 |
* | ok, now song->url is only the filename, not the full path to the song | Warren Dukes | 2004-11-11 | 1 | -4/+5 |
* | implement saved memory by not storing full path | Warren Dukes | 2004-11-11 | 1 | -31/+61 |
* | this is broken | Warren Dukes | 2004-11-11 | 1 | -7/+21 |
* | merge changes from metadata-rewrite branch | Warren Dukes | 2004-11-10 | 1 | -36/+20 |
* | todo update | Warren Dukes | 2004-11-03 | 1 | -1/+0 |
* | todo update | Warren Dukes | 2004-06-06 | 1 | -0/+5 |
* | '\n' are bad | Warren Dukes | 2004-06-02 | 1 | -1/+5 |
* | little cleanup of plugin stuff | Warren Dukes | 2004-05-31 | 1 | -2/+6 |
* | mp3 and ogg plugin stuff | Warren Dukes | 2004-05-31 | 1 | -64/+10 |
* | add type element to Song struct, and change utf8file to utf8url | Warren Dukes | 2004-05-13 | 1 | -62/+79 |
* | add vim shiznit to end of all source files | Warren Dukes | 2004-04-14 | 1 | -0/+1 |
* | ok, rework myfprintf so it uses write() and never use any file stream | Warren Dukes | 2004-04-13 | 1 | -2/+0 |
* | block signals when writing db to ensure db isn't corrupted | Warren Dukes | 2004-04-13 | 1 | -0/+2 |
* | add --only-create-db option from msells | Warren Dukes | 2004-04-11 | 1 | -1/+1 |
* | work in prep of using msells/sbh's non-blocking update method | Warren Dukes | 2004-04-10 | 1 | -4/+55 |
* | use EXIT_SUCCESS and EXIT_FAILURE | Warren Dukes | 2004-04-02 | 1 | -2/+2 |
* | lets cleanup some file type detection and not call stat() so much | Warren Dukes | 2004-03-31 | 1 | -14/+14 |
* | parse length from Aac files and ID3 tags | Warren Dukes | 2004-03-21 | 1 | -0/+6 |
* | bunch of autotool cleanups | Warren Dukes | 2004-03-18 | 1 | -6/+0 |
* | have AAC and MP4 types | Warren Dukes | 2004-03-17 | 1 | -0/+6 |
* | fix a few snafoo's in configure.ac | Warren Dukes | 2004-03-17 | 1 | -0/+10 |
* | move time back into MpdTag | Warren Dukes | 2004-03-11 | 1 | -31/+12 |
* | move adding and removeing from tables from directory.c to song.c | Warren Dukes | 2004-03-10 | 1 | -20/+48 |
* | fix it so that mpd will work if mtime is 0 (for those strange folk) | Warren Dukes | 2004-03-10 | 1 | -9/+9 |
* | move time from tag info to song info. | Warren Dukes | 2004-03-10 | 1 | -18/+36 |
* | lets exit on unknown line in songinfo db | Warren Dukes | 2004-03-09 | 1 | -0/+1 |
* | strip return characters that are in the id3 tags | Warren Dukes | 2004-03-09 | 1 | -2/+1 |
* | import from SF CVS | Warren Dukes | 2004-02-23 | 1 | -0/+231 |