aboutsummaryrefslogtreecommitdiffstats
path: root/src/output/HttpdClient.cxx (unfollow)
Commit message (Expand)AuthorFilesLines
2014-07-09output/HttpdClient: fix build failure due to missing stdio.h includeGustavo Zacarias1-0/+1
2014-01-23output/*: move to output/plugins/Max Kellermann1-485/+0
2014-01-13copyright year 2014Max Kellermann1-1/+1
2014-01-06event/SocketMonitor: don't close the socket automaticallyMax Kellermann1-0/+3
2014-01-04output/httpd: move queue size check to HttpdClient::PushPage()Max Kellermann1-0/+6
2014-01-04output/httpd: wrap the std::list in std::queueMax Kellermann1-5/+14
2014-01-04output/httpd: merge duplicate code to ClearQueue()Max Kellermann1-5/+12
2014-01-04output/httpd: keep track of queue sizeMax Kellermann1-12/+6
2013-12-31output/httpd: use reference instead of pointerMax Kellermann1-11/+11
2013-10-30*: update copyright year to 2013Max Kellermann1-1/+1
2013-10-26output/httpd: accept icy-metadata with and without spaceOddegamra1-1/+2
2013-10-25output/httpd: support HEAD requestsMax Kellermann1-5/+24
2013-10-25output/httpd: remove bogus assertionMax Kellermann1-1/+0
2013-10-21Util/ASCII: add StringEqualsCaseASCII() overload with lengthMax Kellermann1-3/+3
2013-10-19util/FormatString: new library to replace g_strdup_printf()Max Kellermann1-4/+2
2013-10-15event/BufferedSocket: pass writable pointer to OnSocketInput()Max Kellermann1-6/+5
2013-10-14Mapper, ...: use memcmp() instead of strncmp() where appropriateMax Kellermann1-2/+2
2013-10-02output/httpd: don't include glib.h in headerMax Kellermann1-0/+2
2013-10-02Log: new logging library APIMax Kellermann1-13/+18
2013-09-05use standard snprintf() instead of GLib g_snprintf()Max Kellermann1-20/+20
2013-09-04util/Error: new error passing libraryMax Kellermann1-3/+2
2013-08-07Makefile.am: move sources to libsystem.aMax Kellermann1-1/+1
2013-01-30output/httpd: use the BufferedSocket class for HttpdClientMax Kellermann1-292/+145
2013-01-30page: convert to C++Max Kellermann1-25/+24
2013-01-30icy_server: convert to C++Max Kellermann1-1/+1
2013-01-27output/httpd: move functions into the HttpdOutput classMax Kellermann1-2/+2
2013-01-27output/httpd: rename struct httpd_outputMax Kellermann1-1/+1
2013-01-15output/httpd: convert to C++Max Kellermann1-0/+592