summaryrefslogtreecommitdiff
path: root/src/output/plugins/httpd/HttpdClient.cxx
AgeCommit message (Expand)Author
2019-06-05output/httpd: reject some well-known request pathscathugger
2019-06-05output/httpd: use strncmp instead of memcmpcathugger
2019-06-05output/httpd: fix indentMax Kellermann
2019-04-04output/httpd: close client connection on errorMax Kellermann
2019-04-03output/httpd: add missing mutex lockMax Kellermann
2018-12-28output/httpd: add `noexcept`Max Kellermann
2018-11-19check.h: remove obsolete headerMax Kellermann
2018-10-31*: copyright year 2018Max Kellermann
2018-07-06Merge branch 'v0.20.x'Max Kellermann
2018-07-06output/httpd: remove broken DLNA support codeMax Kellermann
2017-12-20event/BufferedSocket: add "noexcept"Max Kellermann
2017-11-10output/httpd: make enum strictly-typedMax Kellermann
2017-11-10output/httpd: use C++11 initializersMax Kellermann
2017-11-10event/ServerSocket: pass UniqueSocketDescriptor by valueMax Kellermann
2017-11-10event/SocketMonitor: eliminate Read(), Write()Max Kellermann
2017-11-10event/SocketMonitor: add "noexcept"Max Kellermann
2017-08-10net/ServerSocket: pass UniqueSocketDescriptor&& to OnAccept()Max Kellermann
2017-08-10event/SocketMonitor: use class SocketDescriptorMax Kellermann
2017-05-15Merge tag 'v0.20.7'Max Kellermann
2017-05-08*: add "noexcept" to many, many function prototypesMax Kellermann
2017-02-19output/httpd/Page: use std::shared_ptr instead of class RefCountMax Kellermann
2017-02-19output/httpd/Page: make all attributes privateMax Kellermann
2017-01-03update copyright yearMax Kellermann
2017-01-03thread/Mutex: remove ScopeLock, use std::lock_guard directlyMax Kellermann
2016-11-02event/BufferedSocket: pass std::exception_ptr to OnSocketError()Max Kellermann
2016-04-12util/FormatString: return AllocatedStringMax Kellermann
2016-02-26update copyright year to 2016Max Kellermann
2015-02-10system/{Resolver,Socket{Error,Util}}: move to new library libnet.aMax Kellermann
2015-01-01Copyright year 2015Max Kellermann
2014-07-09output/plugins/httpd/HttpdClient: fix build failure due to missing stdio.h in...Gustavo Zacarias
2014-02-24output/httpd/client: eliminate GLibMax Kellermann
2014-02-19output/httpd: move to dedicated directoryMax Kellermann