index
:
mpd.git
master
v0.21.x
v0.22.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
util
Age
Commit message (
Expand
)
Author
2016-04-13
util/AllocatedString: add operator==(nullptr)
Max Kellermann
2016-04-12
util/FormatString: return AllocatedString
Max Kellermann
2016-04-12
util/AllocatedString: add operator[]
Max Kellermann
2016-04-12
util/AllocatedString: add typedef size_type
Max Kellermann
2016-04-12
util/StringPointer: add typedef reference_type
Max Kellermann
2016-04-12
util/StringPointer: rename typedef pointer to pointer_type
Max Kellermann
2016-04-12
util/AllocatedArray: new utility class
Max Kellermann
2016-03-18
util/StringView: add method Strip()
Max Kellermann
2016-03-18
util/IterableSplitString: cheaper variant of SplitString()
Max Kellermann
2016-03-18
util/StringView: make nullptr_t constructor "constexpr"
Max Kellermann
2016-03-18
util/SplitString: relicense to BSD-2
Max Kellermann
2016-03-10
util/Callback: new utility class for callback functions
Max Kellermann
2016-03-07
Merge branch 'v0.19.x'
Max Kellermann
2016-03-06
util/HugeAllocator: fix division by zero due to inverted check
Max Kellermann
2016-03-01
*: include cleanup (using iwyu)
Max Kellermann
2016-02-26
update copyright year to 2016
Max Kellermann
2016-02-26
util/Error: use std::exception_ptr instead of std::exception
Max Kellermann
2016-02-07
util/RuntimeError: add missing include
Max Kellermann
2016-02-06
util/ScopeExit: new utility library
Max Kellermann
2015-12-18
util/Error: add bridge to std::exception
Max Kellermann
2015-12-16
util/Tokenizer: use std::runtime_error on syntax error
Max Kellermann
2015-12-16
config/ConfigFile: use std::exception on syntax error
Max Kellermann
2015-11-11
util/StringPointer: add method empty()
Max Kellermann
2015-11-06
util/StringView: add method Literal()
Max Kellermann
2015-11-06
util/StringCompare: use StringView to simplify inline implementations
Max Kellermann
2015-11-06
util/UriUtil: use StringAfterPrefix() instead of memcmp()
Max Kellermann
2015-11-06
util/UriUtil: move code to SkipUriScheme()
Max Kellermann
2015-11-06
util/UriUtil: make variables more local
Max Kellermann
2015-11-06
util/StringCompare: add StringIsEmpty()
Max Kellermann
2015-11-06
util/StringCompare: use strncmp() instead of memcmp() in StringStartsWith()
Max Kellermann
2015-11-06
util/StringUtil: move comparison functions to StringCompare.cxx
Max Kellermann
2015-10-19
util/DeleteDisposer: new utility class
Max Kellermann
2015-10-16
util/StringUtil: add StringAfterPrefix()
Max Kellermann
2015-10-16
util/WStringUtil: fix indent
Max Kellermann
2015-10-16
util/ConstBuffer: add method MoveFront()
Max Kellermann
2015-10-16
util/StringView: add methods StripLeft(), StripRight()
Max Kellermann
2015-09-30
util/StringView: new utility class
Max Kellermann
2015-09-01
util/AllocatedString: fix off-by-one bug in Duplicate()
Max Kellermann
2015-09-01
util/StringAPI: add UnsafeCopyStringP()
Max Kellermann
2015-09-01
util/StringAPI: fix include guard name
Max Kellermann
2015-09-01
util/AllocatedString: add constant "SENTINEL"
Max Kellermann
2015-06-25
util/AllocatedString: add methods Duplicate(), Clone()
Max Kellermann
2015-06-25
util/AllocatedString: add method empty()
Max Kellermann
2015-06-23
util/AllocatedString: remove bogus code from operator=
Max Kellermann
2015-06-23
util/AllocatedString: new utility class
Max Kellermann
2015-06-23
util/StringPointer: new utility class
Max Kellermann
2015-03-17
*: doxygen fixups
Max Kellermann
2015-03-05
util/StringUtil: add wchar_t overloads
Max Kellermann
2015-03-05
util/StringAPI: add wchar_t overloads
Max Kellermann
2015-03-05
fs/Traits: use string.h API wrappers
Max Kellermann
[next]