Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-01 | copyright year 2021 | Max Kellermann | |
2020-03-15 | treewide: use boost::lround when std::round is unavailable | Rosen Penev | |
This is the case with uClibc-ng currently. Signed-off-by: Rosen Penev <rosenp@gmail.com> | |||
2020-01-18 | copyright year 2020 | Max Kellermann | |
2019-07-05 | include cleanups (powered by iwyu) | Max Kellermann | |
2019-06-17 | Copyright year 2019 | Max Kellermann | |
2019-05-08 | system/Clock: GetProcessUptimeS() returns std::chrono::duration | Max Kellermann | |
2019-05-08 | util/Time*: move to time/ | Max Kellermann | |
2019-02-20 | Instance: use std::unique_ptr<> to manage the Database pointer | Max Kellermann | |
2018-10-31 | *: copyright year 2018 | Max Kellermann | |
2018-09-22 | player/CrossFade, ...: use lround() | Max Kellermann | |
2018-09-21 | player/Control: convert `total_play_time` to `FloatDuration` | Max Kellermann | |
2017-12-19 | Main, ...: catch any exception, not just std::runtime_error | Max Kellermann | |
2017-12-16 | Merge branch 'v0.20.x' | Max Kellermann | |
2017-12-12 | *: check defined(_WIN32) instead of defined(WIN32) | Max Kellermann | |
Only _WIN32 is defined by the compiler, and WIN32 is not standardized and may be missing. Closes #169 | |||
2017-02-11 | db/Interface: GetUpdateStamp() returns std::chrono::system_clock::time_point | Max Kellermann | |
2017-01-03 | update copyright year | Max Kellermann | |
2016-12-28 | Stats: use std::chrono | Max Kellermann | |
2016-12-28 | Stats: initialize start_time automatically | Max Kellermann | |
2016-10-29 | db/Interface: migrate visitor methods from class Error to C++ exceptions | Max Kellermann | |
2016-03-18 | Stats: catch exceptions | Max Kellermann | |
2016-02-26 | update copyright year to 2016 | Max Kellermann | |
2015-08-15 | PlayerThread, ...: move to src/player/ | Max Kellermann | |
2015-08-12 | client/Response: new Client wrapper class for writing responses | Max Kellermann | |
2015-01-01 | Copyright year 2015 | Max Kellermann | |
2014-08-29 | db/Stats: use std::chrono::duration for the total duration | Max Kellermann | |
Use milliseconds precision to reduce rounding errors. | |||
2014-02-19 | DatabasePlugin: split header | Max Kellermann | |
2014-02-04 | Instance: add Database attribute | Max Kellermann | |
Move from db/DatabaseGlue.cxx, eliminating global variable. | |||
2014-02-01 | Stats: pass Database reference around | Max Kellermann | |
Call GetDatabase() only once. | |||
2014-02-01 | Stats: remove obsolete "simple" plugin special case | Max Kellermann | |
The proxy plugin has now implemented the "idle" event listener. | |||
2014-02-01 | Stats: return false if update has failed | Max Kellermann | |
2014-01-30 | db: add compile-time option to disable database | Max Kellermann | |
2014-01-24 | Database*: move to db/ | Max Kellermann | |
2014-01-24 | Client*: move to client/ | 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-24 | Stats: use GetProcessTimes() on WIN32 to determine MPD uptime | Max Kellermann | |
Don't use GTimer if the operating system is able to tell us the uptime. | |||
2013-11-22 | DatabasePlugin: add method GetUpdateStamp() | Max Kellermann | |
Refactor SimpleDatabase::GetLastModified() to be generic for all plugins. Remove the SimpleDatabase assumption from db_stats_print(), allowing it to be implemented by all database plugins. | |||
2013-11-22 | Stats: print db statistics only if db is available | Max Kellermann | |
Fixes crash on "stats" in certain configurations. | |||
2013-11-22 | Stats: print more unsigned integers | Max Kellermann | |
2013-11-22 | Stats: auto-reload statistics with proxy plugin | Max Kellermann | |
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-11-22 | Stats: print db_update as unsigned integer | Max Kellermann | |
2013-10-19 | ClientInternal: move class Client to Client.hxx | Max Kellermann | |
Publish the Client API, preparing to move more code into the Client class. | |||
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 | |
2013-10-02 | Log: new logging library API | Max Kellermann | |
Prepare to migrate away from GLib. Currently, we're still using GLib as a backend. |