Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | command/queue: add range parameter to plchanges and plchangesposid | Max Kellermann | 2015-10-27 | 1 | -4/+8 |
| | |||||
* | PlaylistPrint: fix -Wunused #ifndef ENABLE_DATABASE | Max Kellermann | 2015-10-20 | 1 | -0/+1 |
| | |||||
* | client/Response: new Client wrapper class for writing responses | Max Kellermann | 2015-08-12 | 1 | -21/+28 |
| | |||||
* | Copyright year 2015 | Max Kellermann | 2015-01-01 | 1 | -1/+1 |
| | |||||
* | Playlist*: move to queue/ | Max Kellermann | 2014-02-27 | 1 | -1/+1 |
| | |||||
* | DatabasePlugin: split header | Max Kellermann | 2014-02-19 | 1 | -1/+1 |
| | |||||
* | Instance: add Database attribute | Max Kellermann | 2014-02-04 | 1 | -2/+3 |
| | | | | Move from db/DatabaseGlue.cxx, eliminating global variable. | ||||
* | db: add compile-time option to disable database | Max Kellermann | 2014-01-30 | 1 | -0/+10 |
| | |||||
* | Database*: move to db/ | Max Kellermann | 2014-01-24 | 1 | -2/+2 |
| | |||||
* | Input*: move to input/ | Max Kellermann | 2014-01-24 | 1 | -1/+1 |
| | |||||
* | Client*: move to client/ | Max Kellermann | 2014-01-24 | 1 | -1/+1 |
| | |||||
* | Queue*: move to queue/ | Max Kellermann | 2014-01-24 | 1 | -1/+1 |
| | |||||
* | playlist/*: move to playlist/plugins/ | Max Kellermann | 2014-01-23 | 1 | -45/+0 |
| | |||||
* | PlaylistSong: modify the given song object in-place | Max Kellermann | 2014-01-21 | 1 | -9/+7 |
| | | | | Reduce bloat. | ||||
* | Merge branch 'v0.18.x' | Max Kellermann | 2014-01-20 | 1 | -2/+2 |
|\ | |||||
| * | Queue: rename struct queue to Queue | Max Kellermann | 2014-01-20 | 1 | -2/+2 |
| | | | | | | | | | | Works around a build failure on Solaris because annoyingly, Solaris reserves the name "queue". This rename was pending anyway. | ||||
* | | LightSong: new class to be used by DatabasePlugin callbacks | Max Kellermann | 2014-01-19 | 1 | -2/+4 |
| | | | | | | | | | | Detach the Song class completely from the public API, only to be used by SimpleDatabase and the update thread. | ||||
* | | copyright year 2014 | Max Kellermann | 2014-01-13 | 1 | -1/+1 |
| | | |||||
* | | DetachedSong: fork of struct Song | Max Kellermann | 2014-01-09 | 1 | -2/+3 |
| | | | | | | | | | | | | 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. | ||||
* | | fs/Traits: split PathTraits type into PathTraitsFS and PathTraitsUTF8 | Denis Krjuchkov | 2013-12-05 | 1 | -1/+1 |
| | | |||||
* | | include cleanup using iwyu | Max Kellermann | 2013-11-28 | 1 | -2/+0 |
|/ | |||||
* | input_stream: rename struct to InputStream | Max Kellermann | 2013-10-23 | 1 | -1/+1 |
| | |||||
* | Playlist*, Queue: use GetDatabase() overload without Error | Max Kellermann | 2013-10-22 | 1 | -1/+1 |
| | | | | | Don't use IgnoreError() when there's an overload that does not try to give us one. | ||||
* | GetBaseUTF8 | Max Kellermann | 2013-10-21 | 1 | -7/+7 |
| | |||||
* | *: use references instead of pointers | Max Kellermann | 2013-10-19 | 1 | -28/+27 |
| | |||||
* | InputStream: use int64_t instead of goffset | Max Kellermann | 2013-10-17 | 1 | -0/+2 |
| | | | | Decouple some more from GLib. | ||||
* | thread/{Cond,Mutex}: use "class" instead of "typedef" | Max Kellermann | 2013-10-17 | 1 | -0/+1 |
| | | | | Allows forward-declaration. | ||||
* | Playlist*: use nullptr instead of NULL | Max Kellermann | 2013-10-02 | 1 | -4/+4 |
| | |||||
* | PlaylistPlugin: add interface SongEnumerator | Max Kellermann | 2013-09-05 | 1 | -6/+6 |
| | | | | Replaces struct playlist_provider. | ||||
* | InputLegacy: move functions to the input_stream class | Max Kellermann | 2013-09-05 | 1 | -2/+2 |
| | |||||
* | util/Error: new error passing library | Max Kellermann | 2013-09-04 | 1 | -8/+6 |
| | | | | Replaces GLib's GError. | ||||
* | input_stream.h: rename to InputLegacy.hxx | Max Kellermann | 2013-09-03 | 1 | -1/+1 |
| | |||||
* | song: convert header to C++ | Max Kellermann | 2013-07-28 | 1 | -7/+4 |
| | |||||
* | DecoderControl, InputStream: use Mutex/Cond instead of GMutex/GCond | Max Kellermann | 2013-01-27 | 1 | -9/+3 |
| | |||||
* | playlist/*: convert to C++ | Max Kellermann | 2013-01-27 | 1 | -1/+1 |
| | |||||
* | playlist/*: convert to C++ | Max Kellermann | 2013-01-26 | 1 | -1/+1 |
| | |||||
* | Playlist: convert functions to methods | Max Kellermann | 2013-01-07 | 1 | -2/+1 |
| | |||||
* | decoder_api.h, ...: add "extern C" | Max Kellermann | 2013-01-07 | 1 | -1/+1 |
| | |||||
* | queue: convert all functions to methods | Max Kellermann | 2013-01-06 | 1 | -4/+4 |
| | |||||
* | playlist: convert to C++ | Max Kellermann | 2013-01-04 | 1 | -1/+1 |
| | |||||
* | Client: rename the struct client to class Client | Max Kellermann | 2013-01-03 | 1 | -11/+11 |
| | |||||
* | client: convert to C++ | Max Kellermann | 2013-01-03 | 1 | -1/+1 |
| | |||||
* | database.h: eliminate db_*_song() | Max Kellermann | 2013-01-03 | 1 | -14/+19 |
| | | | | Use the C++ API. | ||||
* | *_print: convert to C++ | Max Kellermann | 2013-01-02 | 1 | -1/+1 |
| | |||||
* | playlist_{any,song,queue}: convert to C++ | Max Kellermann | 2013-01-02 | 1 | -3/+3 |
| | |||||
* | main: use C++ compiler | Max Kellermann | 2012-09-28 | 1 | -1/+1 |
| | |||||
* | PlaylistFile: use std::list instead of GPtrArray | Max Kellermann | 2012-09-28 | 1 | -9/+9 |
| | |||||
* | stored_playlist, playlist_save: use C++ compiler | Max Kellermann | 2012-09-28 | 1 | -1/+1 |
| | |||||
* | SongFilter: convert to a C++ class | Max Kellermann | 2012-08-29 | 1 | -3/+3 |
| | |||||
* | playlist_print: rename to PlaylistPrint.cxx | Max Kellermann | 2012-08-29 | 1 | -0/+195 |