aboutsummaryrefslogtreecommitdiff
path: root/src/ClientInternal.hxx
Commit message (Collapse)AuthorAge
* TagPool, ...: include cleanupMax Kellermann2013-01-30
|
* event/BufferedSocket: move output buffer to FullyBufferedSocketMax Kellermann2013-01-30
| | | | | BufferedSocket has just an input buffer, and FullyBufferedSocket adds the output buffer.
* ClientList: convert to a classMax Kellermann2013-01-16
|
* Client: use TimeoutMonitor to track connection timeoutMax Kellermann2013-01-16
| | | | Don't use a global loop over the whole client list.
* Client: move "idle" functions into the classMax Kellermann2013-01-16
|
* Client: rebase on the new BufferedSocket classMax Kellermann2013-01-15
|
* Client: move output buffer code to new class PeakBufferMax Kellermann2013-01-15
|
* Client: move connection functions into the classMax Kellermann2013-01-15
|
* Client*: include check.h / config.hMax Kellermann2013-01-14
|
* ClientList: add header ClientList.hxxMax Kellermann2013-01-09
|
* Client: add Partition reference attributeMax Kellermann2013-01-07
| | | | playlist and player_control are deprecated.
* Client: add "playlist" attributeMax Kellermann2013-01-04
| | | | Reduce access to the global variable "g_playlist".
* Client, Inotify: use std::list instead of std::dequeMax Kellermann2013-01-04
| | | | Random access is not necessary here.
* Client: move code to class CommandListBuilderMax Kellermann2013-01-04
|
* Client: add constructor and destructorMax Kellermann2013-01-03
| | | | Move code from client_new() and client_close().
* Client: use std::deque for messagesMax Kellermann2013-01-03
|
* ClientInternal: use std::set for subscriptionsMax Kellermann2013-01-03
|
* Client: rename the struct client to class ClientMax Kellermann2013-01-03
|
* client: convert to C++Max Kellermann2013-01-03