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