| Commit message (Expand) | Author | Age | Files | Lines |
* | utils: use g_ascii_strcasecmp() instead of strcasecmp() | Max Kellermann | 2009-04-28 | 1 | -1/+1 |
* | More debugging for Win32 ioctlsocket: complain if it's not a Winsock | Sean McNamara | 2009-03-27 | 1 | -3/+12 |
* | all: Update copyright header. | Avuton Olrich | 2009-03-13 | 1 | -6/+7 |
* | utils: use g_usleep() instead of my_usleep() | Max Kellermann | 2009-02-19 | 1 | -14/+0 |
* | use config_get_string() instead of config_get_param() | Max Kellermann | 2009-01-25 | 1 | -5/+4 |
* | conf: no CamelCase, part I | Max Kellermann | 2009-01-17 | 1 | -1/+1 |
* | added missing explicit config.h includes | Max Kellermann | 2009-01-08 | 1 | -2/+1 |
* | utils: removed unused functions | Max Kellermann | 2009-01-03 | 1 | -55/+3 |
* | tag: use g_strescape() to eliminate evil characters | Max Kellermann | 2009-01-03 | 1 | -7/+0 |
* | listen: use GLib instead of utils.h | Max Kellermann | 2009-01-03 | 1 | -14/+0 |
* | main_notify: make the read side of the pipe blocking | Max Kellermann | 2008-12-30 | 1 | -10/+0 |
* | utils: port set_nonblocking() to WIN32 | Max Kellermann | 2008-12-30 | 1 | -0/+6 |
* | utils: implement my_usleep() with Sleep() on WIN32 | Max Kellermann | 2008-12-30 | 1 | -0/+8 |
* | utils: implement parsePath() with g_strdup() on WIN32 | Max Kellermann | 2008-12-29 | 1 | -2/+10 |
* | utils: use g_get_home_dir() | Max Kellermann | 2008-12-29 | 1 | -6/+4 |
* | utils: make variables more local in parsePath() | Max Kellermann | 2008-12-29 | 1 | -16/+22 |
* | utils: use GLib logging | Max Kellermann | 2008-12-29 | 1 | -14/+13 |
* | Remove xpthread_* wrappers | Thomas Jansen | 2008-12-28 | 1 | -28/+0 |
* | utils: removed myFgets() | Max Kellermann | 2008-12-28 | 1 | -12/+0 |
* | utils: moving stringFoundInStringArray() from decoder into utils | Viliam Mateicka | 2008-12-09 | 1 | -0/+11 |
* | replaced mpd_malloc by G_GNUC_MALLOC | Thomas Jansen | 2008-12-02 | 1 | -4/+4 |
* | replaced mpd_likely/mpd_unlikely by G_LIKELY/G_UNLIKELY | Thomas Jansen | 2008-12-02 | 1 | -7/+8 |
* | utils: use GUINT32_FROM_LE() instead of readLEuint32() | Max Kellermann | 2008-11-01 | 1 | -7/+0 |
* | log: don't use utils.h | Max Kellermann | 2008-10-29 | 1 | -20/+0 |
* | utils: use g_str_has_prefix() instead of prefixcmp() | Max Kellermann | 2008-10-28 | 1 | -10/+0 |
* | locate: use g_utf8_casefold() instead of string_toupper() | Max Kellermann | 2008-10-15 | 1 | -18/+0 |
* | don't include os_compat.h | Max Kellermann | 2008-10-08 | 1 | -0/+11 |
* | Add prefixcmp() (stol^H^H^H^Hborrowed from git) | Eric Wong | 2008-09-23 | 1 | -0/+10 |
* | utils: pthread_{mutex,cond}_init can fail, so check for it | Eric Wong | 2008-06-30 | 1 | -0/+14 |
* | utils: add new unforgiving utility functions | Eric Wong | 2008-06-30 | 1 | -0/+24 |
* | clean up CPP includes | Max Kellermann | 2008-04-12 | 1 | -1/+2 |
* | notify: cleanups | Eric Wong | 2008-03-26 | 1 | -0/+15 |
* | fix "unreachable code" warning | Max Kellermann | 2008-03-26 | 1 | -1/+2 |
* | Cleanup #includes of standard system headers and put them in one place | Eric Wong | 2008-01-03 | 1 | -13/+1 |
* | Revert r7111 and begin to properly fix storedPlaylist code | Eric Wong | 2008-01-01 | 1 | -5/+1 |
* | Don't let xstrdup(s) crash crash when s is NULL, but return Null in stead | Qball Cow | 2007-12-31 | 1 | -1/+5 |
* | Merge branches/ew r7104 | Eric Wong | 2007-12-28 | 1 | -5/+13 |
* | Adding parsePath and making parseConfigFilePath use it. | J. Alexander Treuman | 2007-06-13 | 1 | -0/+58 |
* | The massive copyright update | Avuton Olrich | 2007-04-05 | 1 | -1/+1 |
* | utils.c: fix xrealloc | Eric Wong | 2006-09-07 | 1 | -5/+6 |
* | Replace strdup and {c,re,m}alloc with x* variants to check for OOM errors | Eric Wong | 2006-08-26 | 1 | -3/+55 |
* | Add mpd-indent.sh | Avuton Olrich | 2006-07-20 | 1 | -29/+36 |
* | sparse: ANSI-fy function declarations | Eric Wong | 2006-07-17 | 1 | -1/+1 |
* | [CLEANUP] Cleanup whitespace->tabs | Avuton Olrich | 2006-07-15 | 1 | -22/+21 |
* | Change shank's email address | J. Alexander Treuman | 2006-07-14 | 1 | -1/+1 |
* | Huge header update, update the copyright and add | Avuton Olrich | 2006-07-13 | 1 | -1/+1 |
* | fix bug 421: database read failed with newline in ID3-tag | Warren Dukes | 2005-04-30 | 1 | -1/+1 |
* | add support for parsing ape tags in musepack files | Warren Dukes | 2005-03-07 | 1 | -0/+8 |
* | for improperly config file lines, print the line number | Warren Dukes | 2004-08-10 | 1 | -0/+3 |
* | Add WARNING log method. it's the same as ERROR, except that when mpd starts, | Warren Dukes | 2004-06-12 | 1 | -1/+19 |