Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | copyright year 2014 | Max Kellermann | 2014-01-13 | 1 | -1/+1 |
| | |||||
* | output/httpd: move queue size check to HttpdClient::PushPage() | Max Kellermann | 2014-01-04 | 1 | -8/+0 |
| | | | | Don't let the server care for client problems. | ||||
* | output/httpd: wrap the std::list in std::queue | Max Kellermann | 2014-01-04 | 1 | -1/+2 |
| | |||||
* | output/httpd: merge duplicate code to ClearQueue() | Max Kellermann | 2014-01-04 | 1 | -0/+3 |
| | |||||
* | output/httpd: keep track of queue size | Max Kellermann | 2014-01-04 | 1 | -1/+8 |
| | | | | Don't iterate the std::list each time. | ||||
* | output/httpd: change "struct" to "class" | Max Kellermann | 2013-12-31 | 1 | -1/+1 |
| | |||||
* | output/httpd: use reference instead of pointer | Max Kellermann | 2013-12-31 | 1 | -2/+2 |
| | |||||
* | output/httpd: make the HttpdClient base class "private" | Max Kellermann | 2013-12-31 | 1 | -1/+1 |
| | |||||
* | output/httpd: support HEAD requests | Max Kellermann | 2013-10-25 | 1 | -0/+5 |
| | |||||
* | event/BufferedSocket: pass writable pointer to OnSocketInput() | Max Kellermann | 2013-10-15 | 1 | -2/+1 |
| | | | | | Remove the const_cast from HttpdClient.cxx, and avoid one allocation in ClientRead.cxx. | ||||
* | gcc.h: rename to Compiler.h | Max Kellermann | 2013-10-15 | 1 | -1/+1 |
| | |||||
* | util/Error: new error passing library | Max Kellermann | 2013-09-04 | 1 | -1/+1 |
| | | | | Replaces GLib's GError. | ||||
* | output/httpd: use "unsigned" instead of "guint" | Max Kellermann | 2013-08-08 | 1 | -2/+2 |
| | |||||
* | TagPool, ...: include cleanup | Max Kellermann | 2013-01-30 | 1 | -2/+0 |
| | |||||
* | output/httpd: use the BufferedSocket class for HttpdClient | Max Kellermann | 2013-01-30 | 1 | -44/+17 |
| | |||||
* | page: convert to C++ | Max Kellermann | 2013-01-30 | 1 | -8/+8 |
| | |||||
* | output/httpd: rename struct httpd_output | Max Kellermann | 2013-01-27 | 1 | -4/+4 |
| | |||||
* | output/httpd: convert to C++ | Max Kellermann | 2013-01-15 | 1 | -0/+215 |