Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ClientRead: "close" flushes the output buffer | Max Kellermann | 2013-11-06 | 1 | -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. | ||||
* | ClientRead: always ignore whitespace at the end of the line | Max Kellermann | 2013-11-04 | 1 | -2/+7 |
| | |||||
* | command: convert command_return to to a strictly-typed enum | Max Kellermann | 2013-10-20 | 1 | -6/+6 |
| | |||||
* | *: use references instead of pointers | Max Kellermann | 2013-10-19 | 1 | -1/+1 |
| | |||||
* | *: use nullptr instead of NULL | Max Kellermann | 2013-10-19 | 1 | -1/+1 |
| | |||||
* | event/BufferedSocket: pass writable pointer to OnSocketInput() | Max Kellermann | 2013-10-15 | 1 | -9/+7 |
| | | | | | Remove the const_cast from HttpdClient.cxx, and avoid one allocation in ClientRead.cxx. | ||||
* | DecoderControl: use GLib forward declarations | Max Kellermann | 2013-09-27 | 1 | -0/+2 |
| | |||||
* | Client: use TimeoutMonitor to track connection timeout | Max Kellermann | 2013-01-16 | 1 | -2/+2 |
| | | | | Don't use a global loop over the whole client list. | ||||
* | Client: rebase on the new BufferedSocket class | Max Kellermann | 2013-01-15 | 1 | -69/+26 |
| | |||||
* | Client: move connection functions into the class | Max Kellermann | 2013-01-15 | 1 | -1/+1 |
| | |||||
* | fifo_buffer: move to util/ | Max Kellermann | 2013-01-15 | 1 | -1/+1 |
| | |||||
* | fifo_buffer: add extern "C" | Max Kellermann | 2013-01-15 | 1 | -3/+0 |
| | |||||
* | Client: rename the struct client to class Client | Max Kellermann | 2013-01-03 | 1 | -3/+3 |
| | |||||
* | client: convert to C++ | Max Kellermann | 2013-01-03 | 1 | -0/+112 |