aboutsummaryrefslogtreecommitdiffstats
path: root/src/ClientInternal.hxx (follow)
Commit message (Collapse)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
| | | | | Publish the Client API, preparing to move more code into the Client class.
* *: use references instead of pointersMax Kellermann2013-10-191-2/+2
|
* event/BufferedSocket: pass writable pointer to OnSocketInput()Max Kellermann2013-10-151-2/+1
| | | | | Remove the const_cast from HttpdClient.cxx, and avoid one allocation in ClientRead.cxx.
* Log: new logging library APIMax Kellermann2013-10-021-3/+2
| | | | | Prepare to migrate away from GLib. Currently, we're still using GLib as a backend.
* util/Error: new error passing libraryMax Kellermann2013-09-041-1/+1
| | | | Replaces GLib's GError.
* event/TimeoutMonitor: eliminate support for periodic eventsMax Kellermann2013-04-081-1/+1
| | | | | No caller needs this. Fixes use-after-free after returning from Client::OnTimeout().
* TagPool, ...: include cleanupMax Kellermann2013-01-301-12/+0
|
* event/BufferedSocket: move output buffer to FullyBufferedSocketMax Kellermann2013-01-301-5/+5
| | | | | BufferedSocket has just an input buffer, and FullyBufferedSocket adds the output buffer.
* ClientList: convert to a classMax Kellermann2013-01-161-1/+0
|
* Client: use TimeoutMonitor to track connection timeoutMax Kellermann2013-01-161-20/+5
| | | | Don't use a global loop over the whole client list.
* 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
| | | | playlist and player_control are deprecated.
* Client: add "playlist" attributeMax Kellermann2013-01-041-1/+3
| | | | Reduce access to the global variable "g_playlist".
* Client, Inotify: use std::list instead of std::dequeMax Kellermann2013-01-041-2/+2
| | | | Random access is not necessary here.
* Client: move code to class CommandListBuilderMax Kellermann2013-01-041-18/+3
|
* Client: add constructor and destructorMax Kellermann2013-01-031-0/+4
| | | | Move code from client_new() and client_close().
* 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