aboutsummaryrefslogtreecommitdiffstats
path: root/src/ls.c (unfollow)
Commit message (Expand)AuthorFilesLines
2006-08-14Revert leaks from r4311, and also the leak fixes as a result of thatEric Wong1-9/+1
2006-07-30remove clumsy strncpy useEric Wong1-2/+4
2006-07-30interface/connection malloc reductions from mpd-keEric Wong1-4/+4
2006-07-20Add mpd-indent.shAvuton Olrich1-142/+153
2006-07-16Will the leaks never end?!J. Alexander Treuman1-1/+6
2006-07-16One more leakJ. Alexander Treuman1-0/+1
2006-07-16Fixing a whopping 4 memory leaksJ. Alexander Treuman1-1/+1
2006-07-14Change shank's email addressJ. Alexander Treuman1-1/+1
2006-07-14[CLEANUP] Remove 'extern int errno;'Avuton Olrich1-19/+3
2006-07-13Huge header update, update the copyright and addAvuton Olrich1-1/+1
2006-03-18ls.c: remove unnecessary strdupEric Wong1-2/+0
2006-03-16merge with mpd/trunk up to r3925Eric Wong1-5/+5
2005-10-25debug messages no longer cause segfaults :PEric Wong1-5/+3
2005-09-08Patch to make the configure flag for mpd-mad and mpd-libid3tag more logic (fr...Qball Cow1-4/+22
2004-11-11ok, now song->url is only the filename, not the full path to the songWarren Dukes1-1/+1
2004-06-26patch from normalpersonWarren Dukes1-1/+4
2004-06-21fix big boo boo in last commit: isFile() { myStat==0 }Warren Dukes1-1/+1
2004-06-21todo updateWarren Dukes1-40/+19
2004-06-13slight bug fix for making sure url's obey the RFC'sWarren Dukes1-1/+1
2004-06-04clean up some command.h include stuffWarren Dukes1-1/+0
2004-06-03a slight cleanup in isValidRemoteUrl()Warren Dukes1-7/+2
2004-06-02add urlhandlers command, but prolly not neededWarren Dukes1-0/+11
2004-06-02'\n' are badWarren Dukes1-1/+3
2004-06-02validate url's before adding to playlistWarren Dukes1-7/+59
2004-05-31mp3 and ogg plugin stuffWarren Dukes1-18/+6
2004-05-30a small change in determining suffix of filesWarren Dukes1-12/+14
2004-05-18assume all streams are mp3's, we'll need to open the streams before callingWarren Dukes1-7/+1
2004-05-18yes! rudimentary stream playing for mp3's!Warren Dukes1-4/+3
2004-05-14oops, fix an infinate loopWarren Dukes1-1/+4
2004-05-13redimentary addition of url's to playlistWarren Dukes1-0/+22
2004-04-16some cleanups of sprintf's => snprintf'sWarren Dukes1-0/+1
2004-04-16remove directory mtime from db!Warren Dukes1-2/+1
2004-04-14add vim shiznit to end of all source filesWarren Dukes1-0/+1
2004-04-13lots of fsCharset, utf8/ascii converting clean-up and robustness stuffWarren Dukes1-2/+4
2004-03-31lets cleanup some file type detection and not call stat() so muchWarren Dukes1-30/+0
2004-03-23fix some gcc-2.95 errorsWarren Dukes1-2/+4
2004-03-21some simple compilation fixWarren Dukes1-1/+1
2004-03-21streamline ls.c codeWarren Dukes1-158/+78
2004-03-18bunch of autotool cleanupsWarren Dukes1-30/+0
2004-03-17have AAC and MP4 typesWarren Dukes1-0/+32
2004-03-17fix a few snafoo's in configure.acWarren Dukes1-0/+32
2004-03-10fix it so that mpd will work if mtime is 0 (for those strange folk)Warren Dukes1-22/+29
2004-02-25some more cleanupsWarren Dukes1-1/+1