aboutsummaryrefslogtreecommitdiffstats
path: root/src/command/QueueCommands.cxx (follow)
Commit message (Expand)AuthorAgeFilesLines
* command/queue: use StringIsEqual() instead of memcmp()Max Kellermann2015-11-131-1/+2
* command/queue: add range parameter to plchanges and plchangesposidMax Kellermann2015-10-271-2/+12
* LocateUri: new library to classify URIs in a standard wayMax Kellermann2015-10-221-29/+53
* command: pass Response object to command callbacksMax Kellermann2015-08-131-58/+23
* client/Response: new Client wrapper class for writing responsesMax Kellermann2015-08-121-51/+81
* command/Request: add parser methodsMax Kellermann2015-08-111-26/+20
* protocol/ArgParser: add overload with max_value parameterMax Kellermann2015-08-111-14/+2
* protocol/ArgParser: overload as ParseCommandArg(), pass referencesMax Kellermann2015-08-111-25/+16
* command/Request: new struct wrapping ConstBuffer<const char *>Max Kellermann2015-08-111-21/+22
* protocol/ArgParser: add struct RangeArgMax Kellermann2015-08-111-19/+22
* command/{Queue,Other}: eliminate local "bool" variableMax Kellermann2015-08-111-3/+1
* command/{Queue,File}Commands: drop "file:///" prefix for absolute pathsMax Kellermann2015-02-091-12/+3
* Copyright year 2015Max Kellermann2015-01-011-1/+1
* command: use ConstBuffer<const char *> for argument listMax Kellermann2014-12-081-59/+55
* QueueCommands: workaround for buggy clients that send "add /"Max Kellermann2014-11-181-1/+10
* PlaylistEdit: pass std::chrono::duration to SetSongIdRange()Max Kellermann2014-08-281-11/+11
* QueueCommands: new command "rangeid"Max Kellermann2014-07-121-0/+54
* Merge branch 'v0.18.x'Max Kellermann2014-07-111-0/+3
|\
| * PlaylistEdit: postpone UpdateQueuedSong() when adding multiple songsMax Kellermann2014-07-111-0/+3
| * QueueCommands: make "result" more localMax Kellermann2014-07-111-3/+2
* | command: make argc unsignedMax Kellermann2014-06-161-22/+22
* | SongFilter: convert argv to ConstBufferMax Kellermann2014-04-241-1/+4
* | Playlist: use the Error library to return errorsMax Kellermann2014-02-271-9/+11
* | Playlist*: move to queue/Max Kellermann2014-02-271-1/+1
* | SongLoader: new class that merges duplicate codeMax Kellermann2014-02-031-55/+30
* | ClientFile: move client_allow_file() into the Client classMax Kellermann2014-02-021-3/+2
* | db: add compile-time option to disable databaseMax Kellermann2014-01-301-0/+5
* | Database*: move to db/Max Kellermann2014-01-241-2/+2
* | Client*: move to client/Max Kellermann2014-01-241-2/+2
* | copyright year 2014Max Kellermann2014-01-131-1/+1
|/
* *Commands: move to src/command/Max Kellermann2013-10-201-0/+391