aboutsummaryrefslogtreecommitdiffstats
path: root/src/output/HttpdClient.cxx (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-10-30*: update copyright year to 2013Max Kellermann1-1/+1
2013-10-26output/httpd: accept icy-metadata with and without spaceOddegamra1-1/+2
Some, or most, Win32 audio players will pass "icy-metadata:1" to streaming servers. MPD expects a space between ":" and "1" at this point, and thus does not send any stream metadata. This applies to foobar2k and Winamp, for example. According to forums.radiotoolbox.com/viewtopic.php?t=74 not having a space there is expected behavior, so maybe MPD could accept both forms to determine if metadata should be sent or not.
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
Replaces GLib's g_ascii_strncasecmp().
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
Remove the const_cast from HttpdClient.cxx, and avoid one allocation in ClientRead.cxx.
2013-10-14Mapper, ...: use memcmp() instead of strncmp() where appropriateMax Kellermann1-2/+2
Micro-optimization.
2013-10-02output/httpd: don't include glib.h in headerMax Kellermann1-0/+2
2013-10-02Log: new logging library APIMax Kellermann1-13/+18
Prepare to migrate away from GLib. Currently, we're still using GLib as a backend.
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
Replaces GLib's GError.
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