aboutsummaryrefslogtreecommitdiffstats
path: root/src/icy_server.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-03-31fix common misspellingsJonathan Neuschäfer1-1/+1
These fixes were mostly generated with `codespell' [0] and manually reviewed. [0] http://git.profusion.mobi/cgit.cgi/lucas/codespell/
2011-01-29copyright year 2011Max Kellermann1-1/+1
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-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-11-12include config.h in all sourcesMax Kellermann1-0/+1
After we've been hit by Large File Support problems several times in the past week (which only occur on 32 bit platforms, which I don't have), this is yet another attempt to fix the issue.
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]