aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* copyright year 2011Max Kellermann2011-01-291-1/+1
* utils: move string_array_contains() to string_util.cMax Kellermann2010-12-231-11/+0
* Update copyright notices.Avuton Olrich2009-12-311-1/+1
* utils: removed function set_nonblocking()Max Kellermann2009-11-081-2/+0
* utils: renamed stringFoundInStringArray()Max Kellermann2009-11-061-1/+12
* all: Update copyright header.Avuton Olrich2009-03-131-6/+7
* utils: use g_usleep() instead of my_usleep()Max Kellermann2009-02-191-2/+0
* utils: removed unused functionsMax Kellermann2009-01-031-57/+0
* tag: use g_strescape() to eliminate evil charactersMax Kellermann2009-01-031-2/+0
* listen: use GLib instead of utils.hMax Kellermann2009-01-031-2/+0
* main_notify: make the read side of the pipe blockingMax Kellermann2008-12-301-2/+0
* Remove xpthread_* wrappersThomas Jansen2008-12-281-9/+0
* utils: removed myFgets()Max Kellermann2008-12-281-2/+0
* utils: moving stringFoundInStringArray() from decoder into utilsViliam Mateicka2008-12-091-0/+2
* replaced mpd_malloc by G_GNUC_MALLOCThomas Jansen2008-12-021-6/+5
* utils: introduce assert_static()Laszlo Ashin2008-11-221-0/+9
* utils: use GUINT32_FROM_LE() instead of readLEuint32()Max Kellermann2008-11-011-2/+0
* added prefix to header macrosMax Kellermann2008-10-311-2/+2
* log: don't use utils.hMax Kellermann2008-10-291-2/+0
* utils: use g_str_has_prefix() instead of prefixcmp()Max Kellermann2008-10-281-2/+0
* locate: use g_utf8_casefold() instead of string_toupper()Max Kellermann2008-10-151-4/+0
* don't include os_compat.hMax Kellermann2008-10-081-1/+6
* Add prefixcmp() (stol^H^H^H^Hborrowed from git)Eric Wong2008-09-231-0/+2
* added xfree() which takes a const pointerMax Kellermann2008-08-291-0/+13
* utils: pthread_{mutex,cond}_init can fail, so check for itEric Wong2008-06-301-0/+4
* utils: add new unforgiving utility functionsEric Wong2008-06-301-0/+6
* clean up CPP includesMax Kellermann2008-04-121-1/+0
* notify: cleanupsEric Wong2008-03-261-0/+2
* Cleanup #includes of standard system headers and put them in one placeEric Wong2008-01-031-8/+1
* Merge branches/ew r7104Eric Wong2007-12-281-1/+3
* Adding parsePath and making parseConfigFilePath use it.J. Alexander Treuman2007-06-131-0/+2
* The massive copyright updateAvuton Olrich2007-04-051-1/+1
* Replace strdup and {c,re,m}alloc with x* variants to check for OOM errorsEric Wong2006-08-261-0/+9
* get rid of the pointless xopen wrapper, open(2) does not throw errno = EINTREric Wong2006-08-221-7/+0
* Fix warnings for -Wmissing-prototypesAvuton Olrich2006-08-201-1/+1
* Standardize state_file handling routines.Eric Wong2006-07-301-0/+2
* interface/connection malloc reductions from mpd-keEric Wong2006-07-301-0/+41
* Add mpd-indent.shAvuton Olrich2006-07-201-5/+5
* Change shank's email addressJ. Alexander Treuman2006-07-141-1/+1
* Huge header update, update the copyright and addAvuton Olrich2006-07-131-1/+1
* add support for parsing ape tags in musepack filesWarren Dukes2005-03-071-0/+2
* Add WARNING log method. it's the same as ERROR, except that when mpd starts,Warren Dukes2004-06-121-1/+2
* move ipv6supported from listen.c to utils.cWarren Dukes2004-05-151-0/+2
* add vim shiznit to end of all source filesWarren Dukes2004-04-141-0/+1
* use our own portable version of usleep using select()Warren Dukes2004-04-011-0/+2
* bunch of autotool cleanupsWarren Dukes2004-03-181-0/+2
* strip return characters that are in the id3 tagsWarren Dukes2004-03-091-0/+2
* import from SF CVSWarren Dukes2004-02-231-0/+28