aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils.c (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-13/+0
* Update copyright notices.Avuton Olrich2009-12-311-1/+1
* include config.h in all sourcesMax Kellermann2009-11-121-1/+1
* utils: removed function set_nonblocking()Max Kellermann2009-11-081-30/+0
* utils: renamed stringFoundInStringArray()Max Kellermann2009-11-061-7/+9
* mapper, update, ...: use g_build_filename(), G_DIR_SEPARATOR, ...Max Kellermann2009-10-201-1/+1
* utils: use g_ascii_strcasecmp() instead of strcasecmp()Max Kellermann2009-04-281-1/+1
* More debugging for Win32 ioctlsocket: complain if it's not a WinsockSean McNamara2009-03-271-3/+12
* all: Update copyright header.Avuton Olrich2009-03-131-6/+7
* utils: use g_usleep() instead of my_usleep()Max Kellermann2009-02-191-14/+0
* use config_get_string() instead of config_get_param()Max Kellermann2009-01-251-5/+4
* conf: no CamelCase, part IMax Kellermann2009-01-171-1/+1
* added missing explicit config.h includesMax Kellermann2009-01-081-2/+1
* utils: removed unused functionsMax Kellermann2009-01-031-55/+3
* tag: use g_strescape() to eliminate evil charactersMax Kellermann2009-01-031-7/+0
* listen: use GLib instead of utils.hMax Kellermann2009-01-031-14/+0
* main_notify: make the read side of the pipe blockingMax Kellermann2008-12-301-10/+0
* utils: port set_nonblocking() to WIN32Max Kellermann2008-12-301-0/+6
* utils: implement my_usleep() with Sleep() on WIN32Max Kellermann2008-12-301-0/+8
* utils: implement parsePath() with g_strdup() on WIN32Max Kellermann2008-12-291-2/+10
* utils: use g_get_home_dir()Max Kellermann2008-12-291-6/+4
* utils: make variables more local in parsePath()Max Kellermann2008-12-291-16/+22
* utils: use GLib loggingMax Kellermann2008-12-291-14/+13
* Remove xpthread_* wrappersThomas Jansen2008-12-281-28/+0
* utils: removed myFgets()Max Kellermann2008-12-281-12/+0
* utils: moving stringFoundInStringArray() from decoder into utilsViliam Mateicka2008-12-091-0/+11
* replaced mpd_malloc by G_GNUC_MALLOCThomas Jansen2008-12-021-4/+4
* replaced mpd_likely/mpd_unlikely by G_LIKELY/G_UNLIKELYThomas Jansen2008-12-021-7/+8
* utils: use GUINT32_FROM_LE() instead of readLEuint32()Max Kellermann2008-11-011-7/+0
* log: don't use utils.hMax Kellermann2008-10-291-20/+0
* utils: use g_str_has_prefix() instead of prefixcmp()Max Kellermann2008-10-281-10/+0
* locate: use g_utf8_casefold() instead of string_toupper()Max Kellermann2008-10-151-18/+0
* don't include os_compat.hMax Kellermann2008-10-081-0/+11
* Add prefixcmp() (stol^H^H^H^Hborrowed from git)Eric Wong2008-09-231-0/+10
* utils: pthread_{mutex,cond}_init can fail, so check for itEric Wong2008-06-301-0/+14
* utils: add new unforgiving utility functionsEric Wong2008-06-301-0/+24
* clean up CPP includesMax Kellermann2008-04-121-1/+2
* notify: cleanupsEric Wong2008-03-261-0/+15
* fix "unreachable code" warningMax Kellermann2008-03-261-1/+2
* Cleanup #includes of standard system headers and put them in one placeEric Wong2008-01-031-13/+1
* Revert r7111 and begin to properly fix storedPlaylist codeEric Wong2008-01-011-5/+1
* Don't let xstrdup(s) crash crash when s is NULL, but return Null in steadQball Cow2007-12-311-1/+5
* Merge branches/ew r7104Eric Wong2007-12-281-5/+13
* Adding parsePath and making parseConfigFilePath use it.J. Alexander Treuman2007-06-131-0/+58
* The massive copyright updateAvuton Olrich2007-04-051-1/+1
* utils.c: fix xreallocEric Wong2006-09-071-5/+6
* Replace strdup and {c,re,m}alloc with x* variants to check for OOM errorsEric Wong2006-08-261-3/+55
* Add mpd-indent.shAvuton Olrich2006-07-201-29/+36
* sparse: ANSI-fy function declarationsEric Wong2006-07-171-1/+1