Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ClientList: add header ClientList.hxx | Max Kellermann | 2013-01-09 | 1 | -18/+0 |
| | |||||
* | Client: add Partition reference attribute | Max Kellermann | 2013-01-07 | 1 | -2/+4 |
| | | | | playlist and player_control are deprecated. | ||||
* | Client: add "playlist" attribute | Max Kellermann | 2013-01-04 | 1 | -1/+3 |
| | | | | Reduce access to the global variable "g_playlist". | ||||
* | Client, Inotify: use std::list instead of std::deque | Max Kellermann | 2013-01-04 | 1 | -2/+2 |
| | | | | Random access is not necessary here. | ||||
* | Client: move code to class CommandListBuilder | Max Kellermann | 2013-01-04 | 1 | -18/+3 |
| | |||||
* | Client: add constructor and destructor | Max Kellermann | 2013-01-03 | 1 | -0/+4 |
| | | | | Move code from client_new() and client_close(). | ||||
* | Client: use std::deque for messages | Max Kellermann | 2013-01-03 | 1 | -8/+3 |
| | |||||
* | ClientInternal: use std::set for subscriptions | Max Kellermann | 2013-01-03 | 1 | -1/+9 |
| | |||||
* | Client: rename the struct client to class Client | Max Kellermann | 2013-01-03 | 1 | -11/+12 |
| | |||||
* | client: convert to C++ | Max Kellermann | 2013-01-03 | 1 | -0/+177 |