Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2013-10-20 | TagType: rename enum tag_type to TagType | Max Kellermann | 1 | -1/+1 | |
2013-10-19 | *: use nullptr instead of NULL | Max Kellermann | 1 | -3/+3 | |
2013-10-19 | util/FormatString: new library to replace g_strdup_printf() | Max Kellermann | 1 | -28/+27 | |
2013-10-02 | Log: new logging library API | Max Kellermann | 1 | -3/+0 | |
Prepare to migrate away from GLib. Currently, we're still using GLib as a backend. | |||||
2013-09-05 | Tag, ...: move to libtag.a | Max Kellermann | 1 | -1/+1 | |
2013-07-30 | tag: convert to C++ | Max Kellermann | 1 | -3/+4 | |
2013-02-27 | IcyMetaDataServer: increment iterator | Oddegamra | 1 | -1/+1 | |
Fixes segmentation fault. | |||||
2013-01-30 | page: convert to C++ | Max Kellermann | 1 | -4/+3 | |
2013-01-30 | icy_server: convert to C++ | Max Kellermann | 1 | -2/+4 | |
2013-01-30 | icy_server: pass pointer to _metadata_page() | Max Kellermann | 1 | -15/+3 | |
Don't use va_list. | |||||
2011-03-31 | fix common misspellings | Jonathan Neuschäfer | 1 | -1/+1 | |
These fixes were mostly generated with `codespell' [0] and manually reviewed. [0] http://git.profusion.mobi/cgit.cgi/lucas/codespell/ | |||||
2011-01-29 | copyright year 2011 | Max Kellermann | 1 | -1/+1 | |
2010-09-08 | Correctly terminate stream_title. | Qball Cow | 1 | -0/+1 | |
This caused random data to be send via icy-server if the played song had no tags. | |||||
2009-12-31 | Update copyright notices. | Avuton Olrich | 1 | -1/+1 | |
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] |