aboutsummaryrefslogtreecommitdiffstats
path: root/src/output/HttpdClient.hxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* output/*: move to output/plugins/Max Kellermann2014-01-231-193/+0
|
* copyright year 2014Max Kellermann2014-01-131-1/+1
|
* output/httpd: move queue size check to HttpdClient::PushPage()Max Kellermann2014-01-041-8/+0
| | | | Don't let the server care for client problems.
* output/httpd: wrap the std::list in std::queueMax Kellermann2014-01-041-1/+2
|
* output/httpd: merge duplicate code to ClearQueue()Max Kellermann2014-01-041-0/+3
|
* output/httpd: keep track of queue sizeMax Kellermann2014-01-041-1/+8
| | | | Don't iterate the std::list each time.
* output/httpd: change "struct" to "class"Max Kellermann2013-12-311-1/+1
|
* output/httpd: use reference instead of pointerMax Kellermann2013-12-311-2/+2
|
* output/httpd: make the HttpdClient base class "private"Max Kellermann2013-12-311-1/+1
|
* output/httpd: support HEAD requestsMax Kellermann2013-10-251-0/+5
|
* 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.
* gcc.h: rename to Compiler.hMax Kellermann2013-10-151-1/+1
|
* util/Error: new error passing libraryMax Kellermann2013-09-041-1/+1
| | | | Replaces GLib's GError.
* output/httpd: use "unsigned" instead of "guint"Max Kellermann2013-08-081-2/+2
|
* TagPool, ...: include cleanupMax Kellermann2013-01-301-2/+0
|
* output/httpd: use the BufferedSocket class for HttpdClientMax Kellermann2013-01-301-44/+17
|
* page: convert to C++Max Kellermann2013-01-301-8/+8
|
* output/httpd: rename struct httpd_outputMax Kellermann2013-01-271-4/+4
|
* output/httpd: convert to C++Max Kellermann2013-01-151-0/+215