summaryrefslogtreecommitdiff
path: root/src/ClientInternal.hxx
AgeCommit message (Expand)Author
2014-01-24Client*: move to client/Max Kellermann
2014-01-13copyright year 2014Max Kellermann
2013-10-20ClientInternal: convert anonymous enum to constexprMax Kellermann
2013-10-20*Commands: move to src/command/Max Kellermann
2013-10-20command: convert command_return to to a strictly-typed enumMax Kellermann
2013-10-19ClientInternal: move class Client to Client.hxxMax Kellermann
2013-10-19*: use references instead of pointersMax Kellermann
2013-10-15event/BufferedSocket: pass writable pointer to OnSocketInput()Max Kellermann
2013-10-02Log: new logging library APIMax Kellermann
2013-09-04util/Error: new error passing libraryMax Kellermann
2013-04-08event/TimeoutMonitor: eliminate support for periodic eventsMax Kellermann
2013-01-30TagPool, ...: include cleanupMax Kellermann
2013-01-30event/BufferedSocket: move output buffer to FullyBufferedSocketMax Kellermann
2013-01-16ClientList: convert to a classMax Kellermann
2013-01-16Client: use TimeoutMonitor to track connection timeoutMax Kellermann
2013-01-16Client: move "idle" functions into the classMax Kellermann
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-14Client*: include check.h / config.hMax 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, Inotify: use std::list instead of std::dequeMax Kellermann
2013-01-04Client: move code to class CommandListBuilderMax 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-03Client: rename the struct client to class ClientMax Kellermann
2013-01-03client: convert to C++Max Kellermann