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
2021-02-16
util/ByteOrder: add classes PackedBE16, PackedLE16, PackedLE32
Max Kellermann
2021-02-12
use std::size_t
Max Kellermann
2021-02-11
util/IntrusiveList: add `noexcept` to defaulted constructor
Max Kellermann
2021-02-04
util/{Const,Writable}Buffer: include cleanup
Max Kellermann
2021-01-21
util/StringPointer: add operator==(std::nullptr_t)
Max Kellermann
2021-01-21
util/AllocatedString: fix operator= parameter type
Max Kellermann
2021-01-21
util/AllocatedString: remove wrong `std::` prefix
Max Kellermann
2021-01-21
util/AllocatedString: remove Null(), IsNull()
Max Kellermann
2021-01-21
util/AllocatedString: support casting a nulled instance to string_view
Max Kellermann
2021-01-21
util/{Const,Writable}Buffer: always enable assertions
Max Kellermann
2021-01-21
util/{Const,Writable}Buffer: enable `constexpr` on more methods
Max Kellermann
2021-01-21
util/AllocatedArray: add operator=(nullptr)
Max Kellermann
2021-01-21
util/AllocatedString: add operator=()
Max Kellermann
2021-01-21
util/AllocatedString: replace Clone() with copy constructor
Max Kellermann
2021-01-21
util/AllocatedString: add const_pointer constructor
Max Kellermann
2021-01-21
util/AllocatedString: add string_view constructor
Max Kellermann
2021-01-21
util/AllocatedString: add default constructor
Max Kellermann
2021-01-21
util/AllocatedString: rename to BasicAllocatedString
Max Kellermann
2021-01-21
Merge tag 'v0.22.4'
Max Kellermann
2021-01-21
util/PeakBuffer: add method max_size()
Max Kellermann
2021-01-21
util/PeakBuffer: use std::byte instead of std::uint8_t
Max Kellermann
2021-01-21
util/PeakBuffer: add `noexcept`
Max Kellermann
2021-01-21
util/PeakBuffer: use std::size_t
Max Kellermann
2021-01-21
util/ForeignFifoBuffer: use `auto`
Max Kellermann
2021-01-21
util/StringView: add method SplitLast()
Max Kellermann
2021-01-05
Merge branch 'v0.22.x'
Max Kellermann
2021-01-05
Use uri_has_scheme for Webdav response href
Vincent Petry
2021-01-01
Merge branch 'v0.22.x'
Max Kellermann
2021-01-01
copyright year 2021
Max Kellermann
2020-12-15
util/StringView: add {Starts,Ends}With(char)
Max Kellermann
2020-12-02
util/TemplateString: add StringView cast operator
Max Kellermann
2020-12-02
util/TemplateString: add FromLiteral()
Max Kellermann
2020-11-30
util/AllocatedArray: add nullptr constructor
Max Kellermann
2020-11-30
util/AllocatedArray: add method data()
Max Kellermann
2020-11-30
util/AllocatedArray: add types pointer, const_pointer
Max Kellermann
2020-11-30
util/StringView: add method SplitLast()
Max Kellermann
2020-11-30
util/TemplateString: rename CharAsString() to FromChar()
Max Kellermann
2020-11-30
util/TemplateString: add cast operators
Max Kellermann
2020-11-30
util/TemplateString: rewrite as constexpr functions
Max Kellermann
2020-11-30
util/TemplateString: remove unnecessary implementation for static variable
Max Kellermann
2020-11-30
util/TemplateString: use std::size_t
Max Kellermann
2020-11-30
util/TemplateString: no indent after `namespace`
Max Kellermann
2020-11-18
util/MimeType: relicense to BSD-2
Max Kellermann
2020-11-04
util/MimeType: use IterableSplitString() in ParseMimeTypeParameters()
Max Kellermann
2020-11-04
util/MimeType: migrate GetMimeTypeBase() to std::string_view
Max Kellermann
2020-11-04
util/UriExtract: remove the query string at the beginning of uri_get_suffix()
Max Kellermann
2020-11-04
util/UriExtract: pass std::string_view to uri_get_suffix()
Max Kellermann
2020-11-04
util/UriExtract: uri_get_suffix() returns std::string_view
Max Kellermann
2020-10-28
Merge tag 'v0.22.2' into master
Max Kellermann
2020-10-28
util/FormatString: update API documentation
Max Kellermann
[next]