summaryrefslogtreecommitdiff
path: root/src/command/PlaylistCommands.cxx
AgeCommit message (Expand)Author
2021-05-18command/PlaylistCommands: pass real_uri to LookupRemoteTag()Max Kellermann
2021-01-01copyright year 2021Max Kellermann
2020-03-16remove gcc_unusedRosen Penev
2020-01-18copyright year 2020Max Kellermann
2019-08-09util/UriUtil: splitMax Kellermann
2019-07-05include cleanups (powered by iwyu)Max Kellermann
2019-06-17Copyright year 2019Max Kellermann
2019-05-08util/Time*: move to time/Max Kellermann
2019-04-18Merge branch 'v0.21.x'Max Kellermann
2019-04-18LocateUri: pass URI plugin kind, optionally disables plugin verifyMax Kellermann
2019-04-03Merge tag 'v0.21.7'Max Kellermann
2019-03-29command/playlist: invoke the RemoteTagScanner on all newly added songsMax Kellermann
2019-03-25db/DatabasePlaylist: pass DatabaseSelection to search_add_to_playlist()Max Kellermann
2019-02-26allow loading playlists specified as absolute filesystem pathsStefano Miccoli
2018-10-31*: copyright year 2018Max Kellermann
2017-08-11db/PlaylistInfo: use std::chrono::system_clock::time_pointMax Kellermann
2017-05-15Merge tag 'v0.20.7'Max Kellermann
2017-05-08*: add "noexcept" to many, many function prototypesMax Kellermann
2017-02-25Client: add method GetPartition(), make partition privateMax Kellermann
2017-02-25Client: replace playlist and player_control with getter methodsMax Kellermann
2017-02-08db/DatabaseSong: make the Storage optionalMax Kellermann
2017-01-03update copyright yearMax Kellermann
2016-11-07SongLoader, ...: include cleanupMax Kellermann
2016-10-29db/Interface: migrate visitor methods from class Error to C++ exceptionsMax Kellermann
2016-10-27LocateUri: migrate from class Error to C++ exceptionsMax Kellermann
2016-10-26Instance: add GetDatabaseOrThrow()Max Kellermann
2016-04-13command/playlist: eliminate spl_print() callsMax Kellermann
2016-03-01*: include cleanup (using iwyu)Max Kellermann
2016-02-28queue/PlaylistEdit: throw PlaylistError on errorMax Kellermann
2016-02-26update copyright year to 2016Max Kellermann
2015-12-29fs/DirectoryReader: use C++ exceptions instead of class ErrorMax Kellermann
2015-12-28PlaylistFile: convert more APIs from Error to std::exceptionMax Kellermann
2015-12-28PlaylistFile: throw exception on spl_map_to_fs() failureMax Kellermann
2015-12-18protocol/Ack: add exception class wrapping enum ackMax 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: 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-03-24PlaylistSave: return bool/Error instead of PlaylistResultMax Kellermann
2015-01-01Copyright year 2015Max Kellermann
2014-12-08command: use ConstBuffer<const char *> for argument listMax Kellermann
2014-10-25AllCommands: "commands" returns playlist commands only if playlist_directory ...Max Kellermann
2014-07-11Merge branch 'v0.18.x'Max Kellermann
2014-07-11PlaylistEdit: postpone UpdateQueuedSong() when adding multiple songsMax Kellermann
2014-06-16command: make argc unsignedMax Kellermann
2014-05-10PlaylistCommands: remove redundant playlist_load_spl() callMax Kellermann
2014-02-27Playlist: use the Error library to return errorsMax Kellermann
2014-02-27Playlist*: move to queue/Max Kellermann