summaryrefslogtreecommitdiff
path: root/src/utils.c
AgeCommit message (Expand)Author
2008-12-02replaced mpd_malloc by G_GNUC_MALLOCThomas Jansen
2008-12-02replaced mpd_likely/mpd_unlikely by G_LIKELY/G_UNLIKELYThomas Jansen
2008-11-01utils: use GUINT32_FROM_LE() instead of readLEuint32()Max Kellermann
2008-10-29log: don't use utils.hMax Kellermann
2008-10-28utils: use g_str_has_prefix() instead of prefixcmp()Max Kellermann
2008-10-15locate: use g_utf8_casefold() instead of string_toupper()Max Kellermann
2008-10-08don't include os_compat.hMax Kellermann
2008-09-23Add prefixcmp() (stol^H^H^H^Hborrowed from git)Eric Wong
2008-06-30utils: pthread_{mutex,cond}_init can fail, so check for itEric Wong
2008-06-30utils: add new unforgiving utility functionsEric Wong
2008-04-12clean up CPP includesMax Kellermann
2008-03-26notify: cleanupsEric Wong
2008-03-26fix "unreachable code" warningMax Kellermann
2008-01-03Cleanup #includes of standard system headers and put them in one placeEric Wong
2008-01-01Revert r7111 and begin to properly fix storedPlaylist codeEric Wong
2007-12-31Don't let xstrdup(s) crash crash when s is NULL, but return Null in steadQball Cow
2007-12-28Merge branches/ew r7104Eric Wong
2007-06-13Adding parsePath and making parseConfigFilePath use it.J. Alexander Treuman
2007-04-05The massive copyright updateAvuton Olrich
2006-09-07utils.c: fix xreallocEric Wong
2006-08-26Replace strdup and {c,re,m}alloc with x* variants to check for OOM errorsEric Wong
2006-07-20Add mpd-indent.shAvuton Olrich
2006-07-17sparse: ANSI-fy function declarationsEric Wong
2006-07-15[CLEANUP] Cleanup whitespace->tabsAvuton Olrich
2006-07-14Change shank's email addressJ. Alexander Treuman
2006-07-13Huge header update, update the copyright and addAvuton Olrich
2005-04-30fix bug 421: database read failed with newline in ID3-tagWarren Dukes
2005-03-07add support for parsing ape tags in musepack filesWarren Dukes
2004-08-10for improperly config file lines, print the line numberWarren Dukes
2004-06-12Add WARNING log method. it's the same as ERROR, except that when mpd starts,Warren Dukes
2004-05-15move ipv6supported from listen.c to utils.cWarren Dukes
2004-04-14add vim shiznit to end of all source filesWarren Dukes
2004-04-01move sys/types.h include in utils.c, so it works for FreeBSD, from MDRWarren Dukes
2004-04-01use our own portable version of usleep using select()Warren Dukes
2004-03-09when stripping return chars, just replace them with spacesWarren Dukes
2004-03-09strip return characters that are in the id3 tagsWarren Dukes
2004-02-23import from SF CVSWarren Dukes