aboutsummaryrefslogtreecommitdiff
path: root/src/utils.h
Commit message (Expand)AuthorAge
* decoder/wavpack: convert to C++Max Kellermann2013-01-10
* DatabaseVisitor, ...: use GError forward declarationMax Kellermann2012-08-02
* utils: parsePath() returns GError on failureMax Kellermann2011-09-09
* utils: pass a const string to parsePath()Max Kellermann2011-09-09
* copyright year 2011Max Kellermann2011-01-29
* utils: move string_array_contains() to string_util.cMax Kellermann2010-12-23
* Update copyright notices.Avuton Olrich2009-12-31
* utils: removed function set_nonblocking()Max Kellermann2009-11-08
* utils: renamed stringFoundInStringArray()Max Kellermann2009-11-06
* all: Update copyright header.Avuton Olrich2009-03-13
* utils: use g_usleep() instead of my_usleep()Max Kellermann2009-02-19
* utils: removed unused functionsMax Kellermann2009-01-03
* tag: use g_strescape() to eliminate evil charactersMax Kellermann2009-01-03
* listen: use GLib instead of utils.hMax Kellermann2009-01-03
* main_notify: make the read side of the pipe blockingMax Kellermann2008-12-30
* Remove xpthread_* wrappersThomas Jansen2008-12-28
* utils: removed myFgets()Max Kellermann2008-12-28
* utils: moving stringFoundInStringArray() from decoder into utilsViliam Mateicka2008-12-09
* replaced mpd_malloc by G_GNUC_MALLOCThomas Jansen2008-12-02
* utils: introduce assert_static()Laszlo Ashin2008-11-22
* utils: use GUINT32_FROM_LE() instead of readLEuint32()Max Kellermann2008-11-01
* added prefix to header macrosMax Kellermann2008-10-31
* log: don't use utils.hMax Kellermann2008-10-29
* utils: use g_str_has_prefix() instead of prefixcmp()Max Kellermann2008-10-28
* locate: use g_utf8_casefold() instead of string_toupper()Max Kellermann2008-10-15
* don't include os_compat.hMax Kellermann2008-10-08
* Add prefixcmp() (stol^H^H^H^Hborrowed from git)Eric Wong2008-09-23
* added xfree() which takes a const pointerMax Kellermann2008-08-29
* utils: pthread_{mutex,cond}_init can fail, so check for itEric Wong2008-06-30
* utils: add new unforgiving utility functionsEric Wong2008-06-30
* clean up CPP includesMax Kellermann2008-04-12
* notify: cleanupsEric Wong2008-03-26
* Cleanup #includes of standard system headers and put them in one placeEric Wong2008-01-03
* Merge branches/ew r7104Eric Wong2007-12-28
* Adding parsePath and making parseConfigFilePath use it.J. Alexander Treuman2007-06-13
* The massive copyright updateAvuton Olrich2007-04-05
* Replace strdup and {c,re,m}alloc with x* variants to check for OOM errorsEric Wong2006-08-26
* get rid of the pointless xopen wrapper, open(2) does not throw errno = EINTREric Wong2006-08-22
* Fix warnings for -Wmissing-prototypesAvuton Olrich2006-08-20
* Standardize state_file handling routines.Eric Wong2006-07-30
* interface/connection malloc reductions from mpd-keEric Wong2006-07-30
* Add mpd-indent.shAvuton Olrich2006-07-20
* Change shank's email addressJ. Alexander Treuman2006-07-14
* Huge header update, update the copyright and addAvuton Olrich2006-07-13
* add support for parsing ape tags in musepack filesWarren Dukes2005-03-07
* Add WARNING log method. it's the same as ERROR, except that when mpd starts,Warren Dukes2004-06-12
* move ipv6supported from listen.c to utils.cWarren Dukes2004-05-15
* add vim shiznit to end of all source filesWarren Dukes2004-04-14
* use our own portable version of usleep using select()Warren Dukes2004-04-01
* bunch of autotool cleanupsWarren Dukes2004-03-18