Age | Commit message (Expand) | Author |
2008-12-02 | replaced mpd_malloc by G_GNUC_MALLOC | Thomas Jansen |
2008-12-02 | replaced mpd_likely/mpd_unlikely by G_LIKELY/G_UNLIKELY | Thomas Jansen |
2008-11-01 | utils: use GUINT32_FROM_LE() instead of readLEuint32() | Max Kellermann |
2008-10-29 | log: don't use utils.h | Max Kellermann |
2008-10-28 | utils: use g_str_has_prefix() instead of prefixcmp() | Max Kellermann |
2008-10-15 | locate: use g_utf8_casefold() instead of string_toupper() | Max Kellermann |
2008-10-08 | don't include os_compat.h | Max Kellermann |
2008-09-23 | Add prefixcmp() (stol^H^H^H^Hborrowed from git) | Eric Wong |
2008-06-30 | utils: pthread_{mutex,cond}_init can fail, so check for it | Eric Wong |
2008-06-30 | utils: add new unforgiving utility functions | Eric Wong |
2008-04-12 | clean up CPP includes | Max Kellermann |
2008-03-26 | notify: cleanups | Eric Wong |
2008-03-26 | fix "unreachable code" warning | Max Kellermann |
2008-01-03 | Cleanup #includes of standard system headers and put them in one place | Eric Wong |
2008-01-01 | Revert r7111 and begin to properly fix storedPlaylist code | Eric Wong |
2007-12-31 | Don't let xstrdup(s) crash crash when s is NULL, but return Null in stead | Qball Cow |
2007-12-28 | Merge branches/ew r7104 | Eric Wong |
2007-06-13 | Adding parsePath and making parseConfigFilePath use it. | J. Alexander Treuman |
2007-04-05 | The massive copyright update | Avuton Olrich |
2006-09-07 | utils.c: fix xrealloc | Eric Wong |
2006-08-26 | Replace strdup and {c,re,m}alloc with x* variants to check for OOM errors | Eric Wong |
2006-07-20 | Add mpd-indent.sh | Avuton Olrich |
2006-07-17 | sparse: ANSI-fy function declarations | Eric Wong |
2006-07-15 | [CLEANUP] Cleanup whitespace->tabs | Avuton Olrich |
2006-07-14 | Change shank's email address | J. Alexander Treuman |
2006-07-13 | Huge header update, update the copyright and add | Avuton Olrich |
2005-04-30 | fix bug 421: database read failed with newline in ID3-tag | Warren Dukes |
2005-03-07 | add support for parsing ape tags in musepack files | Warren Dukes |
2004-08-10 | for improperly config file lines, print the line number | Warren Dukes |
2004-06-12 | Add WARNING log method. it's the same as ERROR, except that when mpd starts, | Warren Dukes |
2004-05-15 | move ipv6supported from listen.c to utils.c | Warren Dukes |
2004-04-14 | add vim shiznit to end of all source files | Warren Dukes |
2004-04-01 | move sys/types.h include in utils.c, so it works for FreeBSD, from MDR | Warren Dukes |
2004-04-01 | use our own portable version of usleep using select() | Warren Dukes |
2004-03-09 | when stripping return chars, just replace them with spaces | Warren Dukes |
2004-03-09 | strip return characters that are in the id3 tags | Warren Dukes |
2004-02-23 | import from SF CVS | Warren Dukes |