Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-19 | check.h: remove obsolete header | Max Kellermann | |
Since we switched from autotools to Meson in commit 94592c14062d5afc9482d11baa401648082022c0, we don't need to include `config.h` early to properly enable large file support. Meson passes the required macros on the compiler command line instead of defining them in `config.h`. This means we can include `config.h` at any time, whenever we want to check its macros, and there are no ordering constraints. | |||
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-10-28 | db/update/UpdateIO: include cleanup | 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-19 | db/Interface: GetSong() throws exception on error | Max Kellermann | |
2016-03-19 | PlaylistPrint: catch Database::GetSong() exceptions | Max Kellermann | |
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-10-20 | PlaylistPrint: fix -Wunused #ifndef ENABLE_DATABASE | 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-02-27 | Playlist*: move to queue/ | Max Kellermann | |
2014-02-19 | DatabasePlugin: split header | Max Kellermann | |
2014-02-04 | Instance: add Database attribute | Max Kellermann | |
Move from db/DatabaseGlue.cxx, eliminating global variable. | |||
2014-01-30 | db: add compile-time option to disable database | Max Kellermann | |
2014-01-24 | Database*: move to db/ | Max Kellermann | |
2014-01-24 | Input*: move to input/ | Max Kellermann | |
2014-01-24 | Client*: move to client/ | Max Kellermann | |
2014-01-24 | Queue*: move to queue/ | Max Kellermann | |
2014-01-23 | playlist/*: move to playlist/plugins/ | Max Kellermann | |
2014-01-21 | PlaylistSong: modify the given song object in-place | Max Kellermann | |
Reduce bloat. | |||
2014-01-20 | Merge branch 'v0.18.x' | Max Kellermann | |
2014-01-20 | Queue: rename struct queue to Queue | Max Kellermann | |
Works around a build failure on Solaris because annoyingly, Solaris reserves the name "queue". This rename was pending anyway. | |||
2014-01-19 | LightSong: new class to be used by DatabasePlugin callbacks | Max Kellermann | |
Detach the Song class completely from the public API, only to be used by SimpleDatabase and the update thread. | |||
2014-01-13 | copyright year 2014 | Max Kellermann | |
2014-01-09 | DetachedSong: fork of struct Song | Max Kellermann | |
From now on, struct Song will be used by the database only, and DetachedSong will be used by everybody else. DetachedSong is easier to use, but Song has lower overhead. | |||
2013-12-05 | fs/Traits: split PathTraits type into PathTraitsFS and PathTraitsUTF8 | Denis Krjuchkov | |
2013-11-28 | include cleanup using iwyu | Max Kellermann | |
2013-10-23 | input_stream: rename struct to InputStream | Max Kellermann | |
2013-10-22 | Playlist*, Queue: use GetDatabase() overload without Error | Max Kellermann | |
Don't use IgnoreError() when there's an overload that does not try to give us one. | |||
2013-10-21 | GetBaseUTF8 | Max Kellermann | |
2013-10-19 | *: use references instead of pointers | Max Kellermann | |
2013-10-17 | InputStream: use int64_t instead of goffset | Max Kellermann | |
Decouple some more from GLib. | |||
2013-10-17 | thread/{Cond,Mutex}: use "class" instead of "typedef" | Max Kellermann | |
Allows forward-declaration. | |||
2013-10-02 | Playlist*: use nullptr instead of NULL | Max Kellermann | |
2013-09-05 | PlaylistPlugin: add interface SongEnumerator | Max Kellermann | |
Replaces struct playlist_provider. | |||
2013-09-05 | InputLegacy: move functions to the input_stream class | Max Kellermann | |
2013-09-04 | util/Error: new error passing library | Max Kellermann | |
Replaces GLib's GError. | |||
2013-09-03 | input_stream.h: rename to InputLegacy.hxx | Max Kellermann | |
2013-07-28 | song: convert header to C++ | Max Kellermann | |
2013-01-27 | DecoderControl, InputStream: use Mutex/Cond instead of GMutex/GCond | Max Kellermann | |
2013-01-27 | playlist/*: convert to C++ | Max Kellermann | |
2013-01-26 | playlist/*: convert to C++ | Max Kellermann | |
2013-01-07 | Playlist: convert functions to methods | Max Kellermann | |
2013-01-07 | decoder_api.h, ...: add "extern C" | Max Kellermann | |