summaryrefslogtreecommitdiff
path: root/src/command
AgeCommit message (Expand)Author
2021-08-16constexpr/std::array conversionsRosen Penev
2021-08-05Merge branch 'v0.22.x'Max Kellermann
2021-07-16command/file: support "albumart" for virtual tracks in CUE sheetsMax Kellermann
2021-07-16command/file: pass directory uri to read_stream_art()Max Kellermann
2021-05-28output/print, command/player: print bool as integerMax Kellermann
2021-05-27client/Response: refactor FormatError() to use libfmtMax Kellermann
2021-05-25client/Response: add method Fmt() based on libfmtMax Kellermann
2021-05-19Merge tag 'v0.22.7'Max Kellermann
2021-05-19client/Response, command/file: use %lu instead of %zu on WindowsMax Kellermann
2021-05-19Merge branch 'v0.22.x'Max Kellermann
2021-05-18command/PlaylistCommands: pass real_uri to LookupRemoteTag()Max Kellermann
2021-05-18command/file: cache the last "albumart" fileMax Kellermann
2021-02-15queue/PlaylistEdit: convert start/end parameters to RangeArgMax Kellermann
2021-02-15Merge tag 'v0.22.5'Max Kellermann
2021-02-15command/queue: better error message for open-ended range with "move"Max Kellermann
2021-01-21Merge tag 'v0.22.4'Max Kellermann
2021-01-21protocol: add command "binarylimit"Max Kellermann
2021-01-21client/FileCommands: validate the given offsetMax Kellermann
2021-01-21command/Request: ParseUnsigned() returns unsignedMax Kellermann
2021-01-20command/file: use %zu to format a size_tMax Kellermann
2021-01-01Merge branch 'v0.22.x'Max Kellermann
2021-01-01copyright year 2021Max Kellermann
2020-11-16Merge branch 'v0.22.x'Max Kellermann
2020-11-15Fixes #994 - moveoutput: new AudioOutputControl created from copyMoving an ou...Stapper
2020-11-04util/UriExtract: pass std::string_view to uri_get_suffix()Max Kellermann
2020-11-04util/UriExtract: uri_get_suffix() returns std::string_viewMax Kellermann
2020-11-04{decoder,archive,playlist}/plugin: pass std::string_view to SupportsMimeType()Max Kellermann
2020-10-28clang-tidy: convert to all/any_ofRosen Penev
2020-10-16command: add command "getvol"Max Kellermann
2020-09-17Merge branch 'v0.21.x' into masterMax Kellermann
2020-09-16command/file, storage/{nfs,smbclient}: use PathTraitsFS::IsSpecialFilename()Max Kellermann
2020-07-06Merge branch 'v0.21.x'Max Kellermann
2020-07-06command/storage: automatically scan new mountsMax Kellermann
2020-07-06command/storage: check if storage is already mountedMax Kellermann
2020-07-06command/storage: check if mount point is busyMax Kellermann
2020-05-30use std chr functionsRosen Penev
2020-05-05Merge branch 'v0.21.x'Max Kellermann
2020-04-30command/all: "tagtypes" requires no permissionsMax Kellermann
2020-04-08[cppcheck] convert several functions to use std::all_ofRosen Penev
2020-03-26Merge branch 'ucl' of git://github.com/neheb/MPD into v0.21.xMax Kellermann
2020-03-26[clang-tidy] change integer prefixes to uppercaseRosen Penev
2020-03-25treewide: use boost::lround when std::round is unavailableRosen Penev
2020-03-16fix double promotionsRosen Penev
2020-03-16Merge remote-tracking branch 'neheb/h'Max Kellermann
2020-03-16remove gcc_unusedRosen Penev
2020-03-15treewide: use boost::lround when std::round is unavailableRosen Penev
2020-03-13fs/Traits: GetParent() returns std::string_viewMax Kellermann
2020-03-12replace inttypes.h with cinttypesRosen Penev
2020-03-12replace assert.h with cassertRosen Penev
2020-02-16[clang-tidy] add ending namespace commentsRosen Penev