summaryrefslogtreecommitdiff
path: root/src/command
AgeCommit message (Expand)Author
2016-12-29command/{Player,Error}: extract messages from nested exceptionsMax Kellermann
2016-12-03ReplayGainGlobal: move replay_gain_mode to struct PartitionMax Kellermann
2016-11-25ReplayGainConfig: add struct ReplayGainConfig, move globals to ReplayGainGlob...Max Kellermann
2016-11-24ReplayGainMode: add ToString(), FromString()Max Kellermann
2016-11-24command/Error: translate std::invalid_argument to ACK_ERROR_ARGMax Kellermann
2016-11-24Partition: add UpdateEffectiveReplayGainMode()Max Kellermann
2016-11-10command: remove the obsolete Error support codeMax Kellermann
2016-11-07decoder/Control: throw exception on Seek() errorMax Kellermann
2016-11-07SongLoader, ...: include cleanupMax Kellermann
2016-10-29db/Interface: migrate Update() from class Error to C++ exceptionsMax Kellermann
2016-10-29db/simple: migrate Mount() from class Error to C++ exceptionsMax Kellermann
2016-10-29db/Interface: migrate visitor methods from class Error to C++ exceptionsMax Kellermann
2016-10-29command/Database: use std::unique_ptrMax Kellermann
2016-10-27LocateUri: migrate from class Error to C++ exceptionsMax Kellermann
2016-10-27storage: migrate from class Error to C++ exceptionsMax Kellermann
2016-10-27command/Storage: use std::unique_ptrMax Kellermann
2016-10-27lib/sqlite, sticker: migrate from class Error to C++ exceptionsMax Kellermann
2016-10-26Instance: add GetDatabaseOrThrow()Max Kellermann
2016-09-08player/Control: convert error from Error to std::exception_ptrMax Kellermann
2016-09-08player/Control: use class Error as C++ exception, throw itMax Kellermann
2016-09-08command/Player: restore "single" mode using AtScopeExit()Max Kellermann
2016-09-08command/All: catch class ErrorMax Kellermann
2016-09-08command/Error: support class Error as C++ exceptionMax Kellermann
2016-09-08command/Error: merge the two try/catch blocksMax Kellermann
2016-06-13command/QueueCommands: eliminate duplicate code in handle_addid()Max Kellermann
2016-06-13return id for "addid" with positionEric Wollesen
2016-04-13command/playlist: eliminate spl_print() callsMax Kellermann
2016-04-12util/StringPointer: rename typedef pointer to pointer_typeMax Kellermann
2016-03-19db/Interface: GetSong() throws exception on errorMax Kellermann
2016-03-05Partition: add method EmitIdle()Max Kellermann
2016-03-01*: include cleanup (using iwyu)Max Kellermann
2016-02-28player/Control: Play*() returns Error informationMax Kellermann
2016-02-28command/error: remove unused function print_playlist_result()Max Kellermann
2016-02-28PlaylistPrint: throw PlaylistError on errorMax Kellermann
2016-02-28command/error: remove db_domain from ToAck(Error)Max Kellermann
2016-02-28db/simple: throw DatabaseError on errorMax Kellermann
2016-02-28command/error: remove playlist_domain from ToAck(Error)Max Kellermann
2016-02-28queue/PlaylistEdit: throw PlaylistError on errorMax Kellermann
2016-02-28queue/QueueCommands: use std::unique_ptrMax Kellermann
2016-02-28queue/PlaylistTag: throw PlaylistError on errorMax Kellermann
2016-02-26update copyright year to 2016Max Kellermann
2016-02-22SongUpdate: move tag_scan_fallback() to tag/Generic.cxxMax Kellermann
2016-02-22tag/handler: use CamelCaseMax Kellermann
2016-02-07db/DatabaseError: add exception class DatabaseErrorMax Kellermann
2016-02-07command/CommandError: move code to ToAck(DatabaseErrorCode)Max Kellermann
2016-02-07db/DatabaseError: rename enum db_error and make strictly-typedMax Kellermann
2015-12-29fs/DirectoryReader: use C++ exceptions instead of class ErrorMax Kellermann
2015-12-29command/Error: workaround for gcc 4.x rethrow_exception(exception_ptr)Max 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