Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-31 | *: copyright year 2018 | Max Kellermann | |
2017-02-24 | SongPrint: remove Storage::MapToRelativeUTF8() call | Max Kellermann | |
This code (added 7 years ago with commit b233c145f) has been obsoleted by the SongLoader class (added 3 years ago). | |||
2017-01-03 | update copyright year | Max Kellermann | |
2016-04-13 | command/playlist: eliminate spl_print() calls | Max Kellermann | |
playlist_file_print() already handles stored playlists. spl_print() is never called with a successful result. | |||
2016-03-01 | *: include cleanup (using iwyu) | Max Kellermann | |
2016-02-28 | PlaylistPrint: throw PlaylistError on error | Max Kellermann | |
2016-02-26 | update copyright year to 2016 | Max Kellermann | |
2015-12-28 | PlaylistFile: throw exception on spl_map_to_fs() failure | Max Kellermann | |
2015-10-27 | command/queue: add range parameter to plchanges and plchangesposid | Max Kellermann | |
2015-08-12 | client/Response: new Client wrapper class for writing responses | Max Kellermann | |
2015-01-01 | Copyright year 2015 | Max Kellermann | |
2014-01-23 | playlist/*: move to playlist/plugins/ | Max Kellermann | |
2014-01-13 | copyright year 2014 | Max Kellermann | |
2013-10-30 | *: update copyright year to 2013 | Max Kellermann | |
2013-10-19 | *: use references instead of pointers | Max Kellermann | |
2013-09-04 | util/Error: new error passing library | Max Kellermann | |
Replaces GLib's GError. | |||
2013-01-30 | TagPool, ...: include cleanup | Max Kellermann | |
2013-01-03 | Client: rename the struct client to class Client | Max Kellermann | |
2013-01-02 | don't include stdbool.h in C++ sources | Max Kellermann | |
The "bool" type is built-in. | |||
2012-08-29 | SongFilter: convert to a C++ class | Max Kellermann | |
2012-08-29 | playlist_print: rename to PlaylistPrint.cxx | Max Kellermann | |