aboutsummaryrefslogtreecommitdiffstats
path: root/src/ClientInternal.hxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Client: add Partition reference attributeMax Kellermann2013-01-071-2/+4
| | | | playlist and player_control are deprecated.
* Client: add "playlist" attributeMax Kellermann2013-01-041-1/+3
| | | | Reduce access to the global variable "g_playlist".
* Client, Inotify: use std::list instead of std::dequeMax Kellermann2013-01-041-2/+2
| | | | Random access is not necessary here.
* Client: move code to class CommandListBuilderMax Kellermann2013-01-041-18/+3
|
* Client: add constructor and destructorMax Kellermann2013-01-031-0/+4
| | | | Move code from client_new() and client_close().
* Client: use std::deque for messagesMax Kellermann2013-01-031-8/+3
|
* ClientInternal: use std::set for subscriptionsMax Kellermann2013-01-031-1/+9
|
* Client: rename the struct client to class ClientMax Kellermann2013-01-031-11/+12
|
* client: convert to C++Max Kellermann2013-01-031-0/+177