Age | Commit message (Expand) | Author |
2017-06-03 | storage, db, mixer, command: remove more bogus "pure" attributes | Max Kellermann |
2017-05-08 | *: add "noexcept" to many, many function prototypes | Max Kellermann |
2017-03-01 | command/Error: improve libstdc++ 4.9.x detection for std::rethrow_if_nested()... | Max Kellermann |
2017-01-17 | AudioFormat: replace struct audio_format_string with class StringBuffer, retu... | Max Kellermann |
2017-01-03 | update copyright year | Max Kellermann |
2016-12-29 | command/{Player,Error}: extract messages from nested exceptions | Max Kellermann |
2016-12-03 | ReplayGainGlobal: move replay_gain_mode to struct Partition | Max Kellermann |
2016-11-25 | ReplayGainConfig: add struct ReplayGainConfig, move globals to ReplayGainGlob... | Max Kellermann |
2016-11-24 | ReplayGainMode: add ToString(), FromString() | Max Kellermann |
2016-11-24 | command/Error: translate std::invalid_argument to ACK_ERROR_ARG | Max Kellermann |
2016-11-24 | Partition: add UpdateEffectiveReplayGainMode() | Max Kellermann |
2016-11-10 | command: remove the obsolete Error support code | Max Kellermann |
2016-11-07 | decoder/Control: throw exception on Seek() error | Max Kellermann |
2016-11-07 | SongLoader, ...: include cleanup | Max Kellermann |
2016-10-29 | db/Interface: migrate Update() from class Error to C++ exceptions | Max Kellermann |
2016-10-29 | db/simple: migrate Mount() from class Error to C++ exceptions | Max Kellermann |
2016-10-29 | db/Interface: migrate visitor methods from class Error to C++ exceptions | Max Kellermann |
2016-10-29 | command/Database: use std::unique_ptr | Max Kellermann |
2016-10-27 | LocateUri: migrate from class Error to C++ exceptions | Max Kellermann |
2016-10-27 | storage: migrate from class Error to C++ exceptions | Max Kellermann |
2016-10-27 | command/Storage: use std::unique_ptr | Max Kellermann |
2016-10-27 | lib/sqlite, sticker: migrate from class Error to C++ exceptions | Max Kellermann |
2016-10-26 | Instance: add GetDatabaseOrThrow() | Max Kellermann |
2016-09-08 | player/Control: convert error from Error to std::exception_ptr | Max Kellermann |
2016-09-08 | player/Control: use class Error as C++ exception, throw it | Max Kellermann |
2016-09-08 | command/Player: restore "single" mode using AtScopeExit() | Max Kellermann |
2016-09-08 | command/All: catch class Error | Max Kellermann |
2016-09-08 | command/Error: support class Error as C++ exception | Max Kellermann |
2016-09-08 | command/Error: merge the two try/catch blocks | Max Kellermann |
2016-06-13 | command/QueueCommands: eliminate duplicate code in handle_addid() | Max Kellermann |
2016-06-13 | return id for "addid" with position | Eric Wollesen |
2016-04-13 | command/playlist: eliminate spl_print() calls | Max Kellermann |
2016-04-12 | util/StringPointer: rename typedef pointer to pointer_type | Max Kellermann |
2016-03-19 | db/Interface: GetSong() throws exception on error | Max Kellermann |
2016-03-05 | Partition: add method EmitIdle() | Max Kellermann |
2016-03-01 | *: include cleanup (using iwyu) | Max Kellermann |
2016-02-28 | player/Control: Play*() returns Error information | Max Kellermann |
2016-02-28 | command/error: remove unused function print_playlist_result() | Max Kellermann |
2016-02-28 | PlaylistPrint: throw PlaylistError on error | Max Kellermann |
2016-02-28 | command/error: remove db_domain from ToAck(Error) | Max Kellermann |
2016-02-28 | db/simple: throw DatabaseError on error | Max Kellermann |
2016-02-28 | command/error: remove playlist_domain from ToAck(Error) | Max Kellermann |
2016-02-28 | queue/PlaylistEdit: throw PlaylistError on error | Max Kellermann |
2016-02-28 | queue/QueueCommands: use std::unique_ptr | Max Kellermann |
2016-02-28 | queue/PlaylistTag: throw PlaylistError on error | Max Kellermann |
2016-02-26 | update copyright year to 2016 | Max Kellermann |
2016-02-22 | SongUpdate: move tag_scan_fallback() to tag/Generic.cxx | Max Kellermann |
2016-02-22 | tag/handler: use CamelCase | Max Kellermann |
2016-02-07 | db/DatabaseError: add exception class DatabaseError | Max Kellermann |
2016-02-07 | command/CommandError: move code to ToAck(DatabaseErrorCode) | Max Kellermann |