aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils.c (unfollow)
Commit message (Expand)AuthorFilesLines
2007-06-13Adding parsePath and making parseConfigFilePath use it.J. Alexander Treuman1-0/+58
2007-04-05The massive copyright updateAvuton Olrich1-1/+1
2006-09-07utils.c: fix xreallocEric Wong1-5/+6
2006-08-26Replace strdup and {c,re,m}alloc with x* variants to check for OOM errorsEric Wong1-3/+55
2006-07-20Add mpd-indent.shAvuton Olrich1-29/+36
2006-07-17sparse: ANSI-fy function declarationsEric Wong1-1/+1
2006-07-15[CLEANUP] Cleanup whitespace->tabsAvuton Olrich1-22/+21
2006-07-14Change shank's email addressJ. Alexander Treuman1-1/+1
2006-07-13Huge header update, update the copyright and addAvuton Olrich1-1/+1
2005-04-30fix bug 421: database read failed with newline in ID3-tagWarren Dukes1-1/+1
2005-03-07add support for parsing ape tags in musepack filesWarren Dukes1-0/+8
2004-08-10for improperly config file lines, print the line numberWarren Dukes1-0/+3
2004-06-12Add WARNING log method. it's the same as ERROR, except that when mpd starts,Warren Dukes1-1/+19
2004-05-15move ipv6supported from listen.c to utils.cWarren Dukes1-0/+13
2004-04-14add vim shiznit to end of all source filesWarren Dukes1-0/+1
2004-04-01move sys/types.h include in utils.c, so it works for FreeBSD, from MDRWarren Dukes1-1/+1
2004-04-01use our own portable version of usleep using select()Warren Dukes1-0/+14
2004-03-09when stripping return chars, just replace them with spacesWarren Dukes1-2/+2
2004-03-09strip return characters that are in the id3 tagsWarren Dukes1-0/+6