aboutsummaryrefslogtreecommitdiffstats
path: root/src/icy_server.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright notices.Avuton Olrich2009-12-311-1/+1
|
* include config.h in all sourcesMax Kellermann2009-11-121-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.
* icy_server: don't export icy_server_metadata_string()Max Kellermann2009-04-131-1/+1
| | | | | icy_server_metadata_string() is only called by icy_server_metadata_page().
* Implemented basic icy support for the httpd outputHagen Schink2009-04-131-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]