aboutsummaryrefslogtreecommitdiffstats
path: root/src/command/AllCommands.cxx (unfollow)
Commit message (Expand)AuthorFilesLines
2015-08-14client, command: use StringIsEqual()Max Kellermann1-10/+11
2015-08-14protocol/Result: move current_command to class ResponseMax Kellermann1-14/+2
2015-08-14protocol/Result: move command_list_num to class ResponseMax Kellermann1-4/+1
2015-08-13command: pass Response object to command callbacksMax Kellermann1-20/+11
2015-08-12client/Response: new Client wrapper class for writing responsesMax Kellermann1-23/+42
2015-08-11command/Request: new struct wrapping ConstBuffer<const char *>Max Kellermann1-8/+9
2015-03-03*: change C-style prototypes, drop "(void)"Max Kellermann1-2/+4
2015-01-01Copyright year 2015Max Kellermann1-1/+1
2014-12-09AllCommands: use ARRAY_SIZE()Max Kellermann1-1/+2
2014-12-08command: use ConstBuffer<const char *> for argument listMax Kellermann1-33/+30
2014-12-08AllCommands: simplify the tokenizer loopMax Kellermann1-17/+19
2014-12-08AllCommands: assign current_command earlyMax Kellermann1-5/+4
2014-12-08AllCommands: remove redundant initializerMax Kellermann1-1/+1
2014-12-06AllCommands: make variables more localMax Kellermann1-16/+13
2014-12-06AllCommands: make the commands array "constexpr"Max Kellermann1-1/+1
2014-10-25AllCommands: "commands" returns playlist commands only if playlist_directory ...Max Kellermann1-0/+10
2014-08-12AllCommands: close connection after syntax errorMax Kellermann1-1/+3
2014-07-12QueueCommands: new command "rangeid"Max Kellermann1-0/+1
2014-06-16command: make argc unsignedMax Kellermann1-9/+9
2014-03-01command: add command "listfiles"Max Kellermann1-0/+3
2014-02-27AllCommands: "findadd" requires the "add" permissionMax Kellermann1-1/+1
2014-02-12StorageCommands: add command "unmount"Max Kellermann1-0/+3
2014-02-12StorageCommands: add command "listmounts"Max Kellermann1-0/+1
2014-02-09StorageCommands: expose the "mount" commandMax Kellermann1-0/+4
2014-02-04{Message,Neighbor}Commands: use Client::partition instead of Main.hxxMax Kellermann1-3/+5
2014-01-30db: add compile-time option to disable databaseMax Kellermann1-0/+8
2014-01-26neighbor: new subsystem to detect file servers on the local networkMax Kellermann1-0/+9
2014-01-24Sticker*: move to sticker/Max Kellermann1-1/+1
2014-01-24Client*: move to client/Max Kellermann1-1/+1
2014-01-13copyright year 2014Max Kellermann1-1/+1
2013-12-02command: add commands "addtagid", "cleartagid"Max Kellermann1-0/+3
2013-10-30*: update copyright year to 2013Max Kellermann1-1/+1
2013-10-29Revert "command: new commands "findin", "searchin" with base URI"Max Kellermann1-2/+0
2013-10-26command: new commands "findin", "searchin" with base URIMax Kellermann1-0/+2
2013-10-25command: new command "readcomments" lists arbitrary file tagsMax Kellermann1-0/+2
2013-10-25OtherCommands: re-add the "volume" commandMax Kellermann1-0/+1
2013-10-20*Commands: move to src/command/Max Kellermann1-0/+0
2013-10-20command: convert command_return to to a strictly-typed enumMax Kellermann1-13/+12
2013-10-19Client: move trivial functions into the Client classMax Kellermann1-3/+3
2013-10-19*: use references instead of pointersMax Kellermann1-25/+20
2013-10-19*: use nullptr instead of NULLMax Kellermann1-17/+17
2013-09-05Tag, ...: move to libtag.aMax Kellermann1-1/+1
2013-09-04util/Error: new error passing libraryMax Kellermann1-10/+8
2013-08-04*: use gcc.h macros instead of GLibMax Kellermann1-11/+8
2013-08-04Commands: new command "toggleoutput"Max Kellermann1-0/+1
2013-07-30tag: convert to C++Max Kellermann1-1/+1
2013-04-08tokenizer: convert to C++Max Kellermann1-8/+6
2013-01-03Client: rename the struct client to class ClientMax Kellermann1-8/+8
2013-01-03client: convert to C++Max Kellermann1-7/+3
2013-01-03permission: convert to C++Max Kellermann1-1/+1