Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2009-11-12 | include config.h in all sources | Max Kellermann | 1 | -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-13 | icy_server: don't export icy_server_metadata_string() | Max Kellermann | 1 | -1/+1 | |
icy_server_metadata_string() is only called by icy_server_metadata_page(). | |||||
2009-04-13 | Implemented basic icy support for the httpd output | Hagen Schink | 1 | -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] |