summaryrefslogtreecommitdiff
path: root/src/ClientNew.cxx
AgeCommit message (Expand)Author
2013-01-15Client: rebase on the new BufferedSocket classMax Kellermann
2013-01-15Client: move output buffer code to new class PeakBufferMax Kellermann
2013-01-15Client: move connection functions into the classMax Kellermann
2013-01-15fifo_buffer: move to util/Max Kellermann
2013-01-15fifo_buffer: add extern "C"Max Kellermann
2013-01-09ClientList: add header ClientList.hxxMax Kellermann
2013-01-07Client: add Partition reference attributeMax Kellermann
2013-01-04Client: add "playlist" attributeMax Kellermann
2013-01-04Client: initialize num_subscriptionsMax Kellermann
2013-01-04Client: move code to class CommandListBuilderMax Kellermann
2013-01-03ClientNew: initialise the "idle" attributesMax Kellermann
2013-01-03Client: add constructor and destructorMax Kellermann
2013-01-03Client: use std::deque for messagesMax Kellermann
2013-01-03ClientInternal: use std::set for subscriptionsMax Kellermann
2013-01-03ClientNew: allocate/dispose client objects with new/deleteMax Kellermann
2013-01-03Client: rename the struct client to class ClientMax Kellermann
2013-01-03client: convert to C++Max Kellermann
2013-01-03permission: convert to C++Max Kellermann
2013-01-03client_new: convert to C++Max Kellermann