aboutsummaryrefslogtreecommitdiffstats
path: root/src/ClientNew.cxx (follow)
Commit message (Expand)AuthorAgeFilesLines
* ClientList: convert to a classMax Kellermann2013-01-161-3/+4
* Client: use TimeoutMonitor to track connection timeoutMax Kellermann2013-01-161-6/+2
* Client: rebase on the new BufferedSocket classMax Kellermann2013-01-151-25/+6
* Client: move output buffer code to new class PeakBufferMax Kellermann2013-01-151-12/+1
* Client: move connection functions into the classMax Kellermann2013-01-151-6/+5
* fifo_buffer: move to util/Max Kellermann2013-01-151-1/+1
* fifo_buffer: add extern "C"Max Kellermann2013-01-151-1/+1
* ClientList: add header ClientList.hxxMax Kellermann2013-01-091-0/+1
* Client: add Partition reference attributeMax Kellermann2013-01-071-6/+6
* Client: add "playlist" attributeMax Kellermann2013-01-041-4/+5
* Client: initialize num_subscriptionsMax Kellermann2013-01-041-1/+2
* Client: move code to class CommandListBuilderMax Kellermann2013-01-041-4/+0
* ClientNew: initialise the "idle" attributesMax Kellermann2013-01-031-1/+2
* Client: add constructor and destructorMax Kellermann2013-01-031-52/+51
* Client: use std::deque for messagesMax Kellermann2013-01-031-3/+0
* ClientInternal: use std::set for subscriptionsMax Kellermann2013-01-031-1/+0
* ClientNew: allocate/dispose client objects with new/deleteMax Kellermann2013-01-031-3/+2
* Client: rename the struct client to class ClientMax Kellermann2013-01-031-3/+3
* client: convert to C++Max Kellermann2013-01-031-3/+1
* permission: convert to C++Max Kellermann2013-01-031-1/+1
* client_new: convert to C++Max Kellermann2013-01-031-0/+169