aboutsummaryrefslogtreecommitdiffstats
path: root/src/output/httpd_output_plugin.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* output/httpd: added name/genre/website configurationJames Pike2010-04-051-0/+6
* Add support for building httpd_output plugin for win32Avuton Olrich2010-03-221-0/+5
* Update copyright notices.Avuton Olrich2009-12-311-1/+1
* httpd: use get_mime_type to determine encoder contentViliam Mateicka2009-12-031-7/+6
* include config.h in all sourcesMax Kellermann2009-11-121-0/+1
* fd_util: added O_NONBLOCK functionsMax Kellermann2009-11-081-1/+2
* set the close-on-exec flag on all file descriptorsMax Kellermann2009-11-071-2/+3
* output/httpd: moved code to httpd_output_bind()Max Kellermann2009-11-071-28/+48
* output/httpd: bind port when output is enabledMax Kellermann2009-11-051-13/+42
* httpd: add config option to limit number of clientsViliam Mateicka2009-10-291-3/+14
* tag: removed the "_ITEM_" suffix from the enum namesMax Kellermann2009-10-131-3/+2
* output/httpd: removed duplicate sys/types.h includeMax Kellermann2009-07-141-4/+0
* output/httpd: include sys/types.hMax Kellermann2009-07-061-0/+1
* latest git, httpd_output_plugin compile fix, mac os xPatrik Weiskircher2009-05-101-0/+4
* httpd_output: save the page generated by encoder_tag()Max Kellermann2009-05-051-0/+21
* httpd_output: moved code to httpd_output_encoder_to_clients()Max Kellermann2009-05-051-14/+32
* httpd_output: disable Icy-Metadata when encoder supports tagsMax Kellermann2009-05-051-15/+24
* httpd_output: assert that tag!=NULLMax Kellermann2009-05-051-8/+7
* Implemented basic icy support for the httpd outputHagen Schink2009-04-131-1/+36
* httpd: don't pass uninitialized page to httpd_client_check_queue()Max Kellermann2009-04-011-1/+1
* httpd: fixed encoder plugin checkJeffrey Middleton2009-03-171-1/+1
* httpd: new output plugin to replace "shout"Max Kellermann2009-03-151-0/+393