summaryrefslogtreecommitdiff
path: root/src/command/AllCommands.cxx
AgeCommit message (Expand)Author
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
2014-01-24Sticker*: move to sticker/Max Kellermann
2014-01-24Client*: move to client/Max Kellermann
2014-01-13copyright year 2014Max Kellermann
2013-12-02command: add commands "addtagid", "cleartagid"Max Kellermann
2013-10-30*: update copyright year to 2013Max Kellermann
2013-10-29Revert "command: new commands "findin", "searchin" with base URI"Max Kellermann
2013-10-26command: new commands "findin", "searchin" with base URIMax Kellermann
2013-10-25command: new command "readcomments" lists arbitrary file tagsMax Kellermann
2013-10-25OtherCommands: re-add the "volume" commandMax Kellermann
2013-10-20*Commands: move to src/command/Max Kellermann