Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | copyright year 2014 | Max Kellermann | 2014-01-13 | 1 | -1/+1 |
| | |||||
* | Stats: lazy initialization | Max Kellermann | 2014-01-10 | 1 | -1/+2 |
| | | | | | Ask the DatabasePlugin for stats when the first client requests them, not at startup. | ||||
* | Stats: use monotonic clock instead of GTimer | Max Kellermann | 2013-11-24 | 1 | -2/+0 |
| | | | | Reduce GLib usage. | ||||
* | Stats: use struct DatabaseStats | Max Kellermann | 2013-11-22 | 1 | -15/+0 |
| | | | | Eliminate redundant declaration. | ||||
* | Stats: move the GTimer variable out of struct stats | Max Kellermann | 2013-11-22 | 1 | -3/+0 |
| | |||||
* | Stats: don't export the global variable "stats" | Max Kellermann | 2013-11-22 | 1 | -2/+0 |
| | | | | Unused outside of Stats.cxx. | ||||
* | *: use references instead of pointers | Max Kellermann | 2013-10-19 | 1 | -1/+1 |
| | |||||
* | Stats: don't include glib.h in header | Max Kellermann | 2013-10-02 | 1 | -2/+1 |
| | | | | Use forward declaration instead. | ||||
* | Stats: rename stats.h to Stats.hxx | Max Kellermann | 2013-10-02 | 1 | -0/+55 |