summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-04-08db/simple/DirectorySave: pass std::string_view to _load_subdir()Max Kellermann
2020-04-08db/Interface: pass std::string_view to GetSong()Max Kellermann
2020-04-08db/update/Service: pass std::string_view to Enqueue()Max Kellermann
2020-04-08db/simple: pass std::string_view to Directory::LookupDirectory()Max Kellermann
2020-04-08input/Plugin: copy protocols() to stack before using itMax Kellermann
2020-04-08util/SplitString: convert return value to std::string_viewMax Kellermann
2020-04-08db/update/Walk: pass std::string_view to DirectoryMakeUriParentChecked()Max Kellermann
2020-04-08fs/Charset: pass std::string_view to PathToUTF8()Max Kellermann
2020-04-08Merge branch 'stl' of git://github.com/neheb/MPDMax Kellermann
2020-04-08[cppcheck] convert several functions to use std::all_ofRosen Penev
2020-04-07Math.hxx: move cmath include out of defineRosen Penev
2020-04-06util/ConstBuffer, ...: use `using` instead of `typedef`Max Kellermann
2020-04-06util/CharUtil: add IsHexDigit()Max Kellermann
2020-04-06storage/{composite,local}: fix -Wnonnull warningsMax Kellermann
2020-04-03storage/Composite: use IterableSplitString()Max Kellermann
2020-04-03storage/Interface: convert URI parameters to std::string_viewMax Kellermann
2020-04-03fs/Traits: add Relative() overload with std::string_viewMax Kellermann
2020-04-03fs/Traits: convert first Relative() parameter to std::string_viewMax Kellermann
2020-04-03storage/Composite: NextSegment() returns std::string_viewMax Kellermann
2020-04-03db/simple/Directory: add LookupResult::uriMax Kellermann
2020-04-03db/simple/Directory: rename LookupResult::uri to "rest"Max Kellermann
2020-04-03util/SplitString: convert parameter to std::string_viewMax Kellermann
2020-04-03output/ao: use IterableSplitString() instead of SplitString()Max Kellermann
2020-04-03db,storage: pass std::string_view to PathTraits::Build()Max Kellermann
2020-04-03fs/AllocatedPath: pass std::string_view to FromUTF8()Max Kellermann
2020-04-03fs/FileSystem, ...: use AllocatedPath::FromFS(string_view)Max Kellermann
2020-04-03lib/icu/Collate: pass std::string_viewMax Kellermann
2020-04-03lib/icu/CaseFold: pass std::string_viewMax Kellermann
2020-04-03lib/icu/Converter: pass std::string_viewMax Kellermann
2020-04-03lib/icu/Util: pass std::string_viewMax Kellermann
2020-04-03lib/icu/Win32: pass std::string_viewMax Kellermann
2020-04-03fs/Charset: enable RVO in FixSeparators()Max Kellermann
2020-04-03util/AllocatedString: std::string_view supportMax Kellermann
2020-04-03util/AllocatedString: add `noexcept`Max Kellermann
2020-04-03util/AllocatedString: use `using` instead of `typedef`Max Kellermann
2020-04-03util/StringPointer: add `noexcept`Max Kellermann
2020-04-03util/StringPointer: use `using` instead of `typedef`Max Kellermann
2020-04-02storage/Interface: pass std::string_view to MapChildFS()Max Kellermann
2020-04-02db/simple/Directory: reimplement LookupDirectory() without allocationsMax Kellermann
2020-04-02db/simple/Directory: pass std::string_view to several methodsMax Kellermann
2020-04-02db/simple/Mount: pass std::string_view to WalkMount()Max Kellermann
2020-04-02db/simple/PrefixedLightSong: templatize the constructorMax Kellermann
2020-04-02db/update/IO: pass std::string_view to directory_child_is_regular()Max Kellermann
2020-04-02db/PlaylistInfo: pass std::string_view to CompareNameMax Kellermann
2020-04-02song/Filter: pass std::string_view to WithoutBasePrefix()Max Kellermann
2020-04-02db/update/Queue: pass std::string_view to Push()Max Kellermann
2020-04-02Merge tag 'v0.21.22'Max Kellermann
2020-04-02fs/io/GzipOutputStream: increase buffer size to 16 kBMax Kellermann
2020-04-02fs/io/BufferedReader: larger default buffer (4 kB -> 16 kB)Max Kellermann
2020-04-02src/event/meson.build: depend in libnet.aMax Kellermann