summaryrefslogtreecommitdiff
path: root/src/command/OtherCommands.cxx
AgeCommit message (Expand)Author
2018-08-19db/update/Service: Enqueue() throws on errorMax Kellermann
2018-08-09decoder/Thread, ...: log all exceptionsMax Kellermann
2018-08-02DetachedSong, db/LightSong, SongFilter: move to src/song/Max Kellermann
2018-07-05tag/Handler: convert to class with virtual methodsMax Kellermann
2017-11-10util/{Const,Writable}Buffer, ...: rename IsEmpty() to empty(), imitating STLMax Kellermann
2017-08-11db/PlaylistInfo: use std::chrono::system_clock::time_pointMax Kellermann
2017-02-25Client: add method GetPartition(), make partition privateMax Kellermann
2017-02-25Client: add method GetInstance()Max Kellermann
2017-02-24SongPrint: remove Storage::MapToRelativeUTF8() callMax Kellermann
2017-02-10IOThread: move EventThread instance into struct InstanceMax 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-10-29db/Interface: migrate Update() from class Error to C++ exceptionsMax Kellermann
2016-10-27LocateUri: migrate from class Error to C++ exceptionsMax Kellermann
2016-03-01*: include cleanup (using iwyu)Max Kellermann
2016-02-26update copyright year to 2016Max Kellermann
2016-02-22tag/handler: use CamelCaseMax Kellermann
2015-12-29fs/DirectoryReader: use C++ exceptions instead of class ErrorMax Kellermann
2015-12-18protocol/Ack: add exception class wrapping enum ackMax Kellermann
2015-11-13command/other: re-allow "lsinfo /"Max Kellermann
2015-10-22LocateUri: new library to classify URIs in a standard wayMax Kellermann
2015-10-20PlaylistPrint: fix -Wunused #ifndef ENABLE_DATABASEMax Kellermann
2015-10-20DetachedSong: move code from Update() to LoadFile()Max Kellermann
2015-10-20command/DatabaseCommands: pass URI to handle_lsinfo2()Max Kellermann
2015-08-14client, command: use StringIsEqual()Max 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: add parser methodsMax Kellermann
2015-08-11protocol/ArgParser: add overload with max_value parameterMax Kellermann
2015-08-11protocol/ArgParser: overload as ParseCommandArg(), pass referencesMax Kellermann
2015-08-11command/Request: new struct wrapping ConstBuffer<const char *>Max Kellermann
2015-08-11command/{Queue,Other}: eliminate local "bool" variableMax Kellermann
2015-01-01Copyright year 2015Max Kellermann
2014-12-08command: use ConstBuffer<const char *> for argument listMax Kellermann
2014-07-29db/Interface: add virtual method Update()Max Kellermann
2014-07-29OtherCommands: split handle_update()Max Kellermann
2014-06-16command: make argc unsignedMax Kellermann
2014-03-01command: add command "listfiles"Max Kellermann
2014-02-28{Other,Database}Commands: contract declaration and assignmentMax Kellermann
2014-02-09Idle: error out when unrecognized idle event was specifiedMax Kellermann
2014-02-09OtherCommands: remove unnecessary nullptr checkMax Kellermann
2014-02-07OtherCommands: use Storage::MapUTF8() instead of Mapper.cxxMax Kellermann
2014-02-02ClientFile: move client_allow_file() into the Client classMax Kellermann
2014-01-30db: add compile-time option to disable databaseMax Kellermann
2014-01-30OtherCommands: merge duplicate code from handle_update(), handle_rescan()Max Kellermann
2014-01-30db/update: convert to OO APIMax Kellermann
2014-01-29db/Directory: move isRootDirectory() to Uri.hxxMax Kellermann
2014-01-28OutputAll: convert to class, move instance to class PartitionMax Kellermann