aboutsummaryrefslogtreecommitdiffstats
path: root/src/ClientInternal.hxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* event/TimeoutMonitor: eliminate support for periodic eventsMax Kellermann2013-04-081-1/+1
| | | | | No caller needs this. Fixes use-after-free after returning from Client::OnTimeout().
* TagPool, ...: include cleanupMax Kellermann2013-01-301-12/+0
|
* event/BufferedSocket: move output buffer to FullyBufferedSocketMax Kellermann2013-01-301-5/+5
| | | | | BufferedSocket has just an input buffer, and FullyBufferedSocket adds the output buffer.
* ClientList: convert to a classMax Kellermann2013-01-161-1/+0
|
* Client: use TimeoutMonitor to track connection timeoutMax Kellermann2013-01-161-20/+5
| | | | Don't use a global loop over the whole client list.
* Client: move "idle" functions into the classMax Kellermann2013-01-161-0/+7
|
* Client: rebase on the new BufferedSocket classMax Kellermann2013-01-151-17/+17
|
* Client: move output buffer code to new class PeakBufferMax Kellermann2013-01-151-9/+3
|
* Client: move connection functions into the classMax Kellermann2013-01-151-6/+9
|
* Client*: include check.h / config.hMax Kellermann2013-01-141-0/+1
|
* ClientList: add header ClientList.hxxMax Kellermann2013-01-091-18/+0
|
* Client: add Partition reference attributeMax Kellermann2013-01-071-2/+4
| | | | playlist and player_control are deprecated.
* Client: add "playlist" attributeMax Kellermann2013-01-041-1/+3
| | | | Reduce access to the global variable "g_playlist".
* Client, Inotify: use std::list instead of std::dequeMax Kellermann2013-01-041-2/+2
| | | | Random access is not necessary here.
* Client: move code to class CommandListBuilderMax Kellermann2013-01-041-18/+3
|
* Client: add constructor and destructorMax Kellermann2013-01-031-0/+4
| | | | Move code from client_new() and client_close().
* Client: use std::deque for messagesMax Kellermann2013-01-031-8/+3
|
* ClientInternal: use std::set for subscriptionsMax Kellermann2013-01-031-1/+9
|
* Client: rename the struct client to class ClientMax Kellermann2013-01-031-11/+12
|
* client: convert to C++Max Kellermann2013-01-031-0/+177