Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | util/Error: new error passing library | Max Kellermann | 2013-09-04 | 1 | -4/+4 |
| | | | | Replaces GLib's GError. | ||||
* | PlayerControl: move functions into the class | Max Kellermann | 2013-01-20 | 1 | -1/+1 |
| | |||||
* | player_control.h: convert header to C++ | Max Kellermann | 2013-01-04 | 1 | -1/+1 |
| | |||||
* | Client: rename the struct client to class Client | Max Kellermann | 2013-01-03 | 1 | -1/+1 |
| | |||||
* | client: convert to C++ | Max Kellermann | 2013-01-03 | 1 | -3/+2 |
| | |||||
* | database.h: rename to DatabaseSimple.hxx | Max Kellermann | 2013-01-03 | 1 | -1/+1 |
| | |||||
* | Stats: stats_print() returns void | Max Kellermann | 2012-08-29 | 1 | -3/+2 |
| | |||||
* | DatabasePlugin: add method GetStats() | Max Kellermann | 2012-08-15 | 1 | -63/+18 |
| | | | | | Optimize the ProxyDatabase by invoking "stats" on the peer, instead of visiting all songs. | ||||
* | DatabaseGlue: add function db_is_simple() | Max Kellermann | 2012-08-08 | 1 | -4/+8 |
| | | | | Preparing for non-"simple" database plugins. | ||||
* | db_selection: rename to DatabaseSelection | Max Kellermann | 2012-08-07 | 1 | -3/+2 |
| | |||||
* | Database{Plugin,Visitor}: pass references | Max Kellermann | 2012-08-07 | 1 | -4/+4 |
| | |||||
* | stats: convert to C++ | Max Kellermann | 2012-08-02 | 1 | -0/+133 |