Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-11-06 | util/StringCompare: use StringView to simplify inline implementations | Max Kellermann | 1 | -26/+0 | |
2015-11-06 | util/StringCompare: use strncmp() instead of memcmp() in StringStartsWith() | Max Kellermann | 1 | -2/+2 | |
Some optimized implementations of memcmp() may not start from the beginning of the string, and may thus segfault. | |||||
2015-11-06 | util/StringUtil: move comparison functions to StringCompare.cxx | Max Kellermann | 1 | -30/+40 | |
2015-03-04 | util/ASCII: strip include guard | Max Kellermann | 1 | -2/+2 | |
2014-12-26 | util/{ASCII,UriUtil}, ...: work around -Wtautological-pointer-compare | Max Kellermann | 1 | -0/+6 | |
New in clang 3.6. | |||||
2014-12-26 | util/ASCII: fix indent | Max Kellermann | 1 | -10/+10 | |
2014-08-16 | util: Fix header for strcasecmp | François Revol | 1 | -1/+1 | |
According to POSIX and both OSX and Linux manpages, strcasecmp comes from strings.h, not string.h. Most OSes also have them available in string.h, but we just fixed the headers on Haiku and it now only provides them in strings.h. We might want to fall back to string.h for other OSes though... cf. http://pubs.opengroup.org/onlinepubs/009695399/functions/strcasecmp.html http://linux.die.net/man/3/strcasecmp https://developer.apple.com/library/mac/documentation/Darwin/Reference/ManPages/man3/strcasecmp.3.html | |||||
2013-10-21 | Util/ASCII: add StringEqualsCaseASCII() overload with length | Max Kellermann | 1 | -0/+12 | |
Replaces GLib's g_ascii_strncasecmp(). | |||||
2013-10-20 | Util/ASCII: add function StringEqualsCaseASCII() | Max Kellermann | 1 | -26/+21 | |
Replaces GLib's g_ascii_strcasecmp(). | |||||
2013-01-29 | refcount: convert to C++ | Max Kellermann | 1 | -26/+18 | |
2012-01-24 | refcount: add missing stdbool.h include | Max Kellermann | 1 | -0/+1 | |
2011-01-29 | copyright year 2011 | Max Kellermann | 1 | -1/+1 | |
2009-12-31 | Update copyright notices. | Avuton Olrich | 1 | -1/+1 | |
2009-12-31 | refcount: library for reference counting | Max Kellermann | 1 | -0/+66 | |