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