aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils.c (unfollow)
Commit message (Expand)AuthorFilesLines
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
2006-09-07utils.c: fix xreallocEric Wong1-5/+6
2006-08-26Replace strdup and {c,re,m}alloc with x* variants to check for OOM errorsEric Wong1-3/+55
2006-07-20Add mpd-indent.shAvuton Olrich1-29/+36
2006-07-17sparse: ANSI-fy function declarationsEric Wong1-1/+1
2006-07-15[CLEANUP] Cleanup whitespace->tabsAvuton Olrich1-22/+21
2006-07-14Change shank's email addressJ. Alexander Treuman1-1/+1
2006-07-13Huge header update, update the copyright and addAvuton Olrich1-1/+1
2005-04-30fix bug 421: database read failed with newline in ID3-tagWarren Dukes1-1/+1
2005-03-07add support for parsing ape tags in musepack filesWarren Dukes1-0/+8
2004-08-10for improperly config file lines, print the line numberWarren Dukes1-0/+3
2004-06-12Add WARNING log method. it's the same as ERROR, except that when mpd starts,Warren Dukes1-1/+19
2004-05-15move ipv6supported from listen.c to utils.cWarren Dukes1-0/+13