aboutsummaryrefslogtreecommitdiffstats
path: root/src/ClientRead.cxx (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-01-24Client*: move to client/Max Kellermann1-75/+0
2014-01-13copyright year 2014Max Kellermann1-1/+1
2013-11-28include cleanup using iwyuMax Kellermann1-1/+0
2013-11-06ClientRead: "close" flushes the output bufferMax Kellermann1-0/+5
Add a new CommandResult code called "FINISH" which, unlike "CLOSE", will attempt to flush the output buffer. This is a one-shot attempt; it will do one write, and not try again.
2013-11-04ClientRead: always ignore whitespace at the end of the lineMax Kellermann1-2/+7
2013-10-20command: convert command_return to to a strictly-typed enumMax Kellermann1-6/+6
2013-10-19*: use references instead of pointersMax Kellermann1-1/+1
2013-10-19*: use nullptr instead of NULLMax Kellermann1-1/+1
2013-10-15event/BufferedSocket: pass writable pointer to OnSocketInput()Max Kellermann1-9/+7
Remove the const_cast from HttpdClient.cxx, and avoid one allocation in ClientRead.cxx.
2013-09-27DecoderControl: use GLib forward declarationsMax Kellermann1-0/+2
2013-01-16Client: use TimeoutMonitor to track connection timeoutMax Kellermann1-2/+2
Don't use a global loop over the whole client list.
2013-01-15Client: rebase on the new BufferedSocket classMax Kellermann1-69/+26
2013-01-15Client: move connection functions into the classMax Kellermann1-1/+1
2013-01-15fifo_buffer: move to util/Max Kellermann1-1/+1
2013-01-15fifo_buffer: add extern "C"Max Kellermann1-3/+0
2013-01-03Client: rename the struct client to class ClientMax Kellermann1-3/+3
2013-01-03client: convert to C++Max Kellermann1-11/+10
2011-01-29copyright year 2011Max Kellermann1-1/+1
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-11-12include config.h in all sourcesMax Kellermann1-0/+1
After we've been hit by Large File Support problems several times in the past week (which only occur on 32 bit platforms, which I don't have), this is yet another attempt to fix the issue.
2009-07-28client: splitted client.c into several piecesMax Kellermann1-0/+112
The soure file client.c has nearly 1000 lines, time for splitting it into smaller pieces to improve readability.