aboutsummaryrefslogtreecommitdiff
path: root/src/utils.c
Commit message (Expand)AuthorAge
* require GLib 2.24Max Kellermann2013-01-29
* Merge branch 'v0.16.x'Max Kellermann2011-12-13
|\
| * configure/utils: Add ipv6 support for mingw buildAvuton Olrich2011-12-12
* | utils: parsePath() returns GError on failureMax Kellermann2011-09-09
* | utils: pass a const string to parsePath()Max Kellermann2011-09-09
* | utils: eliminate local variable "pos"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
* include config.h in all sourcesMax Kellermann2009-11-12
* utils: removed function set_nonblocking()Max Kellermann2009-11-08
* utils: renamed stringFoundInStringArray()Max Kellermann2009-11-06
* mapper, update, ...: use g_build_filename(), G_DIR_SEPARATOR, ...Max Kellermann2009-10-20
* utils: use g_ascii_strcasecmp() instead of strcasecmp()Max Kellermann2009-04-28
* More debugging for Win32 ioctlsocket: complain if it's not a WinsockSean McNamara2009-03-27
* all: Update copyright header.Avuton Olrich2009-03-13
* utils: use g_usleep() instead of my_usleep()Max Kellermann2009-02-19
* use config_get_string() instead of config_get_param()Max Kellermann2009-01-25
* conf: no CamelCase, part IMax Kellermann2009-01-17
* added missing explicit config.h includesMax Kellermann2009-01-08
* 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
* utils: port set_nonblocking() to WIN32Max Kellermann2008-12-30
* utils: implement my_usleep() with Sleep() on WIN32Max Kellermann2008-12-30
* utils: implement parsePath() with g_strdup() on WIN32Max Kellermann2008-12-29
* utils: use g_get_home_dir()Max Kellermann2008-12-29
* utils: make variables more local in parsePath()Max Kellermann2008-12-29
* utils: use GLib loggingMax Kellermann2008-12-29
* 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
* replaced mpd_likely/mpd_unlikely by G_LIKELY/G_UNLIKELYThomas Jansen2008-12-02
* utils: use GUINT32_FROM_LE() instead of readLEuint32()Max Kellermann2008-11-01
* 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
* 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
* fix "unreachable code" warningMax Kellermann2008-03-26
* Cleanup #includes of standard system headers and put them in one placeEric Wong2008-01-03
* Revert r7111 and begin to properly fix storedPlaylist codeEric Wong2008-01-01
* Don't let xstrdup(s) crash crash when s is NULL, but return Null in steadQball Cow2007-12-31
* Merge branches/ew r7104Eric Wong2007-12-28