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