summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-03-16remove gcc_unusedRosen Penev
2020-03-16remove gcc_warn_unusedRosen Penev
2020-03-16remove gcc_deprecatedRosen Penev
2020-03-16replace noreturn attribute with standard C++ versionRosen Penev
2020-03-13util/StringUtil: pass std::string_view to StringArrayContainsCase()Max Kellermann
2020-03-13util/StringCompare: add StringIsEqual() with string_viewMax Kellermann
2020-03-13util/ASCII: migrate to std::string_viewMax Kellermann
2020-03-13fs/Traits: GetParent() returns std::string_viewMax Kellermann
2020-03-13playlist/PlaylistSong: pass std::string_viewMax Kellermann
2020-03-13fs/Traits: pass string_view to Build()Max Kellermann
2020-03-13fs/Path: make constructor `explicit`Max Kellermann
2020-03-13fs/AllocatedPath: add `string_view` constructorMax Kellermann
2020-03-13fs/Traits: add string_viewMax Kellermann
2020-03-13fs/Traits: use {} notation for return valuesMax Kellermann
2020-03-13fs/Traits: use `auto`Max Kellermann
2020-03-13fs: use `using` instead of `typedef`Max Kellermann
2020-03-13util/Stringview: use `const_pointer` instead of hard-coding `const char *`Max Kellermann
2020-03-13util/UriExtract: uri_get_path() returns std::string_viewMax Kellermann
2020-03-13util/UriExtract: migrate uri_get_scheme() to std::string_viewMax Kellermann
2020-03-13util/StringCompare: add more StringView overloadsMax Kellermann
2020-03-13util/StringView: add method substr()Max Kellermann
2020-03-13lib/upnp/Util: remove unused function stringToTokens()Max Kellermann
2020-03-13lib/upnp/Device: remove UPnPService::clear()Max Kellermann
2020-03-12replace stdint.h with cstdintRosen Penev
2020-03-12replace stddef.h with cstddefRosen Penev
2020-03-12replace stdarg.h with cstdargRosen Penev
2020-03-12replace signal.h with csignal.hRosen Penev
2020-03-12replace limits.h with climitsRosen Penev
2020-03-12replace inttypes.h with cinttypesRosen Penev
2020-03-12change errno.h to cerrnoRosen Penev
2020-03-12remove unused ctype.h headerRosen Penev
2020-03-12replace assert.h with cassertRosen Penev
2020-03-12[clang-tidy] use nodiscardRosen Penev
2020-03-12client/Expire: cancel the BackgroundCommand before deleting itMax Kellermann
2020-03-12client/BackgroundCommand: fix typo in commentMax Kellermann
2020-03-12lib/chromaprint/DecoderClient: add assertionMax Kellermann
2020-03-12lib/chromaprint/DecoderClient: check `ready` in GetCommand()Max Kellermann
2020-03-12Merge branch 'v0.21.x'Max Kellermann
2020-03-12playlist/xspf: concatenate multiple CharacterData fragmentsMax Kellermann
2020-03-12playlist/xspf: add State::TAGMax Kellermann
2020-03-11playlist/xspf: move location.empty() check to _start_element()Max Kellermann
2020-03-11playlist/xspf: use tag_table to convert element name to TagTypeMax Kellermann
2020-03-11playlist/xspf: use C++11 initializerMax Kellermann
2020-03-11tag/Mask: fix yet another typo, this time in Unset()Max Kellermann
2020-03-07archive/iso9660: skip empty filenamesMax Kellermann
2020-03-07archive/iso9660: use IsSpecialFilename()Max Kellermann
2020-03-07fs/Traits: add IsSpecialFilename()Max Kellermann
2020-02-29Adapt SolarisOutputPlugin.cxx to be usable on NetBSD.Thomas Klausner
2020-02-29Add missing header.Thomas Klausner
2020-02-25gme: check for empty metadata strings instead of nullptrJohn Regan