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
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
2013-09-04
util/Error: new error passing library
Max Kellermann
2013-01-20
PlayerControl: move functions into the class
Max Kellermann
2013-01-04
player_control.h: convert header to C++
Max Kellermann
2013-01-03
Client: rename the struct client to class Client
Max Kellermann
2013-01-03
client: convert to C++
Max Kellermann
2013-01-03
database.h: rename to DatabaseSimple.hxx
Max Kellermann
2012-08-29
Stats: stats_print() returns void
Max Kellermann
2012-08-15
DatabasePlugin: add method GetStats()
Max Kellermann
2012-08-08
DatabaseGlue: add function db_is_simple()
Max Kellermann
2012-08-07
db_selection: rename to DatabaseSelection
Max Kellermann
2012-08-07
Database{Plugin,Visitor}: pass references
Max Kellermann
2012-08-02
stats: convert to C++
Max Kellermann