| Commit message (Expand) | Author | Files | Lines |
2014-02-04 | Instance: add Database attribute | Max Kellermann | 1 | -4/+3 |
2014-02-01 | Stats: pass Database reference around | Max Kellermann | 1 | -9/+8 |
2014-02-01 | Stats: remove obsolete "simple" plugin special case | Max Kellermann | 1 | -8/+0 |
2014-02-01 | Stats: return false if update has failed | Max Kellermann | 1 | -1/+1 |
2014-01-30 | db: add compile-time option to disable database | Max Kellermann | 1 | -0/+10 |
2014-01-24 | Database*: move to db/ | Max Kellermann | 1 | -4/+4 |
2014-01-24 | Client*: move to client/ | Max Kellermann | 1 | -1/+1 |
2014-01-13 | copyright year 2014 | Max Kellermann | 1 | -1/+1 |
2014-01-10 | Stats: lazy initialization | Max Kellermann | 1 | -7/+34 |
2013-11-24 | Stats: use monotonic clock instead of GTimer | Max Kellermann | 1 | -12/+7 |
2013-11-24 | Stats: use GetProcessTimes() on WIN32 to determine MPD uptime | Max Kellermann | 1 | -2/+14 |
2013-11-22 | DatabasePlugin: add method GetUpdateStamp() | Max Kellermann | 1 | -2/+3 |
2013-11-22 | Stats: print db statistics only if db is available | Max Kellermann | 1 | -6/+19 |
2013-11-22 | Stats: print more unsigned integers | Max Kellermann | 1 | -6/+6 |
2013-11-22 | Stats: auto-reload statistics with proxy plugin | Max Kellermann | 1 | -0/+7 |
2013-11-22 | Stats: use struct DatabaseStats | Max Kellermann | 1 | -10/+4 |
2013-11-22 | Stats: move the GTimer variable out of struct stats | Max Kellermann | 1 | -3/+4 |
2013-11-22 | Stats: don't export the global variable "stats" | Max Kellermann | 1 | -1/+1 |
2013-11-22 | Stats: print db_update as unsigned integer | Max Kellermann | 1 | -2/+2 |
2013-10-19 | ClientInternal: move class Client to Client.hxx | Max Kellermann | 1 | -1/+1 |
2013-10-19 | *: use references instead of pointers | Max Kellermann | 1 | -2/+2 |
2013-10-02 | Stats: don't include glib.h in header | Max Kellermann | 1 | -0/+2 |
2013-10-02 | Stats: rename stats.h to Stats.hxx | Max Kellermann | 1 | -5/+1 |
2013-10-02 | Log: new logging library API | Max Kellermann | 1 | -1/+2 |
2013-09-04 | util/Error: new error passing library | Max Kellermann | 1 | -4/+4 |
2013-01-20 | PlayerControl: move functions into the class | Max Kellermann | 1 | -1/+1 |
2013-01-04 | player_control.h: convert header to C++ | Max Kellermann | 1 | -1/+1 |
2013-01-03 | Client: rename the struct client to class Client | Max Kellermann | 1 | -1/+1 |
2013-01-03 | client: convert to C++ | Max Kellermann | 1 | -3/+2 |
2013-01-03 | database.h: rename to DatabaseSimple.hxx | Max Kellermann | 1 | -1/+1 |
2012-08-29 | Stats: stats_print() returns void | Max Kellermann | 1 | -3/+2 |
2012-08-15 | DatabasePlugin: add method GetStats() | Max Kellermann | 1 | -63/+18 |
2012-08-08 | DatabaseGlue: add function db_is_simple() | Max Kellermann | 1 | -4/+8 |
2012-08-07 | db_selection: rename to DatabaseSelection | Max Kellermann | 1 | -3/+2 |
2012-08-07 | Database{Plugin,Visitor}: pass references | Max Kellermann | 1 | -4/+4 |
2012-08-02 | stats: convert to C++ | Max Kellermann | 1 | -26/+31 |
2011-11-27 | stats: explicitly cast "time_t" to "long" | Max Kellermann | 1 | -1/+1 |
2011-09-13 | database: don't allow uri==NULL | Max Kellermann | 1 | -1/+1 |
2011-09-13 | database: add struct db_visitor | Max Kellermann | 1 | -4/+10 |
2011-01-29 | copyright year 2011 | Max Kellermann | 1 | -1/+1 |
2011-01-10 | player_control: removed the global variable "pc" | Max Kellermann | 1 | -1/+2 |
2009-12-31 | Update copyright notices. | Avuton Olrich | 1 | -1/+1 |
2009-11-12 | include config.h in all sources | Max Kellermann | 1 | -0/+1 |
2009-10-13 | tag: removed the "_ITEM_" suffix from the enum names | Max Kellermann | 1 | -2/+2 |
2009-10-08 | player_control: no CamelCase | Max Kellermann | 1 | -1/+1 |
2009-03-13 | all: Update copyright header. | Avuton Olrich | 1 | -7/+7 |
2009-02-27 | tag: no CamelCase | Max Kellermann | 1 | -1/+1 |
2009-01-18 | stats: use GTimer instead of time(NULL) | Max Kellermann | 1 | -2/+7 |
2009-01-18 | stats: use one db_walk() to obtain stats | Max Kellermann | 1 | -30/+44 |
2009-01-18 | stats: added num_artists, num_albums | Max Kellermann | 1 | -8/+10 |