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