aboutsummaryrefslogtreecommitdiffstats
path: root/src/ClientRead.cxx (follow)
Commit message (Expand)AuthorAgeFilesLines
* include cleanup using iwyuMax Kellermann2013-11-281-1/+0
* ClientRead: "close" flushes the output bufferMax Kellermann2013-11-061-0/+5
* ClientRead: always ignore whitespace at the end of the lineMax Kellermann2013-11-041-2/+7
* command: convert command_return to to a strictly-typed enumMax Kellermann2013-10-201-6/+6
* *: use references instead of pointersMax Kellermann2013-10-191-1/+1
* *: use nullptr instead of NULLMax Kellermann2013-10-191-1/+1
* event/BufferedSocket: pass writable pointer to OnSocketInput()Max Kellermann2013-10-151-9/+7
* DecoderControl: use GLib forward declarationsMax Kellermann2013-09-271-0/+2
* Client: use TimeoutMonitor to track connection timeoutMax Kellermann2013-01-161-2/+2
* Client: rebase on the new BufferedSocket classMax Kellermann2013-01-151-69/+26
* Client: move connection functions into the classMax Kellermann2013-01-151-1/+1
* fifo_buffer: move to util/Max Kellermann2013-01-151-1/+1
* fifo_buffer: add extern "C"Max Kellermann2013-01-151-3/+0
* Client: rename the struct client to class ClientMax Kellermann2013-01-031-3/+3
* client: convert to C++Max Kellermann2013-01-031-0/+112