summaryrefslogtreecommitdiff
path: root/src/input
AgeCommit message (Expand)Author
2020-03-13util/ASCII: migrate to std::string_viewMax Kellermann
2020-03-12replace stdint.h with cstdintRosen Penev
2020-03-12replace stddef.h with cstddefRosen Penev
2020-03-12replace assert.h with cassertRosen Penev
2020-03-12[clang-tidy] use nodiscardRosen Penev
2020-02-16[clang-tidy] add ending namespace commentsRosen Penev
2020-02-16input/cache/Manager: add method Flush()Max Kellermann
2020-02-04[clang-tidy] change integer prefixes to uppercaseRosen Penev
2020-02-02[clang-tidy] convert several functions to const &Rosen Penev
2020-02-02Merge remote-tracking branches 'neheb/uniq', 'neheb/bool', 'neheb/loop', 'neh...Max Kellermann
2020-02-01[clang-tidy] remove pointless void argRosen Penev
2020-02-01[clang-tidy] convert several loops to const auto&Rosen Penev
2020-02-01*: add `explicit`Max Kellermann
2020-02-01*: use `auto`Max Kellermann
2020-02-01*: use nullptr instead of NULLMax Kellermann
2020-02-01*: use defaulted destructorsMax Kellermann
2020-01-31[clang-tidy] use override instead of virtualRosen Penev
2020-01-18AudioFormat: move to pcm/Max Kellermann
2020-01-18meson.build: move Log.cxx and LogBackend.cxx into a static libraryMax Kellermann
2020-01-18copyright year 2020Max Kellermann
2019-12-24Merge tag 'v0.21.18'Max Kellermann
2019-12-24input/curl: remove unnecessary InvalidateSockets() callMax Kellermann
2019-12-22Merge branch 'jv-cache-manager' of git://github.com/jacobvosmaer/MPDMax Kellermann
2019-12-18input/cache: use simpler intrusive::set APIJacob Vosmaer
2019-12-16Merge tag 'v0.21.17'Max Kellermann
2019-12-16input: add missing boost meson dependencyJacob Vosmaer
2019-11-04input/curl: apply the "charset" parameter to Icy-NameMax Kellermann
2019-08-26lib/curl: require CURL 7.33, remove bug workaroundMax Kellermann
2019-08-15include cleanups (powered by iwyu)Max Kellermann
2019-08-14lib/gcrypt/MD5: add wrapper in lib/crypto/Max Kellermann
2019-08-10input/icy: support "charset" parameter in URI fragmentMax Kellermann
2019-08-06Merge tag 'v0.21.13'Max Kellermann
2019-08-06input/cdio_paranoia: drop support for libcdio-paranoia older than 10.2+0.93+1Max Kellermann
2019-08-03util/Macros: replace with std::size() (C++17)Max Kellermann
2019-07-05include cleanups (powered by iwyu)Max Kellermann
2019-07-01Merge branch 'runtime_enumeration' of git://github.com/eugene2k/MPDMax Kellermann
2019-07-01Add runtime enumeration of supported schemas.Eugene Gorodinsky
2019-06-27Merge branch 'v0.21.x'Max Kellermann
2019-06-26input/tidal: deprecated because Tidal has changed the protocolMax Kellermann
2019-06-17Copyright year 2019Max Kellermann
2019-06-15archive/Lookup: move to fs/LookupFile.cxxMax Kellermann
2019-06-15archive/Lookup: pass class PathMax Kellermann
2019-06-15archive/Lookup: pass const pointerMax Kellermann
2019-06-04archive/Lookup, input/Archive: remove useless log messagesMax Kellermann
2019-05-31input/archive: include cleanupMax Kellermann
2019-05-31archive/ArchiveLookup: replace output parameters with a structMax Kellermann
2019-05-31archive/List: disallow passing suffix==nullptr to archive_plugin_from_suffix()Max Kellermann
2019-05-31archive/ArchiveLookup: remove "suffix" output parameterMax Kellermann
2019-05-31archive/ArchiveLookup: throw on errorMax Kellermann
2019-05-31input/cache: first draft of the file cacheMax Kellermann