aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Adding parsePath and making parseConfigFilePath use it.J. Alexander Treuman2007-06-131-0/+58
* The massive copyright updateAvuton Olrich2007-04-051-1/+1
* utils.c: fix xreallocEric Wong2006-09-071-5/+6
* Replace strdup and {c,re,m}alloc with x* variants to check for OOM errorsEric Wong2006-08-261-3/+55
* Add mpd-indent.shAvuton Olrich2006-07-201-29/+36
* sparse: ANSI-fy function declarationsEric Wong2006-07-171-1/+1
* [CLEANUP] Cleanup whitespace->tabsAvuton Olrich2006-07-151-22/+21
* Change shank's email addressJ. Alexander Treuman2006-07-141-1/+1
* Huge header update, update the copyright and addAvuton Olrich2006-07-131-1/+1
* fix bug 421: database read failed with newline in ID3-tagWarren Dukes2005-04-301-1/+1
* add support for parsing ape tags in musepack filesWarren Dukes2005-03-071-0/+8
* for improperly config file lines, print the line numberWarren Dukes2004-08-101-0/+3
* Add WARNING log method. it's the same as ERROR, except that when mpd starts,Warren Dukes2004-06-121-1/+19
* move ipv6supported from listen.c to utils.cWarren Dukes2004-05-151-0/+13
* add vim shiznit to end of all source filesWarren Dukes2004-04-141-0/+1
* move sys/types.h include in utils.c, so it works for FreeBSD, from MDRWarren Dukes2004-04-011-1/+1
* use our own portable version of usleep using select()Warren Dukes2004-04-011-0/+14
* when stripping return chars, just replace them with spacesWarren Dukes2004-03-091-2/+2
* strip return characters that are in the id3 tagsWarren Dukes2004-03-091-0/+6
* import from SF CVSWarren Dukes2004-02-231-0/+39