aboutsummaryrefslogtreecommitdiffstats
path: root/src/command/OtherCommands.cxx (follow)
Commit message (Expand)AuthorAgeFilesLines
* Copyright year 2015Max Kellermann2015-01-011-1/+1
* command: use ConstBuffer<const char *> for argument listMax Kellermann2014-12-081-48/+35
* db/Interface: add virtual method Update()Max Kellermann2014-07-291-0/+24
* OtherCommands: split handle_update()Max Kellermann2014-07-291-16/+22
* command: make argc unsignedMax Kellermann2014-06-161-19/+18
* command: add command "listfiles"Max Kellermann2014-03-011-0/+37
* {Other,Database}Commands: contract declaration and assignmentMax Kellermann2014-02-281-6/+3
* Idle: error out when unrecognized idle event was specifiedMax Kellermann2014-02-091-8/+9
* OtherCommands: remove unnecessary nullptr checkMax Kellermann2014-02-091-3/+0
* OtherCommands: use Storage::MapUTF8() instead of Mapper.cxxMax Kellermann2014-02-071-4/+6
* ClientFile: move client_allow_file() into the Client classMax Kellermann2014-02-021-2/+1
* db: add compile-time option to disable databaseMax Kellermann2014-01-301-2/+24
* OtherCommands: merge duplicate code from handle_update(), handle_rescan()Max Kellermann2014-01-301-31/+10
* db/update: convert to OO APIMax Kellermann2014-01-301-5/+16
* db/Directory: move isRootDirectory() to Uri.hxxMax Kellermann2014-01-291-1/+1
* OutputAll: convert to class, move instance to class PartitionMax Kellermann2014-01-281-3/+5
* Playlist{Info,Vector}: move to db/Max Kellermann2014-01-271-1/+1
* Mixer*: move to mixer/Max Kellermann2014-01-241-1/+1
* Database*: move to db/Max Kellermann2014-01-241-2/+2
* Client*: move to client/Max Kellermann2014-01-241-2/+2
* Update*: move to update/Max Kellermann2014-01-241-1/+1
* decoder/*: move to decoder/plugins/Max Kellermann2014-01-241-1/+1
* LightDirectory: new struct replacing Directory in the DB APIMax Kellermann2014-01-221-0/+1
* DetachedSong: add method Update()Max Kellermann2014-01-151-5/+4
* copyright year 2014Max Kellermann2014-01-131-1/+1
* SongUpdate: move code to handle_lsinfo()Max Kellermann2014-01-081-5/+17
* command: "lsinfo" and "readcomments" allowed for remote filesMax Kellermann2013-12-291-0/+20
* include cleanup using iwyuMax Kellermann2013-11-281-4/+0
* ClientRead: "close" flushes the output bufferMax Kellermann2013-11-061-1/+1
* *: use nullptr instead of NULLMax Kellermann2013-10-281-2/+2
* OtherCommands: re-add the "volume" commandMax Kellermann2013-10-251-0/+33
* Util/ASCII: add function StringEqualsCaseASCII()Max Kellermann2013-10-201-3/+2
* *Commands: move to src/command/Max Kellermann2013-10-201-0/+315