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
Age
Commit message (
Expand
)
Author
2020-03-16
remove gcc_unused
Rosen Penev
2020-03-16
remove gcc_warn_unused
Rosen Penev
2020-03-16
remove gcc_deprecated
Rosen Penev
2020-03-16
replace noreturn attribute with standard C++ version
Rosen Penev
2020-03-13
util/StringUtil: pass std::string_view to StringArrayContainsCase()
Max Kellermann
2020-03-13
util/StringCompare: add StringIsEqual() with string_view
Max Kellermann
2020-03-13
util/ASCII: migrate to std::string_view
Max Kellermann
2020-03-13
fs/Traits: GetParent() returns std::string_view
Max Kellermann
2020-03-13
playlist/PlaylistSong: pass std::string_view
Max Kellermann
2020-03-13
fs/Traits: pass string_view to Build()
Max Kellermann
2020-03-13
fs/Path: make constructor `explicit`
Max Kellermann
2020-03-13
fs/AllocatedPath: add `string_view` constructor
Max Kellermann
2020-03-13
fs/Traits: add string_view
Max Kellermann
2020-03-13
fs/Traits: use {} notation for return values
Max Kellermann
2020-03-13
fs/Traits: use `auto`
Max Kellermann
2020-03-13
fs: use `using` instead of `typedef`
Max Kellermann
2020-03-13
util/Stringview: use `const_pointer` instead of hard-coding `const char *`
Max Kellermann
2020-03-13
util/UriExtract: uri_get_path() returns std::string_view
Max Kellermann
2020-03-13
util/UriExtract: migrate uri_get_scheme() to std::string_view
Max Kellermann
2020-03-13
util/StringCompare: add more StringView overloads
Max Kellermann
2020-03-13
util/StringView: add method substr()
Max Kellermann
2020-03-13
lib/upnp/Util: remove unused function stringToTokens()
Max Kellermann
2020-03-13
lib/upnp/Device: remove UPnPService::clear()
Max Kellermann
2020-03-12
replace stdint.h with cstdint
Rosen Penev
2020-03-12
replace stddef.h with cstddef
Rosen Penev
2020-03-12
replace stdarg.h with cstdarg
Rosen Penev
2020-03-12
replace signal.h with csignal.h
Rosen Penev
2020-03-12
replace limits.h with climits
Rosen Penev
2020-03-12
replace inttypes.h with cinttypes
Rosen Penev
2020-03-12
change errno.h to cerrno
Rosen Penev
2020-03-12
remove unused ctype.h header
Rosen Penev
2020-03-12
replace assert.h with cassert
Rosen Penev
2020-03-12
[clang-tidy] use nodiscard
Rosen Penev
2020-03-12
client/Expire: cancel the BackgroundCommand before deleting it
Max Kellermann
2020-03-12
client/BackgroundCommand: fix typo in comment
Max Kellermann
2020-03-12
lib/chromaprint/DecoderClient: add assertion
Max Kellermann
2020-03-12
lib/chromaprint/DecoderClient: check `ready` in GetCommand()
Max Kellermann
2020-03-12
Merge branch 'v0.21.x'
Max Kellermann
2020-03-12
playlist/xspf: concatenate multiple CharacterData fragments
Max Kellermann
2020-03-12
playlist/xspf: add State::TAG
Max Kellermann
2020-03-11
playlist/xspf: move location.empty() check to _start_element()
Max Kellermann
2020-03-11
playlist/xspf: use tag_table to convert element name to TagType
Max Kellermann
2020-03-11
playlist/xspf: use C++11 initializer
Max Kellermann
2020-03-11
tag/Mask: fix yet another typo, this time in Unset()
Max Kellermann
2020-03-07
archive/iso9660: skip empty filenames
Max Kellermann
2020-03-07
archive/iso9660: use IsSpecialFilename()
Max Kellermann
2020-03-07
fs/Traits: add IsSpecialFilename()
Max Kellermann
2020-02-29
Adapt SolarisOutputPlugin.cxx to be usable on NetBSD.
Thomas Klausner
2020-02-29
Add missing header.
Thomas Klausner
2020-02-25
gme: check for empty metadata strings instead of nullptr
John Regan
[next]