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