summaryrefslogtreecommitdiff
path: root/src/command/AllCommands.cxx
AgeCommit message (Expand)Author
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
2015-08-14protocol/Result: move current_command to class ResponseMax Kellermann
2015-08-14protocol/Result: move command_list_num to class ResponseMax Kellermann
2015-08-13command: pass Response object to command callbacksMax Kellermann
2015-08-12client/Response: new Client wrapper class for writing responsesMax Kellermann
2015-08-11command/Request: new struct wrapping ConstBuffer<const char *>Max Kellermann
2015-03-03*: change C-style prototypes, drop "(void)"Max Kellermann
2015-01-01Copyright year 2015Max Kellermann
2014-12-09AllCommands: use ARRAY_SIZE()Max Kellermann
2014-12-08command: use ConstBuffer<const char *> for argument listMax Kellermann
2014-12-08AllCommands: simplify the tokenizer loopMax Kellermann
2014-12-08AllCommands: assign current_command earlyMax Kellermann
2014-12-08AllCommands: remove redundant initializerMax Kellermann
2014-12-06AllCommands: make variables more localMax Kellermann
2014-12-06AllCommands: make the commands array "constexpr"Max Kellermann
2014-10-25AllCommands: "commands" returns playlist commands only if playlist_directory ...Max Kellermann
2014-08-12AllCommands: close connection after syntax errorMax Kellermann
2014-07-12QueueCommands: new command "rangeid"Max Kellermann
2014-06-16command: make argc unsignedMax Kellermann
2014-03-02Merge tag 'release-0.18.9'Max Kellermann
2014-03-01command: add command "listfiles"Max Kellermann
2014-02-27AllCommands: "findadd" requires the "add" permissionMax Kellermann
2014-02-12StorageCommands: add command "unmount"Max Kellermann
2014-02-12StorageCommands: add command "listmounts"Max Kellermann
2014-02-09StorageCommands: expose the "mount" commandMax Kellermann
2014-02-04{Message,Neighbor}Commands: use Client::partition instead of Main.hxxMax Kellermann
2014-01-30db: add compile-time option to disable databaseMax Kellermann
2014-01-26neighbor: new subsystem to detect file servers on the local networkMax Kellermann