aboutsummaryrefslogtreecommitdiffstats
path: root/src/icy_server.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-09-08Correctly terminate stream_title.Qball Cow1-0/+1
This caused random data to be send via icy-server if the played song had no tags.
2009-04-13icy_server: don't export icy_server_metadata_string()Max Kellermann1-1/+1
icy_server_metadata_string() is only called by icy_server_metadata_page().
2009-04-13Implemented basic icy support for the httpd outputHagen Schink1-0/+147
[mk: folded with patch "Put icy related functions in extra source files"; moved icy_server.c from HAVE_CURL to ENABLE_HTTPD_OUTPUT; removed an unused variable]