summaryrefslogtreecommitdiff
path: root/src/command/AllCommands.cxx
AgeCommit message (Expand)Author
2021-05-27client/Response: refactor FormatError() to use libfmtMax Kellermann
2021-05-25client/Response: add method Fmt() based on libfmtMax Kellermann
2021-01-21Merge tag 'v0.22.4'Max Kellermann
2021-01-21protocol: add command "binarylimit"Max Kellermann
2021-01-01Merge branch 'v0.22.x'Max Kellermann
2021-01-01copyright year 2021Max Kellermann
2020-10-16command: add command "getvol"Max Kellermann
2020-05-05Merge branch 'v0.21.x'Max Kellermann
2020-04-30command/all: "tagtypes" requires no permissionsMax Kellermann
2020-03-16remove gcc_unusedRosen Penev
2020-03-12replace assert.h with cassertRosen Penev
2020-02-01[clang-tidy] convert several loops to range based onesRosen Penev
2020-01-20command/partition: add command "delpartition"Max Kellermann
2020-01-18add "moveoutput" commandMax Kellermann
2020-01-18copyright year 2020Max Kellermann
2019-08-21Merge tag 'v0.21.14'Max Kellermann
2019-08-20command/all: don't create new Response instance in exception handlerMax Kellermann
2019-08-20client/Process, command/all: add `noexcept`Max Kellermann
2019-08-20command/all: simplify `return` from command_process()Max Kellermann
2019-08-20command/all: catch all exceptionsMax Kellermann
2019-08-13command/file: add command "readpicture"Max Kellermann
2019-08-03util/Macros: replace with std::size() (C++17)Max Kellermann
2019-07-05include cleanups (powered by iwyu)Max Kellermann
2019-06-17Copyright year 2019Max Kellermann
2019-04-25sticker/Database: wrap in class StickerDatabaseMax Kellermann
2019-04-24sticker/*: rename source files, drop "Sticker" prefixMax Kellermann
2019-04-05command: add command "getfingerprint"Max Kellermann
2019-02-05command/AllCommands: remove empty function command_finish()Max Kellermann
2018-10-31*: copyright year 2018Max Kellermann
2018-07-24SongFilter: new extensible filter syntaxMax Kellermann
2017-12-19output/Interface: add "attributes" mapMax Kellermann
2017-08-15Add albumart commandRyan Walklin
2017-02-25command/Partition: add command "partition" to switch to another partitionMax Kellermann
2017-02-25Client: add method GetPartition(), make partition privateMax Kellermann
2017-02-17command/Partition: add command "newpartition"Max Kellermann
2017-02-17command: add command "listpartitions"Max Kellermann
2017-02-08client: add tag_mask attributeMax Kellermann
2017-02-08command/Other: move some functions to ClientCommands.cxxMax Kellermann
2017-02-08tag/Tag*: rename several source filesMax Kellermann
2017-01-03update copyright yearMax Kellermann
2016-11-10command: remove the obsolete Error support codeMax Kellermann
2016-11-07decoder/Control: throw exception on Seek() errorMax Kellermann
2016-09-08command/All: catch class ErrorMax Kellermann
2016-03-01*: include cleanup (using iwyu)Max Kellermann
2016-02-26update copyright year to 2016Max Kellermann
2015-12-27command/Error: pass std::exception_ptr to PrintError()Max Kellermann
2015-12-16util/Tokenizer: use std::runtime_error on syntax errorMax Kellermann
2015-12-16command/AllCommands: catch and report std::exceptionMax Kellermann
2015-10-27command/queue: add range parameter to plchanges and plchangesposidMax Kellermann
2015-08-14client, command: use StringIsEqual()Max Kellermann