aboutsummaryrefslogtreecommitdiffstats
path: root/src/Stats.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* PlayerControl: move functions into the classMax Kellermann2013-01-201-1/+1
|
* player_control.h: convert header to C++Max Kellermann2013-01-041-1/+1
|
* Client: rename the struct client to class ClientMax Kellermann2013-01-031-1/+1
|
* client: convert to C++Max Kellermann2013-01-031-3/+2
|
* database.h: rename to DatabaseSimple.hxxMax Kellermann2013-01-031-1/+1
|
* Stats: stats_print() returns voidMax Kellermann2012-08-291-3/+2
|
* DatabasePlugin: add method GetStats()Max Kellermann2012-08-151-63/+18
| | | | | Optimize the ProxyDatabase by invoking "stats" on the peer, instead of visiting all songs.
* DatabaseGlue: add function db_is_simple()Max Kellermann2012-08-081-4/+8
| | | | Preparing for non-"simple" database plugins.
* db_selection: rename to DatabaseSelectionMax Kellermann2012-08-071-3/+2
|
* Database{Plugin,Visitor}: pass referencesMax Kellermann2012-08-071-4/+4
|
* stats: convert to C++Max Kellermann2012-08-021-0/+133