aboutsummaryrefslogtreecommitdiff
path: root/src/ClientNew.cxx
Commit message (Collapse)AuthorAge
* output/httpd: use the BufferedSocket class for HttpdClientMax 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: 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
|
* fifo_buffer: move to util/Max Kellermann2013-01-15
|
* fifo_buffer: add extern "C"Max Kellermann2013-01-15
|
* 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: initialize num_subscriptionsMax Kellermann2013-01-04
|
* Client: move code to class CommandListBuilderMax Kellermann2013-01-04
|
* ClientNew: initialise the "idle" attributesMax Kellermann2013-01-03
| | | | Make valgrind happy.
* 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
|
* ClientNew: allocate/dispose client objects with new/deleteMax Kellermann2013-01-03
| | | | Prepare for adding non-trivial attributes.
* Client: rename the struct client to class ClientMax Kellermann2013-01-03
|
* client: convert to C++Max Kellermann2013-01-03
|
* permission: convert to C++Max Kellermann2013-01-03
|
* client_new: convert to C++Max Kellermann2013-01-03