aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils.c (unfollow)
Commit message (Expand)AuthorFilesLines
2011-12-12configure/utils: Add ipv6 support for mingw buildAvuton Olrich1-1/+5
2011-09-09utils: parsePath() returns GError on failureMax Kellermann1-6/+21
2011-09-09utils: pass a const string to parsePath()Max Kellermann1-14/+12
2011-09-09utils: eliminate local variable "pos"Max Kellermann1-3/+4
2011-01-29copyright year 2011Max Kellermann1-1/+1
2010-12-23utils: move string_array_contains() to string_util.cMax Kellermann1-13/+0
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-11-12include config.h in all sourcesMax Kellermann1-1/+1
2009-11-08utils: removed function set_nonblocking()Max Kellermann1-30/+0
2009-11-06utils: renamed stringFoundInStringArray()Max Kellermann1-7/+9
2009-10-20mapper, update, ...: use g_build_filename(), G_DIR_SEPARATOR, ...Max Kellermann1-1/+1
2009-04-28utils: use g_ascii_strcasecmp() instead of strcasecmp()Max Kellermann1-1/+1
2009-03-27More debugging for Win32 ioctlsocket: complain if it's not a WinsockSean McNamara1-3/+12
2009-03-13all: Update copyright header.Avuton Olrich1-6/+7
2009-02-19utils: use g_usleep() instead of my_usleep()Max Kellermann1-14/+0
2009-01-25use config_get_string() instead of config_get_param()Max Kellermann1-5/+4
2009-01-17conf: no CamelCase, part IMax Kellermann1-1/+1
2009-01-08added missing explicit config.h includesMax Kellermann1-2/+1
2009-01-03utils: removed unused functionsMax Kellermann1-55/+3
2009-01-03tag: use g_strescape() to eliminate evil charactersMax Kellermann1-7/+0
2009-01-03listen: use GLib instead of utils.hMax Kellermann1-14/+0
2008-12-30main_notify: make the read side of the pipe blockingMax Kellermann1-10/+0
2008-12-30utils: port set_nonblocking() to WIN32Max Kellermann1-0/+6
2008-12-30utils: implement my_usleep() with Sleep() on WIN32Max Kellermann1-0/+8
2008-12-29utils: implement parsePath() with g_strdup() on WIN32Max Kellermann1-2/+10
2008-12-29utils: use g_get_home_dir()Max Kellermann1-6/+4
2008-12-29utils: make variables more local in parsePath()Max Kellermann1-16/+22
2008-12-29utils: use GLib loggingMax Kellermann1-14/+13
2008-12-28Remove xpthread_* wrappersThomas Jansen1-28/+0
2008-12-28utils: removed myFgets()Max Kellermann1-12/+0
2008-12-09utils: moving stringFoundInStringArray() from decoder into utilsViliam Mateicka1-0/+11
2008-12-02replaced mpd_malloc by G_GNUC_MALLOCThomas Jansen1-4/+4
2008-12-02replaced mpd_likely/mpd_unlikely by G_LIKELY/G_UNLIKELYThomas Jansen1-7/+8
2008-11-01utils: use GUINT32_FROM_LE() instead of readLEuint32()Max Kellermann1-7/+0
2008-10-29log: don't use utils.hMax Kellermann1-20/+0
2008-10-28utils: use g_str_has_prefix() instead of prefixcmp()Max Kellermann1-10/+0
2008-10-15locate: use g_utf8_casefold() instead of string_toupper()Max Kellermann1-18/+0
2008-10-08don't include os_compat.hMax Kellermann1-0/+11
2008-09-23Add prefixcmp() (stol^H^H^H^Hborrowed from git)Eric Wong1-0/+10
2008-06-30utils: pthread_{mutex,cond}_init can fail, so check for itEric Wong1-0/+14
2008-06-30utils: add new unforgiving utility functionsEric Wong1-0/+24
2008-04-12clean up CPP includesMax Kellermann1-1/+2
2008-03-26notify: cleanupsEric Wong1-0/+15
2008-03-26fix "unreachable code" warningMax Kellermann1-1/+2
2008-01-03Cleanup #includes of standard system headers and put them in one placeEric Wong1-13/+1
2008-01-01Revert r7111 and begin to properly fix storedPlaylist codeEric Wong1-5/+1
2007-12-31Don't let xstrdup(s) crash crash when s is NULL, but return Null in steadQball Cow1-1/+5
2007-12-28Merge branches/ew r7104Eric Wong1-5/+13
2007-06-13Adding parsePath and making parseConfigFilePath use it.J. Alexander Treuman1-0/+58
2007-04-05The massive copyright updateAvuton Olrich1-1/+1