aboutsummaryrefslogtreecommitdiffstats
path: root/src/util/StringUtil.hxx (unfollow)
Commit message (Expand)AuthorFilesLines
2015-03-05util/StringUtil: add wchar_t overloadsMax Kellermann1-0/+4
2015-03-04util/StringUtil: reorder functionsMax Kellermann1-28/+28
2015-03-03util/StringUtil: add FindStringSuffix()Max Kellermann1-0/+8
2015-01-01Copyright year 2015Max Kellermann1-1/+1
2014-12-04util/StringUtil: add ToUpperASCII()Max Kellermann1-0/+8
2014-08-07util/StringUtil: add StripRight() overload with "end" argumentMax Kellermann1-0/+22
2014-08-07util/StringUtil: move code to StripRight()Max Kellermann1-0/+14
2014-08-07util/StringUtil: rename strchug_fast() to StripLeft()Max Kellermann1-6/+3
2014-03-01java: new helper library for the Android portMax Kellermann1-0/+14
2014-02-18util/StringUtil: add StringEndsWith()Max Kellermann1-0/+4
2014-02-17util/StringUtil: add function Strip()Max Kellermann1-0/+7
2014-01-13copyright year 2014Max Kellermann1-1/+1
2013-11-28Util/StringUtil: add StringStartsWith()Max Kellermann1-0/+4
2013-10-18util/StringUtil: rename strchug_fast_c() to strchug_fast()Max Kellermann1-5/+2
2013-10-15gcc.h: rename to Compiler.hMax Kellermann1-1/+1
2013-08-07*: remove remaining __cplusplus checksMax Kellermann1-23/+1
2013-04-09string_util: convert to C++Max Kellermann1-13/+4
2013-04-09OpusReader: don't use strndup()Max Kellermann1-26/+0
2013-01-27string_util: add fallback for strnlen()Max Kellermann1-0/+8
2013-01-11string_util.c: provide fallback strndup() implementationDenis Krjuchkov1-0/+26
2013-01-02string_util: use const_cast in C++ modeMax Kellermann1-0/+4
2012-08-02gcc.h: re-add gcc_const and gcc_pureMax Kellermann1-4/+4
2011-01-29copyright year 2011Max Kellermann1-1/+1
2010-12-23string_util: add function strchug_fast()Max Kellermann1-0/+41
2010-12-23utils: move string_array_contains() to string_util.cMax Kellermann1-13/+2
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-11-08utils: removed function set_nonblocking()Max Kellermann1-2/+0
2009-11-06utils: renamed stringFoundInStringArray()Max Kellermann1-1/+12
2009-03-13all: Update copyright header.Avuton Olrich1-6/+7
2009-02-19utils: use g_usleep() instead of my_usleep()Max Kellermann1-2/+0
2009-01-03utils: removed unused functionsMax Kellermann1-57/+0
2009-01-03tag: use g_strescape() to eliminate evil charactersMax Kellermann1-2/+0
2009-01-03listen: use GLib instead of utils.hMax Kellermann1-2/+0
2008-12-30main_notify: make the read side of the pipe blockingMax Kellermann1-2/+0
2008-12-28Remove xpthread_* wrappersThomas Jansen1-9/+0
2008-12-28utils: removed myFgets()Max Kellermann1-2/+0
2008-12-09utils: moving stringFoundInStringArray() from decoder into utilsViliam Mateicka1-0/+2
2008-12-02replaced mpd_malloc by G_GNUC_MALLOCThomas Jansen1-6/+5
2008-11-22utils: introduce assert_static()Laszlo Ashin1-0/+9
2008-11-01utils: use GUINT32_FROM_LE() instead of readLEuint32()Max Kellermann1-2/+0
2008-10-31added prefix to header macrosMax Kellermann1-2/+2
2008-10-29log: don't use utils.hMax Kellermann1-2/+0
2008-10-28utils: use g_str_has_prefix() instead of prefixcmp()Max Kellermann1-2/+0
2008-10-15locate: use g_utf8_casefold() instead of string_toupper()Max Kellermann1-4/+0
2008-10-08don't include os_compat.hMax Kellermann1-1/+6
2008-09-23Add prefixcmp() (stol^H^H^H^Hborrowed from git)Eric Wong1-0/+2
2008-08-29added xfree() which takes a const pointerMax Kellermann1-0/+13
2008-06-30utils: pthread_{mutex,cond}_init can fail, so check for itEric Wong1-0/+4
2008-06-30utils: add new unforgiving utility functionsEric Wong1-0/+6
2008-04-12clean up CPP includesMax Kellermann1-1/+0