aboutsummaryrefslogtreecommitdiffstats
path: root/src/ClientInternal.hxx (follow)
Commit message (Expand)AuthorAgeFilesLines
* ClientInternal: convert anonymous enum to constexprMax Kellermann2013-10-201-4/+2
* *Commands: move to src/command/Max Kellermann2013-10-201-1/+1
* command: convert command_return to to a strictly-typed enumMax Kellermann2013-10-201-2/+2
* ClientInternal: move class Client to Client.hxxMax Kellermann2013-10-191-90/+0
* *: use references instead of pointersMax Kellermann2013-10-191-2/+2
* event/BufferedSocket: pass writable pointer to OnSocketInput()Max Kellermann2013-10-151-2/+1
* Log: new logging library APIMax Kellermann2013-10-021-3/+2
* util/Error: new error passing libraryMax Kellermann2013-09-041-1/+1
* event/TimeoutMonitor: eliminate support for periodic eventsMax Kellermann2013-04-081-1/+1
* TagPool, ...: include cleanupMax Kellermann2013-01-301-12/+0
* event/BufferedSocket: move output buffer to FullyBufferedSocketMax Kellermann2013-01-301-5/+5
* ClientList: convert to a classMax Kellermann2013-01-161-1/+0
* Client: use TimeoutMonitor to track connection timeoutMax Kellermann2013-01-161-20/+5
* 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
* Client: add "playlist" attributeMax Kellermann2013-01-041-1/+3
* Client, Inotify: use std::list instead of std::dequeMax Kellermann2013-01-041-2/+2
* Client: move code to class CommandListBuilderMax Kellermann2013-01-041-18/+3
* Client: add constructor and destructorMax Kellermann2013-01-031-0/+4
* 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