summaryrefslogtreecommitdiff
path: root/src/utils.h
AgeCommit message (Expand)Author
2009-03-13all: Update copyright header.Avuton Olrich
2009-02-19utils: use g_usleep() instead of my_usleep()Max Kellermann
2009-01-03utils: removed unused functionsMax Kellermann
2009-01-03tag: use g_strescape() to eliminate evil charactersMax Kellermann
2009-01-03listen: use GLib instead of utils.hMax Kellermann
2008-12-30main_notify: make the read side of the pipe blockingMax Kellermann
2008-12-28Remove xpthread_* wrappersThomas Jansen
2008-12-28utils: removed myFgets()Max Kellermann
2008-12-09utils: moving stringFoundInStringArray() from decoder into utilsViliam Mateicka
2008-12-02replaced mpd_malloc by G_GNUC_MALLOCThomas Jansen
2008-11-22utils: introduce assert_static()Laszlo Ashin
2008-11-01utils: use GUINT32_FROM_LE() instead of readLEuint32()Max Kellermann
2008-10-31added prefix to header macrosMax 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-08-29added xfree() which takes a const pointerMax Kellermann
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-01-03Cleanup #includes of standard system headers and put them in one placeEric Wong
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-08-26Replace strdup and {c,re,m}alloc with x* variants to check for OOM errorsEric Wong
2006-08-22get rid of the pointless xopen wrapper, open(2) does not throw errno = EINTREric Wong
2006-08-20Fix warnings for -Wmissing-prototypesAvuton Olrich
2006-07-30Standardize state_file handling routines.Eric Wong
2006-07-30interface/connection malloc reductions from mpd-keEric Wong
2006-07-20Add mpd-indent.shAvuton Olrich
2006-07-14Change shank's email addressJ. Alexander Treuman
2006-07-13Huge header update, update the copyright and addAvuton Olrich
2005-03-07add support for parsing ape tags in musepack filesWarren 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-01use our own portable version of usleep using select()Warren Dukes
2004-03-18bunch of autotool cleanupsWarren Dukes
2004-03-09strip return characters that are in the id3 tagsWarren Dukes
2004-02-23import from SF CVSWarren Dukes