aboutsummaryrefslogtreecommitdiffstats
path: root/src/command/PlaylistCommands.cxx (follow)
Commit message (Expand)AuthorAgeFilesLines
* command: pass Response object to command callbacksMax Kellermann2015-08-131-32/+12
* client/Response: new Client wrapper class for writing responsesMax Kellermann2015-08-121-27/+48
* command/Request: add parser methodsMax Kellermann2015-08-111-9/+5
* protocol/ArgParser: overload as ParseCommandArg(), pass referencesMax Kellermann2015-08-111-5/+3
* command/Request: new struct wrapping ConstBuffer<const char *>Max Kellermann2015-08-111-11/+12
* protocol/ArgParser: add struct RangeArgMax Kellermann2015-08-111-7/+5
* PlaylistSave: return bool/Error instead of PlaylistResultMax Kellermann2015-03-241-2/+4
* Copyright year 2015Max Kellermann2015-01-011-1/+1
* command: use ConstBuffer<const char *> for argument listMax Kellermann2014-12-081-34/+44
* AllCommands: "commands" returns playlist commands only if playlist_directory ...Max Kellermann2014-10-251-0/+8
* Merge branch 'v0.18.x'Max Kellermann2014-07-111-0/+3
|\
| * PlaylistEdit: postpone UpdateQueuedSong() when adding multiple songsMax Kellermann2014-07-111-0/+3
* | command: make argc unsignedMax Kellermann2014-06-161-11/+11
* | PlaylistCommands: remove redundant playlist_load_spl() callMax Kellermann2014-05-101-17/+1
* | Playlist: use the Error library to return errorsMax Kellermann2014-02-271-8/+6
* | Playlist*: move to queue/Max Kellermann2014-02-271-1/+1
* | Mapper: move map_song_detach() to db/DatabaseSong.cxxMax Kellermann2014-02-071-1/+2
* | Instance: add Database attributeMax Kellermann2014-02-041-2/+1
* | db/DatabasePlaylist: pass Database reference aroundMax Kellermann2014-02-041-1/+6
* | PlaylistFile: use class SongLoaderMax Kellermann2014-02-031-7/+2
* | PlaylistFile: switch spl_append_uri() argumentsMax Kellermann2014-02-031-1/+1
* | SongLoader: new class that merges duplicate codeMax Kellermann2014-02-031-1/+3
* | db: add compile-time option to disable databaseMax Kellermann2014-01-301-1/+6
* | Playlist{Info,Vector}: move to db/Max Kellermann2014-01-271-1/+1
* | Database*: move to db/Max Kellermann2014-01-241-1/+1
* | Client*: move to client/Max Kellermann2014-01-241-1/+1
* | playlist/*: move to playlist/plugins/Max Kellermann2014-01-231-1/+2
* | copyright year 2014Max Kellermann2014-01-131-1/+1
* | include cleanup using iwyuMax Kellermann2013-11-281-3/+0
|/
* *Commands: move to src/command/Max Kellermann2013-10-201-0/+222