| Commit message (Expand) | Author | Files | Lines |
2007-04-05 | The massive copyright update | Avuton Olrich | 1 | -1/+1 |
2006-08-26 | Replace strdup and {c,re,m}alloc with x* variants to check for OOM errors | Eric Wong | 1 | -1/+2 |
2006-08-20 | Fix warnings for -Wmissing-prototypes | Avuton Olrich | 1 | -1/+1 |
2006-08-14 | Revert leaks from r4311, and also the leak fixes as a result of that | Eric Wong | 1 | -9/+1 |
2006-07-30 | remove clumsy strncpy use | Eric Wong | 1 | -2/+4 |
2006-07-30 | interface/connection malloc reductions from mpd-ke | Eric Wong | 1 | -4/+4 |
2006-07-20 | Add mpd-indent.sh | Avuton Olrich | 1 | -142/+153 |
2006-07-16 | Will the leaks never end?! | J. Alexander Treuman | 1 | -1/+6 |
2006-07-16 | One more leak | J. Alexander Treuman | 1 | -0/+1 |
2006-07-16 | Fixing a whopping 4 memory leaks | J. Alexander Treuman | 1 | -1/+1 |
2006-07-14 | Change shank's email address | J. Alexander Treuman | 1 | -1/+1 |
2006-07-14 | [CLEANUP] Remove 'extern int errno;' | Avuton Olrich | 1 | -19/+3 |
2006-07-13 | Huge header update, update the copyright and add | Avuton Olrich | 1 | -1/+1 |
2006-03-18 | ls.c: remove unnecessary strdup | Eric Wong | 1 | -2/+0 |
2006-03-16 | merge with mpd/trunk up to r3925 | Eric Wong | 1 | -5/+5 |
2005-10-25 | debug messages no longer cause segfaults :P | Eric Wong | 1 | -5/+3 |
2005-09-08 | Patch to make the configure flag for mpd-mad and mpd-libid3tag more logic (fr... | Qball Cow | 1 | -4/+22 |
2004-11-11 | ok, now song->url is only the filename, not the full path to the song | Warren Dukes | 1 | -1/+1 |
2004-06-26 | patch from normalperson | Warren Dukes | 1 | -1/+4 |
2004-06-21 | fix big boo boo in last commit: isFile() { myStat==0 } | Warren Dukes | 1 | -1/+1 |
2004-06-21 | todo update | Warren Dukes | 1 | -40/+19 |
2004-06-13 | slight bug fix for making sure url's obey the RFC's | Warren Dukes | 1 | -1/+1 |
2004-06-04 | clean up some command.h include stuff | Warren Dukes | 1 | -1/+0 |
2004-06-03 | a slight cleanup in isValidRemoteUrl() | Warren Dukes | 1 | -7/+2 |
2004-06-02 | add urlhandlers command, but prolly not needed | Warren Dukes | 1 | -0/+11 |
2004-06-02 | '\n' are bad | Warren Dukes | 1 | -1/+3 |
2004-06-02 | validate url's before adding to playlist | Warren Dukes | 1 | -7/+59 |
2004-05-31 | mp3 and ogg plugin stuff | Warren Dukes | 1 | -18/+6 |
2004-05-30 | a small change in determining suffix of files | Warren Dukes | 1 | -12/+14 |
2004-05-18 | assume all streams are mp3's, we'll need to open the streams before calling | Warren Dukes | 1 | -7/+1 |
2004-05-18 | yes! rudimentary stream playing for mp3's! | Warren Dukes | 1 | -4/+3 |
2004-05-14 | oops, fix an infinate loop | Warren Dukes | 1 | -1/+4 |
2004-05-13 | redimentary addition of url's to playlist | Warren Dukes | 1 | -0/+22 |
2004-04-16 | some cleanups of sprintf's => snprintf's | Warren Dukes | 1 | -0/+1 |
2004-04-16 | remove directory mtime from db! | Warren Dukes | 1 | -2/+1 |
2004-04-14 | add vim shiznit to end of all source files | Warren Dukes | 1 | -0/+1 |
2004-04-13 | lots of fsCharset, utf8/ascii converting clean-up and robustness stuff | Warren Dukes | 1 | -2/+4 |
2004-03-31 | lets cleanup some file type detection and not call stat() so much | Warren Dukes | 1 | -30/+0 |
2004-03-23 | fix some gcc-2.95 errors | Warren Dukes | 1 | -2/+4 |
2004-03-21 | some simple compilation fix | Warren Dukes | 1 | -1/+1 |
2004-03-21 | streamline ls.c code | Warren Dukes | 1 | -158/+78 |
2004-03-18 | bunch of autotool cleanups | Warren Dukes | 1 | -30/+0 |
2004-03-17 | have AAC and MP4 types | Warren Dukes | 1 | -0/+32 |
2004-03-17 | fix a few snafoo's in configure.ac | Warren Dukes | 1 | -0/+32 |
2004-03-10 | fix it so that mpd will work if mtime is 0 (for those strange folk) | Warren Dukes | 1 | -22/+29 |
2004-02-25 | some more cleanups | Warren Dukes | 1 | -1/+1 |