Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ClientList: convert to a class | Max Kellermann | 2013-01-16 | 1 | -1/+0 |
| | |||||
* | Client: use TimeoutMonitor to track connection timeout | Max Kellermann | 2013-01-16 | 1 | -20/+5 |
| | | | | Don't use a global loop over the whole client list. | ||||
* | Client: move "idle" functions into the class | Max Kellermann | 2013-01-16 | 1 | -0/+7 |
| | |||||
* | Client: rebase on the new BufferedSocket class | Max Kellermann | 2013-01-15 | 1 | -17/+17 |
| | |||||
* | Client: move output buffer code to new class PeakBuffer | Max Kellermann | 2013-01-15 | 1 | -9/+3 |
| | |||||
* | Client: move connection functions into the class | Max Kellermann | 2013-01-15 | 1 | -6/+9 |
| | |||||
* | Client*: include check.h / config.h | Max Kellermann | 2013-01-14 | 1 | -0/+1 |
| | |||||
* | 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 |