aboutsummaryrefslogtreecommitdiffstats
path: root/src/output/plugins/httpd/HttpdClient.hxx (unfollow)
Commit message (Expand)AuthorFilesLines
2015-03-17*: doxygen fixupsMax Kellermann1-1/+1
2015-01-01Copyright year 2015Max Kellermann1-1/+1
2014-02-19output/httpd: move to dedicated directoryMax Kellermann1-0/+0
2014-01-23output/*: move to output/plugins/Max Kellermann1-0/+0
2014-01-13copyright year 2014Max Kellermann1-1/+1
2014-01-04output/httpd: move queue size check to HttpdClient::PushPage()Max Kellermann1-8/+0
2014-01-04output/httpd: wrap the std::list in std::queueMax Kellermann1-1/+2
2014-01-04output/httpd: merge duplicate code to ClearQueue()Max Kellermann1-0/+3
2014-01-04output/httpd: keep track of queue sizeMax Kellermann1-1/+8
2013-12-31output/httpd: change "struct" to "class"Max Kellermann1-1/+1
2013-12-31output/httpd: use reference instead of pointerMax Kellermann1-2/+2
2013-12-31output/httpd: make the HttpdClient base class "private"Max Kellermann1-1/+1
2013-10-25output/httpd: support HEAD requestsMax Kellermann1-0/+5
2013-10-15event/BufferedSocket: pass writable pointer to OnSocketInput()Max Kellermann1-2/+1
2013-10-15gcc.h: rename to Compiler.hMax Kellermann1-1/+1
2013-09-04util/Error: new error passing libraryMax Kellermann1-1/+1
2013-08-08output/httpd: use "unsigned" instead of "guint"Max Kellermann1-2/+2
2013-01-30TagPool, ...: include cleanupMax Kellermann1-2/+0
2013-01-30output/httpd: use the BufferedSocket class for HttpdClientMax Kellermann1-44/+17
2013-01-30page: convert to C++Max Kellermann1-8/+8
2013-01-27output/httpd: rename struct httpd_outputMax Kellermann1-4/+4
2013-01-15output/httpd: convert to C++Max Kellermann1-0/+215