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-09-08
util/Error: remove explicit move constructor, allow copying
Max Kellermann
2016-08-16
util/WritableBuffer: add method skip_front()
Max Kellermann
2016-06-20
util/BindMethod: add nullptr constructor and bool operator
Max Kellermann
2016-06-20
util/BindMethod: document the default constructor
Max Kellermann
2016-06-17
util/BindMethod: new utility class for callbacks
Max Kellermann
2016-06-17
util/HugeAllocator: add class HugeAllocation
Max Kellermann
2016-06-17
util/HugeAllocator: add "noexcept"
Max Kellermann
2016-06-17
util/HugeAllocator: throw std::bad_alloc on error
Max Kellermann
2016-06-12
util/WStringAPI: wcpcpy(3) is not yet supported on OpenBSD/NetBSD
Lazaros Koromilas
2016-06-10
util/MimeType: add ParseMimeTypeParameters()
Max Kellermann
2016-06-10
TagStream, decoder/Thread, ...: ignore MIME type parameters for matching plugins
Max Kellermann
2016-06-10
util/StringUtil: use CamelCase
Max Kellermann
2016-05-11
util/AllocatedString: work around bogus gcc6 warning
Max Kellermann
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
[next]