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