Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ClientList: add header ClientList.hxx | Max Kellermann | 2013-01-09 | 1 | -0/+1 |
| | |||||
* | Client: add Partition reference attribute | Max Kellermann | 2013-01-07 | 1 | -6/+6 |
| | | | | playlist and player_control are deprecated. | ||||
* | Client: add "playlist" attribute | Max Kellermann | 2013-01-04 | 1 | -4/+5 |
| | | | | Reduce access to the global variable "g_playlist". | ||||
* | Client: initialize num_subscriptions | Max Kellermann | 2013-01-04 | 1 | -1/+2 |
| | |||||
* | Client: move code to class CommandListBuilder | Max Kellermann | 2013-01-04 | 1 | -4/+0 |
| | |||||
* | ClientNew: initialise the "idle" attributes | Max Kellermann | 2013-01-03 | 1 | -1/+2 |
| | | | | Make valgrind happy. | ||||
* | Client: add constructor and destructor | Max Kellermann | 2013-01-03 | 1 | -52/+51 |
| | | | | Move code from client_new() and client_close(). | ||||
* | Client: use std::deque for messages | Max Kellermann | 2013-01-03 | 1 | -3/+0 |
| | |||||
* | ClientInternal: use std::set for subscriptions | Max Kellermann | 2013-01-03 | 1 | -1/+0 |
| | |||||
* | ClientNew: allocate/dispose client objects with new/delete | Max Kellermann | 2013-01-03 | 1 | -3/+2 |
| | | | | Prepare for adding non-trivial attributes. | ||||
* | Client: rename the struct client to class Client | Max Kellermann | 2013-01-03 | 1 | -3/+3 |
| | |||||
* | client: convert to C++ | Max Kellermann | 2013-01-03 | 1 | -3/+1 |
| | |||||
* | permission: convert to C++ | Max Kellermann | 2013-01-03 | 1 | -1/+1 |
| | |||||
* | client_new: convert to C++ | Max Kellermann | 2013-01-03 | 1 | -0/+169 |