aboutsummaryrefslogtreecommitdiffstats
path: root/src/output/httpd_output_plugin.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* fd_util: add function close_socket()Max Kellermann2011-09-201-2/+2
* encoder_plugin: add method pre_tag()Max Kellermann2011-07-201-1/+1
* output/httpd: explicitly convert size_t to bool in pause()Max Kellermann2011-07-201-1/+2
* output/httpd: add missing g_free in error pathJonathan Neuschäfer2011-07-181-0/+1
* output/httpd: include sys/socket.h only when building with libwrapMax Kellermann2011-03-181-1/+1
* output/httpd: include sys/socket.h for AF_UNIXUlrich Spörlein2011-03-091-0/+1
* output/httpd: initialize unflushed_inputThomas Jansen2011-02-091-0/+1
* output/httpd: implement delay()Max Kellermann2010-11-051-2/+11
* output/httpd: use the new server_socket libraryMax Kellermann2010-10-051-96/+31
* output/httpd: don't close socket in open() failureMax Kellermann2010-10-051-2/+0
* output/httpd: bind_to_address support (including IPv6)Thomas Jansen2010-09-251-12/+52
* output/httpd: access sockaddr_storage object directlyMax Kellermann2010-09-231-3/+2
* output/httpd: implement "pause"Max Kellermann2010-08-311-0/+19
* output/httpd: forced flush after 32 kB of input dataMax Kellermann2010-08-311-0/+15
* output/httpd: add libwrap supportTim Phipps2010-06-061-0/+28
* 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