aboutsummaryrefslogtreecommitdiffstats
path: root/src/IcyMetaDataServer.cxx (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-11-28include cleanup using iwyuMax Kellermann1-1/+0
2013-10-20TagType: rename enum tag_type to TagTypeMax Kellermann1-1/+1
2013-10-19*: use nullptr instead of NULLMax Kellermann1-3/+3
2013-10-19util/FormatString: new library to replace g_strdup_printf()Max Kellermann1-28/+27
2013-10-02Log: new logging library APIMax Kellermann1-3/+0
Prepare to migrate away from GLib. Currently, we're still using GLib as a backend.
2013-09-05Tag, ...: move to libtag.aMax Kellermann1-1/+1
2013-07-30tag: convert to C++Max Kellermann1-3/+4
2013-02-27IcyMetaDataServer: increment iteratorOddegamra1-1/+1
Fixes segmentation fault.
2013-01-30page: convert to C++Max Kellermann1-4/+3
2013-01-30icy_server: convert to C++Max Kellermann1-2/+4
2013-01-30icy_server: pass pointer to _metadata_page()Max Kellermann1-15/+3
Don't use va_list.
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]