aboutsummaryrefslogtreecommitdiffstats
path: root/src/output/HttpdClient.cxx (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: 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