aboutsummaryrefslogtreecommitdiff
path: root/src/utils.c
Commit message (Expand)AuthorAge
* 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
* Adding parsePath and making parseConfigFilePath use it.J. Alexander Treuman2007-06-13
* The massive copyright updateAvuton Olrich2007-04-05
* utils.c: fix xreallocEric Wong2006-09-07
* Replace strdup and {c,re,m}alloc with x* variants to check for OOM errorsEric Wong2006-08-26
* Add mpd-indent.shAvuton Olrich2006-07-20
* sparse: ANSI-fy function declarationsEric Wong2006-07-17
* [CLEANUP] Cleanup whitespace->tabsAvuton Olrich2006-07-15
* Change shank's email addressJ. Alexander Treuman2006-07-14
* Huge header update, update the copyright and addAvuton Olrich2006-07-13
* fix bug 421: database read failed with newline in ID3-tagWarren Dukes2005-04-30
* add support for parsing ape tags in musepack filesWarren Dukes2005-03-07
* for improperly config file lines, print the line numberWarren Dukes2004-08-10
* Add WARNING log method. it's the same as ERROR, except that when mpd starts,Warren Dukes2004-06-12
* move ipv6supported from listen.c to utils.cWarren Dukes2004-05-15
* add vim shiznit to end of all source filesWarren Dukes2004-04-14
* move sys/types.h include in utils.c, so it works for FreeBSD, from MDRWarren Dukes2004-04-01
* use our own portable version of usleep using select()Warren Dukes2004-04-01
* when stripping return chars, just replace them with spacesWarren Dukes2004-03-09
* strip return characters that are in the id3 tagsWarren Dukes2004-03-09
* import from SF CVSWarren Dukes2004-02-23