aboutsummaryrefslogtreecommitdiffstats
path: root/src/ClientNew.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Client: add Partition reference attributeMax Kellermann2013-01-071-6/+6
| | | | playlist and player_control are deprecated.
* Client: add "playlist" attributeMax Kellermann2013-01-041-4/+5
| | | | Reduce access to the global variable "g_playlist".
* Client: initialize num_subscriptionsMax Kellermann2013-01-041-1/+2
|
* Client: move code to class CommandListBuilderMax Kellermann2013-01-041-4/+0
|
* ClientNew: initialise the "idle" attributesMax Kellermann2013-01-031-1/+2
| | | | Make valgrind happy.
* Client: add constructor and destructorMax Kellermann2013-01-031-52/+51
| | | | Move code from client_new() and client_close().
* Client: use std::deque for messagesMax Kellermann2013-01-031-3/+0
|
* ClientInternal: use std::set for subscriptionsMax Kellermann2013-01-031-1/+0
|
* ClientNew: allocate/dispose client objects with new/deleteMax Kellermann2013-01-031-3/+2
| | | | Prepare for adding non-trivial attributes.
* Client: rename the struct client to class ClientMax Kellermann2013-01-031-3/+3
|
* client: convert to C++Max Kellermann2013-01-031-3/+1
|
* permission: convert to C++Max Kellermann2013-01-031-1/+1
|
* client_new: convert to C++Max Kellermann2013-01-031-0/+169