summaryrefslogtreecommitdiff
path: root/src/Stats.hxx
AgeCommit message (Collapse)Author
2017-01-03update copyright yearMax Kellermann
2016-12-28Stats: initialize start_time automaticallyMax Kellermann
2016-02-26update copyright year to 2016Max Kellermann
2015-08-12client/Response: new Client wrapper class for writing responsesMax Kellermann
2015-03-03*: change C-style prototypes, drop "(void)"Max Kellermann
2015-01-01Copyright year 2015Max Kellermann
2014-01-13copyright year 2014Max Kellermann
2014-01-10Stats: lazy initializationMax Kellermann
Ask the DatabasePlugin for stats when the first client requests them, not at startup.
2013-11-24Stats: use monotonic clock instead of GTimerMax Kellermann
Reduce GLib usage.
2013-11-22Stats: use struct DatabaseStatsMax Kellermann
Eliminate redundant declaration.
2013-11-22Stats: move the GTimer variable out of struct statsMax Kellermann
2013-11-22Stats: don't export the global variable "stats"Max Kellermann
Unused outside of Stats.cxx.
2013-10-19*: use references instead of pointersMax Kellermann
2013-10-02Stats: don't include glib.h in headerMax Kellermann
Use forward declaration instead.
2013-10-02Stats: rename stats.h to Stats.hxxMax Kellermann