aboutsummaryrefslogtreecommitdiffstats
path: root/src/Stats.hxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* client/Response: new Client wrapper class for writing responsesMax Kellermann2015-08-121-2/+3
|
* *: change C-style prototypes, drop "(void)"Max Kellermann2015-03-031-1/+2
|
* Copyright year 2015Max Kellermann2015-01-011-1/+1
|
* copyright year 2014Max Kellermann2014-01-131-1/+1
|
* Stats: lazy initializationMax Kellermann2014-01-101-1/+2
| | | | | Ask the DatabasePlugin for stats when the first client requests them, not at startup.
* Stats: use monotonic clock instead of GTimerMax Kellermann2013-11-241-2/+0
| | | | Reduce GLib usage.
* Stats: use struct DatabaseStatsMax Kellermann2013-11-221-15/+0
| | | | Eliminate redundant declaration.
* Stats: move the GTimer variable out of struct statsMax Kellermann2013-11-221-3/+0
|
* Stats: don't export the global variable "stats"Max Kellermann2013-11-221-2/+0
| | | | Unused outside of Stats.cxx.
* *: use references instead of pointersMax Kellermann2013-10-191-1/+1
|
* Stats: don't include glib.h in headerMax Kellermann2013-10-021-2/+1
| | | | Use forward declaration instead.
* Stats: rename stats.h to Stats.hxxMax Kellermann2013-10-021-0/+55