aboutsummaryrefslogtreecommitdiffstats
path: root/src/ClientList.hxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ClientList: disconnect all clients in destructorMax Kellermann2013-10-301-0/+3
| | | | Fixes assertion failure.
* ClientList: convert to a classMax Kellermann2013-01-161-10/+31
|
* ClientGlobal: move client_close_all() to ClientList.cxxMax Kellermann2013-01-161-6/+3
|
* ClientList: don't use GLibMax Kellermann2013-01-091-3/+1
| | | | Use std::list instead of GList.
* ClientList: add header ClientList.hxxMax Kellermann2013-01-091-0/+45