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