aboutsummaryrefslogtreecommitdiffstats
path: root/src/icy_server.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* copyright year 2011Max Kellermann2011-01-291-1/+1
|
* Merge release 0.15.13 from branch 'v0.15.x'Max Kellermann2010-10-111-0/+1
|\ | | | | | | | | | | | | | | Conflicts: NEWS configure.ac src/input/rewind_input_plugin.c src/output/httpd_output_plugin.c
| * Correctly terminate stream_title.Qball Cow2010-09-081-0/+1
| | | | | | | | | | This caused random data to be send via icy-server if the played song had no tags.
* | 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]