index
:
mpd.git
master
v0.21.x
v0.22.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Stats.cxx
Age
Commit message (
Expand
)
Author
2021-01-01
copyright year 2021
Max Kellermann
2020-03-15
treewide: use boost::lround when std::round is unavailable
Rosen Penev
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
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
2014-02-19
DatabasePlugin: split header
Max Kellermann
2014-02-04
Instance: add Database attribute
Max Kellermann
2014-02-01
Stats: pass Database reference around
Max Kellermann
2014-02-01
Stats: remove obsolete "simple" plugin special case
Max Kellermann
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
2013-11-24
Stats: use monotonic clock instead of GTimer
Max Kellermann
2013-11-24
Stats: use GetProcessTimes() on WIN32 to determine MPD uptime
Max Kellermann
2013-11-22
DatabasePlugin: add method GetUpdateStamp()
Max Kellermann
2013-11-22
Stats: print db statistics only if db is available
Max Kellermann
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
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
2013-11-22
Stats: print db_update as unsigned integer
Max Kellermann
2013-10-19
ClientInternal: move class Client to Client.hxx
Max Kellermann
2013-10-19
*: use references instead of pointers
Max Kellermann
2013-10-02
Stats: don't include glib.h in header
Max Kellermann
2013-10-02
Stats: rename stats.h to Stats.hxx
Max Kellermann
2013-10-02
Log: new logging library API
Max Kellermann
[next]