aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils.c (unfollow)
Commit message (Expand)AuthorFilesLines
2008-09-20Add prefixcmp() (stol^H^H^H^Hborrowed from git)Eric Wong1-0/+10
2008-06-30utils: pthread_{mutex,cond}_init can fail, so check for itEric Wong1-0/+14
2008-06-30utils: add new unforgiving utility functionsEric Wong1-0/+24
2008-04-12clean up CPP includesMax Kellermann1-1/+2
2008-03-26notify: cleanupsEric Wong1-0/+15
2008-03-26fix "unreachable code" warningMax Kellermann1-1/+2
2008-01-03Cleanup #includes of standard system headers and put them in one placeEric Wong1-13/+1
2008-01-01Revert r7111 and begin to properly fix storedPlaylist codeEric Wong1-5/+1
2007-12-31Don't let xstrdup(s) crash crash when s is NULL, but return Null in steadQball Cow1-1/+5
2007-12-28Merge branches/ew r7104Eric Wong1-5/+13
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