summaryrefslogtreecommitdiff
path: root/src/command
AgeCommit message (Expand)Author
2015-11-11player/Control: add Lock prefix to locking method namesMax Kellermann
2015-10-27command/queue: add range parameter to plchanges and plchangesposidMax Kellermann
2015-10-22LocateUri: new library to classify URIs in a standard wayMax Kellermann
2015-10-20PlaylistPrint: fix -Wunused #ifndef ENABLE_DATABASEMax Kellermann
2015-10-20DetachedSong: move code from Update() to LoadFile()Max Kellermann
2015-10-20command/DatabaseCommands: pass URI to handle_lsinfo2()Max Kellermann
2015-10-20command/FileCommands: fix access to absolute paths in "readcomments"Max Kellermann
2015-08-24db/UniqueTags, tag/Set, ...: use typedef tag_mask_tMax Kellermann
2015-08-14client, command: use StringIsEqual()Max Kellermann
2015-08-14command/CommandListBuilder: postpone "size" initializationMax Kellermann
2015-08-14protocol/Result: move current_command to class ResponseMax Kellermann
2015-08-14protocol/Result: move command_list_num to class ResponseMax Kellermann
2015-08-13command: pass Response object to command callbacksMax Kellermann
2015-08-12client/Response: new Client wrapper class for writing responsesMax Kellermann
2015-08-11command/Request: add parser methodsMax Kellermann
2015-08-11protocol/ArgParser: add overload with max_value parameterMax Kellermann
2015-08-11protocol/ArgParser: overload as ParseCommandArg(), pass referencesMax Kellermann
2015-08-11command/Request: new struct wrapping ConstBuffer<const char *>Max Kellermann
2015-08-11protocol/ArgParser: add struct RangeArgMax Kellermann
2015-08-11command/{Queue,Other}: eliminate local "bool" variableMax Kellermann
2015-03-24PlaylistSave: return bool/Error instead of PlaylistResultMax Kellermann
2015-03-03*: change C-style prototypes, drop "(void)"Max Kellermann
2015-03-03FileCommands: use Path::HasNewline()Max Kellermann
2015-03-02StorageCommands: use PathTraitsUTF8 for protocol argumentMax Kellermann
2015-02-28FileCommands: use PathTraitsFS typedefsMax Kellermann
2015-02-28fs/FileInfo: new library providing GetFileInfo()Max Kellermann
2015-02-28FileCommands: skip special files completelyMax Kellermann
2015-02-28storage/FileInfo: rename to StorageFileInfoMax Kellermann
2015-02-09command/{Queue,File}Commands: drop "file:///" prefix for absolute pathsMax Kellermann
2015-01-28StickerDatabase: convert the struct name to upper caseMax Kellermann
2015-01-01Copyright year 2015Max Kellermann
2014-12-12sticker/Match: add inequality operatorsMax Kellermann
2014-12-12sticker/Match: add operator "EQUALS"Max Kellermann
2014-12-12sticker/Song: add enum StickerOperator to sticker_song_find()Max Kellermann
2014-12-12sticker/Database: use the Error libraryMax 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-11-25{Tag,Song}Print, PlayerCommands: report song duration with milliseconds preci...Max Kellermann
2014-11-18Merge tag 'v0.19.4'Max Kellermann
2014-11-18QueueCommands: workaround for buggy clients that send "add /"Max Kellermann
2014-11-18DatabaseCommands: add "window" parameter to "search"/"find"Max Kellermann
2014-10-25AllCommands: "commands" returns playlist commands only if playlist_directory ...Max Kellermann
2014-10-09StoragePlugin: pass EventLoop to constructorMax Kellermann
2014-10-01storage/Interface: include cleanupMax Kellermann
2014-09-24Merge branch 'v0.18.x'Max Kellermann