Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | util/Error: new error passing library | Max Kellermann | 2013-09-04 | 1 | -5/+5 |
| | | | | Replaces GLib's GError. | ||||
* | tag: convert to C++ | Max Kellermann | 2013-07-30 | 1 | -4/+4 |
| | |||||
* | song: convert header to C++ | Max Kellermann | 2013-07-28 | 1 | -3/+3 |
| | |||||
* | DatabasePlugin: add method GetStats() | Max Kellermann | 2012-08-15 | 1 | -0/+56 |
| | | | | | Optimize the ProxyDatabase by invoking "stats" on the peer, instead of visiting all songs. | ||||
* | DatabasePlugin: add method VisitUniqueTags() | Max Kellermann | 2012-08-15 | 1 | -0/+78 |
Optimize the ProxyDatabase by invoking "list" on the peer, instead of visiting all songs. |