Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Copyright year 2015 | Max Kellermann | 2015-01-01 | 1 | -1/+1 |
| | |||||
* | Main: wrap the Storage instance in CompositeStorage | Max Kellermann | 2014-02-09 | 1 | -0/+4 |
| | |||||
* | Instance: narrow "storage" to class Storage | Max Kellermann | 2014-02-06 | 1 | -2/+2 |
| | |||||
* | db/UpdateWalk: move LocalStorage to Instance | Max Kellermann | 2014-02-05 | 1 | -0/+4 |
| | | | | Keep only a reference. | ||||
* | Instance: add attribute "event_loop" | Max Kellermann | 2014-02-05 | 1 | -0/+3 |
| | | | | Replaces global variable "main_loop". | ||||
* | db/DatabaseListener: add method OnDatabaseSongRemoved() | Max Kellermann | 2014-02-04 | 1 | -3/+2 |
| | | | | Decouples db/update/Remove.cpp from global variables. | ||||
* | Instance: merge DatabaseModified() into OnDatabaseModified() | Max Kellermann | 2014-02-04 | 1 | -7/+0 |
| | |||||
* | Instance: add Database attribute | Max Kellermann | 2014-02-04 | 1 | -0/+10 |
| | | | | Move from db/DatabaseGlue.cxx, eliminating global variable. | ||||
* | Main: create UpdateService instance in glue_db_init_and_load() | Max Kellermann | 2014-02-04 | 1 | -0/+6 |
| | |||||
* | db: add compile-time option to disable database | Max Kellermann | 2014-01-30 | 1 | -3/+22 |
| | |||||
* | db/update: convert to OO API | Max Kellermann | 2014-01-30 | 1 | -0/+3 |
| | | | | | Move global variables into the new classes. That may allow multiple update threads for multiple databases one day. | ||||
* | neighbor: new subsystem to detect file servers on the local network | Max Kellermann | 2014-01-26 | 1 | -1/+21 |
| | | | | | | | | | | | | | This commit adds the NeighborPlugin API which can be used to detect nearby file servers that can be used by input plugins. This list of servers is exported using the new "listneighbors" command. The idle even "neighbor" notifies interested clients when a new neighbor is found or an existing one is lost. There's a lot missing currently: protocol&user documentation, and a way to "mount" remote servers into the music database. Obviously, some code from the UPnP database plugin can be moved to a neighbor plugin. | ||||
* | Database*: move to db/ | Max Kellermann | 2014-01-24 | 1 | -1/+1 |
| | |||||
* | copyright year 2014 | Max Kellermann | 2014-01-13 | 1 | -1/+1 |
| | |||||
* | DatabasePlugin: add interface DatabaseListener | Max Kellermann | 2014-01-11 | 1 | -1/+6 |
| | | | | Allow database plugins to announce that they have been modified. | ||||
* | DetachedSong: fork of struct Song | Max Kellermann | 2014-01-09 | 1 | -2/+1 |
| | | | | | | 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. | ||||
* | Playlist: copy stream tags from the PlayerThread | Max Kellermann | 2013-10-22 | 1 | -2/+2 |
| | | | | | | Finally restores an important feature that has been broken for several months when the PlayerThread started working with Song copies instead of pointers to the Queue's Song instances (commit e96779d). | ||||
* | song: convert header to C++ | Max Kellermann | 2013-07-28 | 1 | -2/+2 |
| | |||||
* | Main: move global variables to struct Instance | Max Kellermann | 2013-04-17 | 1 | -0/+54 |
More preparations for multi-player support. |