aboutsummaryrefslogtreecommitdiffstats
path: root/src/output/HttpdClient.cxx (follow)
Commit message (Expand)AuthorAgeFilesLines
* output/*: move to output/plugins/Max Kellermann2014-01-231-485/+0
* copyright year 2014Max Kellermann2014-01-131-1/+1
* event/SocketMonitor: don't close the socket automaticallyMax Kellermann2014-01-061-0/+3
* output/httpd: move queue size check to HttpdClient::PushPage()Max Kellermann2014-01-041-0/+6
* output/httpd: wrap the std::list in std::queueMax Kellermann2014-01-041-5/+14
* output/httpd: merge duplicate code to ClearQueue()Max Kellermann2014-01-041-5/+12
* output/httpd: keep track of queue sizeMax Kellermann2014-01-041-12/+6
* output/httpd: use reference instead of pointerMax Kellermann2013-12-311-11/+11
* *: update copyright year to 2013Max Kellermann2013-10-301-1/+1
* output/httpd: accept icy-metadata with and without spaceOddegamra2013-10-261-1/+2
* output/httpd: support HEAD requestsMax Kellermann2013-10-251-5/+24
* output/httpd: remove bogus assertionMax Kellermann2013-10-251-1/+0
* Util/ASCII: add StringEqualsCaseASCII() overload with lengthMax Kellermann2013-10-211-3/+3
* util/FormatString: new library to replace g_strdup_printf()Max Kellermann2013-10-191-4/+2
* event/BufferedSocket: pass writable pointer to OnSocketInput()Max Kellermann2013-10-151-6/+5
* Mapper, ...: use memcmp() instead of strncmp() where appropriateMax Kellermann2013-10-141-2/+2
* output/httpd: don't include glib.h in headerMax Kellermann2013-10-021-0/+2
* Log: new logging library APIMax Kellermann2013-10-021-13/+18
* use standard snprintf() instead of GLib g_snprintf()Max Kellermann2013-09-051-20/+20
* util/Error: new error passing libraryMax Kellermann2013-09-041-3/+2
* Makefile.am: move sources to libsystem.aMax Kellermann2013-08-071-1/+1
* output/httpd: use the BufferedSocket class for HttpdClientMax Kellermann2013-01-301-292/+145
* page: convert to C++Max Kellermann2013-01-301-25/+24
* icy_server: convert to C++Max Kellermann2013-01-301-1/+1
* output/httpd: move functions into the HttpdOutput classMax Kellermann2013-01-271-2/+2
* output/httpd: rename struct httpd_outputMax Kellermann2013-01-271-1/+1
* output/httpd: convert to C++Max Kellermann2013-01-151-0/+592