aboutsummaryrefslogtreecommitdiffstats
path: root/src/output/httpd_output_plugin.c (unfollow)
Commit message (Expand)AuthorFilesLines
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-12-03httpd: use get_mime_type to determine encoder contentViliam Mateicka1-7/+6
2009-11-12include config.h in all sourcesMax Kellermann1-0/+1
2009-11-08fd_util: added O_NONBLOCK functionsMax Kellermann1-1/+2
2009-11-07set the close-on-exec flag on all file descriptorsMax Kellermann1-2/+3
2009-11-07output/httpd: moved code to httpd_output_bind()Max Kellermann1-28/+48
2009-11-05output/httpd: bind port when output is enabledMax Kellermann1-13/+42
2009-10-29httpd: add config option to limit number of clientsViliam Mateicka1-3/+14
2009-10-13tag: removed the "_ITEM_" suffix from the enum namesMax Kellermann1-3/+2
2009-07-14output/httpd: removed duplicate sys/types.h includeMax Kellermann1-4/+0
2009-07-06output/httpd: include sys/types.hMax Kellermann1-0/+1
2009-05-10latest git, httpd_output_plugin compile fix, mac os xPatrik Weiskircher1-0/+4
2009-05-05httpd_output: save the page generated by encoder_tag()Max Kellermann1-0/+21
2009-05-05httpd_output: moved code to httpd_output_encoder_to_clients()Max Kellermann1-14/+32
2009-05-05httpd_output: disable Icy-Metadata when encoder supports tagsMax Kellermann1-15/+24
2009-05-05httpd_output: assert that tag!=NULLMax Kellermann1-8/+7
2009-04-13Implemented basic icy support for the httpd outputHagen Schink1-1/+36
2009-04-01httpd: don't pass uninitialized page to httpd_client_check_queue()Max Kellermann1-1/+1
2009-03-17httpd: fixed encoder plugin checkJeffrey Middleton1-1/+1
2009-03-15httpd: new output plugin to replace "shout"Max Kellermann1-0/+393