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-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
Use uri_has_scheme for Webdav response href
Vincent Petry
2021-01-01
copyright year 2021
Max Kellermann
2020-10-28
util/FormatString: update API documentation
Max Kellermann
2020-09-21
Merge branch 'v0.21.x' into master
Max Kellermann
2020-09-21
util/ByteOrder: add FromLE16S()
Max Kellermann
2020-09-07
*: use nullptr instead of NULL
Max Kellermann
2020-09-04
Merge branch 'v0.21.x' into master
Max Kellermann
2020-08-14
system/ByteOrder: add `noexcept`
Max Kellermann
2020-07-23
include cleanup
Max Kellermann
2020-07-23
util/RuntimeError: add IWYU pragma
Max Kellermann
2020-07-23
util/CharUtil: fix doc typo
Max Kellermann
2020-07-01
util/HugeAllocator: import std::swap()
Max Kellermann
2020-07-01
util/HugeAllocator: add `noexcept`
Max Kellermann
2020-07-01
util/ByteOrder: remove redundant `inline` keywords from `constexpr` functions
Max Kellermann
2020-07-01
system/ByteOrder: move to util/
Max Kellermann
2020-07-01
Merge branch 'v0.21.x'
Max Kellermann
2020-06-22
util/UriUtil: strip credentials from smb:// URIs
Max Kellermann
2020-06-22
util/UriUtil: make `schemes` array static
Max Kellermann
2020-06-10
Merge tag 'v0.21.24'
Max Kellermann
2020-06-10
add a few IWYU pragmas
Max Kellermann
2020-05-30
use std chr functions
Rosen Penev
2020-05-30
use cwchar include
Rosen Penev
2020-05-27
util/TemplateString: remove extra semicolon
Max Kellermann
2020-05-14
util/OffsetPointer: add `noexcept`
Max Kellermann
2020-05-06
util/MimeType: use string_view::substr()
Max Kellermann
2020-05-05
Merge branch 'v0.21.x'
Max Kellermann
2020-04-29
Math.hxx: fix wrong macro name
Rosen Penev
2020-04-27
util/CharUtil: add IsNonPrintableASCII()
Max Kellermann
2020-04-24
util/DereferenceIterator: new utility class
Max Kellermann
2020-04-09
Math.hxx: move cmath include out of define
Rosen Penev
2020-04-08
util/SplitString: convert return value to std::string_view
Max Kellermann
2020-04-07
Math.hxx: move cmath include out of define
Rosen Penev
2020-04-06
util/ConstBuffer, ...: use `using` instead of `typedef`
Max Kellermann
2020-04-06
util/CharUtil: add IsHexDigit()
Max Kellermann
2020-04-03
util/SplitString: convert parameter to std::string_view
Max Kellermann
2020-04-03
util/AllocatedString: std::string_view support
Max Kellermann
2020-04-03
util/AllocatedString: add `noexcept`
Max Kellermann
2020-04-03
util/AllocatedString: use `using` instead of `typedef`
Max Kellermann
2020-04-03
util/StringPointer: add `noexcept`
Max Kellermann
2020-04-03
util/StringPointer: use `using` instead of `typedef`
Max Kellermann
2020-04-01
util/AllocatedArray: use `using` instead of `typedef`
Max Kellermann
2020-03-26
replace exit and _exit with std variants
Rosen Penev
2020-03-26
Merge branch 'ucl' of git://github.com/neheb/MPD into v0.21.x
Max Kellermann
2020-03-26
[clang-tidy] change integer prefixes to uppercase
Rosen Penev
[next]