aboutsummaryrefslogtreecommitdiffstats
path: root/src/command/AllCommands.cxx (follow)
Commit message (Expand)AuthorAgeFilesLines
* command/queue: add range parameter to plchanges and plchangesposidMax Kellermann2015-10-271-2/+2
* client, command: use StringIsEqual()Max Kellermann2015-08-141-10/+11
* protocol/Result: move current_command to class ResponseMax Kellermann2015-08-141-14/+2
* protocol/Result: move command_list_num to class ResponseMax Kellermann2015-08-141-4/+1
* command: pass Response object to command callbacksMax Kellermann2015-08-131-20/+11
* client/Response: new Client wrapper class for writing responsesMax Kellermann2015-08-121-23/+42
* command/Request: new struct wrapping ConstBuffer<const char *>Max Kellermann2015-08-111-8/+9
* *: change C-style prototypes, drop "(void)"Max Kellermann2015-03-031-2/+4
* Copyright year 2015Max Kellermann2015-01-011-1/+1
* AllCommands: use ARRAY_SIZE()Max Kellermann2014-12-091-1/+2
* command: use ConstBuffer<const char *> for argument listMax Kellermann2014-12-081-33/+30
* AllCommands: simplify the tokenizer loopMax Kellermann2014-12-081-17/+19
* AllCommands: assign current_command earlyMax Kellermann2014-12-081-5/+4
* AllCommands: remove redundant initializerMax Kellermann2014-12-081-1/+1
* AllCommands: make variables more localMax Kellermann2014-12-061-16/+13
* AllCommands: make the commands array "constexpr"Max Kellermann2014-12-061-1/+1
* AllCommands: "commands" returns playlist commands only if playlist_directory ...Max Kellermann2014-10-251-0/+10
* AllCommands: close connection after syntax errorMax Kellermann2014-08-121-1/+3
* QueueCommands: new command "rangeid"Max Kellermann2014-07-121-0/+1
* command: make argc unsignedMax Kellermann2014-06-161-9/+9
* Merge tag 'release-0.18.9'Max Kellermann2014-03-021-1/+1
|\
| * AllCommands: "findadd" requires the "add" permissionMax Kellermann2014-02-271-1/+1
* | command: add command "listfiles"Max Kellermann2014-03-011-0/+3
* | StorageCommands: add command "unmount"Max Kellermann2014-02-121-0/+3
* | StorageCommands: add command "listmounts"Max Kellermann2014-02-121-0/+1
* | StorageCommands: expose the "mount" commandMax Kellermann2014-02-091-0/+4
* | {Message,Neighbor}Commands: use Client::partition instead of Main.hxxMax Kellermann2014-02-041-3/+5
* | db: add compile-time option to disable databaseMax Kellermann2014-01-301-0/+8
* | neighbor: new subsystem to detect file servers on the local networkMax Kellermann2014-01-261-0/+9
* | Sticker*: move to sticker/Max Kellermann2014-01-241-1/+1
* | Client*: move to client/Max Kellermann2014-01-241-1/+1
* | copyright year 2014Max Kellermann2014-01-131-1/+1
* | command: add commands "addtagid", "cleartagid"Max Kellermann2013-12-021-0/+3
|/
* *: update copyright year to 2013Max Kellermann2013-10-301-1/+1
* Revert "command: new commands "findin", "searchin" with base URI"Max Kellermann2013-10-291-2/+0
* command: new commands "findin", "searchin" with base URIMax Kellermann2013-10-261-0/+2
* command: new command "readcomments" lists arbitrary file tagsMax Kellermann2013-10-251-0/+2
* OtherCommands: re-add the "volume" commandMax Kellermann2013-10-251-0/+1
* *Commands: move to src/command/Max Kellermann2013-10-201-0/+375